Update to upstream release 2.4

This commit is contained in:
Petr Lautrbach 2015-07-20 17:30:03 +02:00
parent e4eba91d66
commit 5e480567c8
3 changed files with 13 additions and 10 deletions

1
.gitignore vendored
View File

@ -163,3 +163,4 @@ libsepol-2.0.41.tgz
/libsepol-2.1.9.tgz /libsepol-2.1.9.tgz
/libsepol-2.2.tgz /libsepol-2.2.tgz
/libsepol-2.3.tgz /libsepol-2.3.tgz
/libsepol-2.4.tar.gz

View File

@ -1,12 +1,12 @@
Summary: SELinux binary policy manipulation library Summary: SELinux binary policy manipulation library
Name: libsepol Name: libsepol
Version: 2.3 Version: 2.4
Release: 5%{?dist} Release: 1%{?dist}
License: LGPLv2+ License: LGPLv2+
Group: System Environment/Libraries Group: System Environment/Libraries
Source: http://www.nsa.gov/selinux/archives/libsepol-%{version}.tgz Source: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20150202/libsepol-%{version}.tar.gz
URL: http://www.selinuxproject.org URL: https://github.com/SELinuxProject/selinux/wiki
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: flex
%description %description
Security-enhanced Linux is a feature of the Linux® kernel and a number 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}%{_bindir}
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man3 mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man3
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8 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}/genpolbools
rm -f ${RPM_BUILD_ROOT}%{_bindir}/genpolusers rm -f ${RPM_BUILD_ROOT}%{_bindir}/genpolusers
rm -f ${RPM_BUILD_ROOT}%{_bindir}/chkcon rm -f ${RPM_BUILD_ROOT}%{_bindir}/chkcon
@ -91,16 +91,18 @@ exit 0
%dir %{_includedir}/sepol %dir %{_includedir}/sepol
%dir %{_includedir}/sepol/policydb %dir %{_includedir}/sepol/policydb
%{_includedir}/sepol/policydb/*.h %{_includedir}/sepol/policydb/*.h
%dir %{_includedir}/sepol/cil
%{_includedir}/sepol/cil/*.h
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%{!?_licensedir:%global license %%doc} %{!?_licensedir:%global license %%doc}
%license COPYING %license COPYING
/%{_lib}/libsepol.so.1 %{_libdir}/libsepol.so.1
%changelog %changelog
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-5 * Mon Apr 13 2015 Petr Lautrbach <plautrba@redhat.com> 2.4-0.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - Update to upstream release 2.4
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-4 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild

View File

@ -1 +1 @@
b57f182131648bfd698599d78e183c17 libsepol-2.3.tgz 8a75d27acf17af1911797e6b12986b50 libsepol-2.4.tar.gz