|
|
@ -1,13 +1,13 @@
|
|
|
|
Summary: SELinux binary policy manipulation library
|
|
|
|
Summary: SELinux binary policy manipulation library
|
|
|
|
Name: libsepol
|
|
|
|
Name: libsepol
|
|
|
|
Version: 3.4
|
|
|
|
Version: 3.5
|
|
|
|
Release: 1.1%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
|
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.4/libsepol-3.4.tar.gz
|
|
|
|
Source0: https://github.com/SELinuxProject/selinux/releases/download/3.5/libsepol-3.5.tar.gz
|
|
|
|
URL: https://github.com/SELinuxProject/selinux/wiki
|
|
|
|
URL: https://github.com/SELinuxProject/selinux/wiki
|
|
|
|
# $ git clone https://github.com/fedora-selinux/selinux.git
|
|
|
|
# $ git clone https://github.com/fedora-selinux/selinux.git
|
|
|
|
# $ cd selinux
|
|
|
|
# $ cd selinux
|
|
|
|
# $ git format-patch -N libsepol-3.4 -- libsepol
|
|
|
|
# $ git format-patch -N libsepol-3.5 -- libsepol
|
|
|
|
# $ i=1; for j in 0*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
|
|
|
|
# $ i=1; for j in 0*patch; do printf "Patch%04d: %s\n" $i $j; i=$((i+1));done
|
|
|
|
# Patch list start
|
|
|
|
# Patch list start
|
|
|
|
Patch0001: 0001-libsepol-Bring-back-POLICYDB_CAPABILITY_-constants.patch
|
|
|
|
Patch0001: 0001-libsepol-Bring-back-POLICYDB_CAPABILITY_-constants.patch
|
|
|
@ -94,7 +94,7 @@ rm -rf ${RPM_BUILD_ROOT}%{_mandir}/ru/man8
|
|
|
|
%{_includedir}/sepol/cil/*.h
|
|
|
|
%{_includedir}/sepol/cil/*.h
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license COPYING
|
|
|
|
%license LICENSE
|
|
|
|
%{_libdir}/libsepol.so.2
|
|
|
|
%{_libdir}/libsepol.so.2
|
|
|
|
|
|
|
|
|
|
|
|
%files utils
|
|
|
|
%files utils
|
|
|
@ -107,6 +107,21 @@ rm -rf ${RPM_BUILD_ROOT}%{_mandir}/ru/man8
|
|
|
|
%{_mandir}/man8/chkcon.8.gz
|
|
|
|
%{_mandir}/man8/chkcon.8.gz
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Feb 23 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.5-1
|
|
|
|
|
|
|
|
- SELinux userspace 3.5 release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 14 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.5-0.rc3.1
|
|
|
|
|
|
|
|
- SELinux userspace 3.5-rc3 release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 2 2023 Petr Lautrbach <lautrbach@redhat.com> - 3.5-0.rc1.2
|
|
|
|
|
|
|
|
- SELinux userspace 3.5-rc1 release
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 21 2022 Petr Lautrbach <plautrba@redhat.com> - 3.4-3
|
|
|
|
|
|
|
|
- Fix validation of user declarations in modules (#2136212)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Oct 12 2022 Petr Lautrbach <plautrba@redhat.com> - 3.4-2
|
|
|
|
|
|
|
|
- Restore error on context rule conflicts (#2127399)
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 23 2022 Petr Lautrbach <plautrba@redhat.com> - 3.4-1.1
|
|
|
|
* Mon May 23 2022 Petr Lautrbach <plautrba@redhat.com> - 3.4-1.1
|
|
|
|
- SELinux userspace 3.4 release
|
|
|
|
- SELinux userspace 3.4 release
|
|
|
|
|
|
|
|
|
|
|
|