Update icinga2 and icingaweb2

Also add diff scripts
This commit is contained in:
Markus Frosch 2017-05-23 17:00:24 +02:00
parent 0191b189a3
commit 6ddd25f282
2 changed files with 10 additions and 3 deletions

7
diff Executable file
View File

@ -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{,~}

View File

@ -1,9 +1,9 @@
# Icinga Web 2 | (c) 2013-2016 Icinga Development Team | GPLv2+
%define revision 2
%define revision 1
Name: icingaweb2
Version: 2.4.0
Version: 2.4.1
Release: %{revision}%{?dist}
Summary: Icinga Web 2
Group: Applications/System
@ -235,7 +235,7 @@ do
install -p -m 644 icingaweb2.pp.${selinuxvariant} %{buildroot}%{_datadir}/selinux/${selinuxvariant}/icingaweb2.pp
done
cd -
#/usr/sbin/hardlink -cv %{buildroot}%{_datadir}/selinux
/usr/sbin/hardlink -cv %{buildroot}%{_datadir}/selinux
%endif
%pre