libsemanage-2.5-8
- Fixes bug preventing the installation of base modules - make distclean target work - Do not always print a module name warning - Use pp module name instead of filename when installing module - tests: Do not force using gcc - genhomedircon: remove hardcoded refpolicy strings - genhomedircon: add support for %group syntax - genhomedircon: generate contexts for logins mapped to the default ser - Validate and compile file contexts before installing - Swap tcp and udp protocol numbers
This commit is contained in:
parent
c84bff920a
commit
3c4165cda9
File diff suppressed because it is too large
Load Diff
@ -1,20 +1,20 @@
|
|||||||
%global with_python3 1
|
%global with_python3 1
|
||||||
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib(1))")}
|
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib(1))")}
|
||||||
|
|
||||||
%define libsepolver 2.5-9
|
%define libsepolver 2.5-10
|
||||||
%define libselinuxver 2.5-11
|
%define libselinuxver 2.5-12
|
||||||
|
|
||||||
Summary: SELinux binary policy manipulation library
|
Summary: SELinux binary policy manipulation library
|
||||||
Name: libsemanage
|
Name: libsemanage
|
||||||
Version: 2.5
|
Version: 2.5
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20160223/libsemanage-2.5.tar.gz
|
Source: https://raw.githubusercontent.com/wiki/SELinuxProject/selinux/files/releases/20160223/libsemanage-2.5.tar.gz
|
||||||
# download https://raw.githubusercontent.com/fedora-selinux/scripts/master/selinux/make-fedora-selinux-patch.sh
|
# download https://raw.githubusercontent.com/fedora-selinux/scripts/master/selinux/make-fedora-selinux-patch.sh
|
||||||
# run:
|
# run:
|
||||||
# $ VERSION=2.5 ./make-fedora-selinux-patch.sh libsemanage
|
# $ VERSION=2.5 ./make-fedora-selinux-patch.sh libsemanage
|
||||||
# HEAD https://github.com/fedora-selinux/selinux/commit/dbf42c22e798a5e2cf9c1fc711c803e7da20cfb4
|
# HEAD https://github.com/fedora-selinux/selinux/commit/caefad506ca46db441952ab64ebfc6202897516b
|
||||||
Patch1: libsemanage-fedora.patch
|
Patch1: libsemanage-fedora.patch
|
||||||
URL: https://github.com/SELinuxProject/selinux/wiki
|
URL: https://github.com/SELinuxProject/selinux/wiki
|
||||||
Source1: semanage.conf
|
Source1: semanage.conf
|
||||||
@ -194,6 +194,18 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%endif # if with_python3
|
%endif # if with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 03 2016 Petr Lautrbach <plautrba@redhat.com> 2.5-8
|
||||||
|
- Fixes bug preventing the installation of base modules
|
||||||
|
- make distclean target work
|
||||||
|
- Do not always print a module name warning
|
||||||
|
- Use pp module name instead of filename when installing module
|
||||||
|
- tests: Do not force using gcc
|
||||||
|
- genhomedircon: remove hardcoded refpolicy strings
|
||||||
|
- genhomedircon: add support for %group syntax
|
||||||
|
- genhomedircon: generate contexts for logins mapped to the default user
|
||||||
|
- Validate and compile file contexts before installing
|
||||||
|
- Swap tcp and udp protocol numbers
|
||||||
|
|
||||||
* Mon Aug 01 2016 Petr Lautrbach <plautrba@redhat.com> 2.5-7
|
* Mon Aug 01 2016 Petr Lautrbach <plautrba@redhat.com> 2.5-7
|
||||||
- Rebuilt with libsepol-2.5-9 and libselinux-2.5-11
|
- Rebuilt with libsepol-2.5-9 and libselinux-2.5-11
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user