mirror of https://github.com/Icinga/icinga2.git
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…
Reference in New Issue