Handle licensing different between SUSE and RedHat
This commit is contained in:
parent
077b6a3751
commit
e7478a7782
|
@ -81,7 +81,11 @@
|
||||||
%define logmsg logger -t %{name}/rpm
|
%define logmsg logger -t %{name}/rpm
|
||||||
|
|
||||||
Summary: Network monitoring application
|
Summary: Network monitoring application
|
||||||
License: GPL-2.0+
|
%if "%{_vendor}" == "suse"
|
||||||
|
License: GPL-2.0-or-later
|
||||||
|
%else
|
||||||
|
License: GPLv2+
|
||||||
|
%endif # suse
|
||||||
Group: System/Monitoring
|
Group: System/Monitoring
|
||||||
Name: icinga2
|
Name: icinga2
|
||||||
Version: 2.10.0
|
Version: 2.10.0
|
||||||
|
|
Loading…
Reference in New Issue