Add missing %license macro
This commit is contained in:
parent
202367a2aa
commit
899f0c50fa
@ -9,7 +9,7 @@
|
||||
Summary: SELinux library and simple utilities
|
||||
Name: libselinux
|
||||
Version: 2.5
|
||||
Release: 16%{?dist}
|
||||
Release: 17%{?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-17
|
||||
- Add missing %%license macro
|
||||
|
||||
* Fri Jan 13 2017 Vít Ondruch <vondruch@redhat.com> - 2.5-16
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user