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.9.tgz
|
||||
/libsemanage-2.1.10.tgz
|
||||
/libsemanage-2.2.tgz
|
||||
|
@ -6,12 +6,12 @@
|
||||
|
||||
Summary: SELinux binary policy manipulation library
|
||||
Name: libsemanage
|
||||
Version: 2.1.10
|
||||
Release: 14%{?dist}
|
||||
Version: 2.2
|
||||
Release: 1%{?dist}
|
||||
License: LGPLv2+
|
||||
Group: System Environment/Libraries
|
||||
Source: libsemanage-%{version}.tgz
|
||||
Patch: libsemanage-rhat.patch
|
||||
#Patch: libsemanage-rhat.patch
|
||||
URL: http://oss.tresys.com/git/selinux.git
|
||||
Source1: semanage.conf
|
||||
|
||||
@ -83,7 +83,7 @@ SELinux management applications.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p2 -b .rhat
|
||||
#%patch -p2 -b .rhat
|
||||
|
||||
%build
|
||||
# To support building the Python wrapper against multiple Python runtimes
|
||||
@ -179,6 +179,14 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%endif # if with_python3
|
||||
|
||||
%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
|
||||
- Cleanup handling of missing mls_range to fix problems with useradd -Z
|
||||
- Fix auditing of login record changes, roles were not working correctly.
|
||||
|
Loading…
Reference in New Issue
Block a user