mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 21:55:03 +02:00
Prevent empty icinga2 package by adding COPYING
Empty packages are not allowed on SLES11 and also produce a warning in newer openSUSE releases. So we just work around the issue by adding the COPYING file. refs #5818
This commit is contained in:
parent
074521b69c
commit
98aaff4e01
@ -471,6 +471,8 @@ fi
|
||||
exit 0
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING
|
||||
|
||||
%files bin
|
||||
%defattr(-,root,root,-)
|
||||
|
Loading…
x
Reference in New Issue
Block a user