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:
Dan Walsh 2013-10-31 09:31:40 -04:00
parent ab84ace2a1
commit d76cbbc290
3 changed files with 14 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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.

View File

@ -1 +1 @@
e5ddf9fad55e74b3eb20b5352540d323 libsemanage-2.1.10.tgz
c15cce8ba4a50923f509e5b152e653dc libsemanage-2.2.tgz