Add missing %license macro
This commit is contained in:
parent
202367a2aa
commit
899f0c50fa
@ -9,7 +9,7 @@
|
|||||||
Summary: SELinux library and simple utilities
|
Summary: SELinux library and simple utilities
|
||||||
Name: libselinux
|
Name: libselinux
|
||||||
Version: 2.5
|
Version: 2.5
|
||||||
Release: 16%{?dist}
|
Release: 17%{?dist}
|
||||||
License: Public Domain
|
License: Public Domain
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
# https://github.com/SELinuxProject/selinux/wiki/Releases
|
# https://github.com/SELinuxProject/selinux/wiki/Releases
|
||||||
@ -196,6 +196,7 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
%license LICENSE
|
||||||
%{_libdir}/libselinux.so.*
|
%{_libdir}/libselinux.so.*
|
||||||
%ghost /var/run/setrans
|
%ghost /var/run/setrans
|
||||||
%{_sbindir}/sefcontext_compile
|
%{_sbindir}/sefcontext_compile
|
||||||
@ -256,6 +257,9 @@ rm -rf %{buildroot}
|
|||||||
%{ruby_vendorarchdir}/selinux.so
|
%{ruby_vendorarchdir}/selinux.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jan 13 2017 Vít Ondruch <vondruch@redhat.com> - 2.5-16
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.4
|
- Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user