From 5e480567c86707b58c352fefba78b234fa51e814 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Jul 20 2015 15:41:51 +0000 Subject: Update to upstream release 2.4 --- diff --git a/.gitignore b/.gitignore index 7db37a8..37682a2 100644 --- a/.gitignore +++ b/.gitignore @@ -163,3 +163,4 @@ libsepol-2.0.41.tgz /libsepol-2.1.9.tgz /libsepol-2.2.tgz /libsepol-2.3.tgz +/libsepol-2.4.tar.gz diff --git a/libsepol.spec b/libsepol.spec index cd3c673..e42874c 100644 --- a/libsepol.spec +++ b/libsepol.spec @@ -1,12 +1,12 @@ Summary: SELinux binary policy manipulation library Name: libsepol -Version: 2.3 -Release: 5%{?dist} +Version: 2.4 +Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries -Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz -URL: http://www.selinuxproject.org -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +Source: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20150202/libsepol-%{version}.tar.gz +URL: https://github.com/SELinuxProject/selinux/wiki +BuildRequires: flex %description Security-enhanced Linux is a feature of the Linux® kernel and a number @@ -62,7 +62,7 @@ mkdir -p ${RPM_BUILD_ROOT}%{_includedir} mkdir -p ${RPM_BUILD_ROOT}%{_bindir} mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man3 mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8 -make DESTDIR="${RPM_BUILD_ROOT}" LIBDIR="${RPM_BUILD_ROOT}%{_libdir}" SHLIBDIR="${RPM_BUILD_ROOT}/%{_lib}" install +make DESTDIR="${RPM_BUILD_ROOT}" LIBDIR="${RPM_BUILD_ROOT}%{_libdir}" SHLIBDIR="${RPM_BUILD_ROOT}/%{_libdir}" install rm -f ${RPM_BUILD_ROOT}%{_bindir}/genpolbools rm -f ${RPM_BUILD_ROOT}%{_bindir}/genpolusers rm -f ${RPM_BUILD_ROOT}%{_bindir}/chkcon @@ -91,16 +91,18 @@ exit 0 %dir %{_includedir}/sepol %dir %{_includedir}/sepol/policydb %{_includedir}/sepol/policydb/*.h +%dir %{_includedir}/sepol/cil +%{_includedir}/sepol/cil/*.h %files %defattr(-,root,root) %{!?_licensedir:%global license %%doc} %license COPYING -/%{_lib}/libsepol.so.1 +%{_libdir}/libsepol.so.1 %changelog -* Wed Jun 17 2015 Fedora Release Engineering - 2.3-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild +* Mon Apr 13 2015 Petr Lautrbach 2.4-0.1 +- Update to upstream release 2.4 * Sun Aug 17 2014 Fedora Release Engineering - 2.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index 2b3ae49..1625a39 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b57f182131648bfd698599d78e183c17 libsepol-2.3.tgz +8a75d27acf17af1911797e6b12986b50 libsepol-2.4.tar.gz