Add missing %license macro

This commit is contained in:
Stephen Gallagher 2017-02-01 20:28:46 -05:00 committed by Petr Lautrbach
parent bdd5f9bc9c
commit aa24462a93
1 changed files with 5 additions and 1 deletions

View File

@ -9,7 +9,7 @@
Summary: SELinux library and simple utilities
Name: libselinux
Version: 2.5
Release: 14%{?dist}
Release: 15%{?dist}
License: Public Domain
Group: System Environment/Libraries
# https://github.com/SELinuxProject/selinux/wiki/Releases
@ -196,6 +196,7 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%license LICENSE
%{_libdir}/libselinux.so.*
%ghost /var/run/setrans
%{_sbindir}/sefcontext_compile
@ -256,6 +257,9 @@ rm -rf %{buildroot}
%{ruby_vendorarchdir}/selinux.so
%changelog
* Wed Feb 01 2017 Stephen Gallagher <sgallagh@redhat.com> - 2.5-15
- Add missing %%license macro
* Wed Jan 11 2017 Petr Lautrbach <plautrba@redhat.com> - 2.5-14
- Rewrite restorecon() python method