Update to upstream
* Avoid duplicate list entries from Dan Walsh. * Add audit support to libsemanage from Dan Walsh. * Remove policy.kern and replace with symlink from Dan Walsh. * Apply a MAX_UID check for genhomedircon from Laurent Bigonville. * Fix man pages from Laurent Bigonville.
This commit is contained in:
parent
ab84ace2a1
commit
d76cbbc290
1
.gitignore
vendored
1
.gitignore
vendored
@ -129,3 +129,4 @@ libsemanage-2.0.45.tgz
|
|||||||
/libsemanage-2.1.8.tgz
|
/libsemanage-2.1.8.tgz
|
||||||
/libsemanage-2.1.9.tgz
|
/libsemanage-2.1.9.tgz
|
||||||
/libsemanage-2.1.10.tgz
|
/libsemanage-2.1.10.tgz
|
||||||
|
/libsemanage-2.2.tgz
|
||||||
|
@ -6,12 +6,12 @@
|
|||||||
|
|
||||||
Summary: SELinux binary policy manipulation library
|
Summary: SELinux binary policy manipulation library
|
||||||
Name: libsemanage
|
Name: libsemanage
|
||||||
Version: 2.1.10
|
Version: 2.2
|
||||||
Release: 14%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
Source: libsemanage-%{version}.tgz
|
Source: libsemanage-%{version}.tgz
|
||||||
Patch: libsemanage-rhat.patch
|
#Patch: libsemanage-rhat.patch
|
||||||
URL: http://oss.tresys.com/git/selinux.git
|
URL: http://oss.tresys.com/git/selinux.git
|
||||||
Source1: semanage.conf
|
Source1: semanage.conf
|
||||||
|
|
||||||
@ -83,7 +83,7 @@ SELinux management applications.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch -p2 -b .rhat
|
#%patch -p2 -b .rhat
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# To support building the Python wrapper against multiple Python runtimes
|
# To support building the Python wrapper against multiple Python runtimes
|
||||||
@ -179,6 +179,14 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%endif # if with_python3
|
%endif # if with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 31 2013 Dan Walsh <dwalsh@redhat.com> - 2.2-1
|
||||||
|
- Update to upstream
|
||||||
|
* Avoid duplicate list entries from Dan Walsh.
|
||||||
|
* Add audit support to libsemanage from Dan Walsh.
|
||||||
|
* Remove policy.kern and replace with symlink from Dan Walsh.
|
||||||
|
* Apply a MAX_UID check for genhomedircon from Laurent Bigonville.
|
||||||
|
* Fix man pages from Laurent Bigonville.
|
||||||
|
|
||||||
* Wed Oct 16 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.10-14
|
* Wed Oct 16 2013 Dan Walsh <dwalsh@redhat.com> - 2.1.10-14
|
||||||
- Cleanup handling of missing mls_range to fix problems with useradd -Z
|
- Cleanup handling of missing mls_range to fix problems with useradd -Z
|
||||||
- Fix auditing of login record changes, roles were not working correctly.
|
- Fix auditing of login record changes, roles were not working correctly.
|
||||||
|
Loading…
Reference in New Issue
Block a user