parent
0191b189a3
commit
6ddd25f282
|
@ -0,0 +1,7 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
|
curl -LsS --output icingaweb2.spec~ "https://raw.githubusercontent.com/Icinga/icingaweb2/master/icingaweb2.spec"
|
||||||
|
|
||||||
|
diff -Nau icingaweb2.spec{,~}
|
|
@ -1,9 +1,9 @@
|
||||||
# Icinga Web 2 | (c) 2013-2016 Icinga Development Team | GPLv2+
|
# Icinga Web 2 | (c) 2013-2016 Icinga Development Team | GPLv2+
|
||||||
|
|
||||||
%define revision 2
|
%define revision 1
|
||||||
|
|
||||||
Name: icingaweb2
|
Name: icingaweb2
|
||||||
Version: 2.4.0
|
Version: 2.4.1
|
||||||
Release: %{revision}%{?dist}
|
Release: %{revision}%{?dist}
|
||||||
Summary: Icinga Web 2
|
Summary: Icinga Web 2
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
|
@ -235,7 +235,7 @@ do
|
||||||
install -p -m 644 icingaweb2.pp.${selinuxvariant} %{buildroot}%{_datadir}/selinux/${selinuxvariant}/icingaweb2.pp
|
install -p -m 644 icingaweb2.pp.${selinuxvariant} %{buildroot}%{_datadir}/selinux/${selinuxvariant}/icingaweb2.pp
|
||||||
done
|
done
|
||||||
cd -
|
cd -
|
||||||
#/usr/sbin/hardlink -cv %{buildroot}%{_datadir}/selinux
|
/usr/sbin/hardlink -cv %{buildroot}%{_datadir}/selinux
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%pre
|
%pre
|
||||||
|
|
Loading…
Reference in New Issue