From aa24462a931cda9d012c440604476f56849224be Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Feb 09 2017 12:59:59 +0000 Subject: Add missing %license macro --- diff --git a/libselinux.spec b/libselinux.spec index b26bff9..96105e0 100644 --- a/libselinux.spec +++ b/libselinux.spec @@ -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 - 2.5-15 +- Add missing %%license macro + * Wed Jan 11 2017 Petr Lautrbach - 2.5-14 - Rewrite restorecon() python method