Update to upstream
* Fix memory leak in semanage_genhomedircon from Thomas Hurd.
This commit is contained in:
parent
a0fdb6de82
commit
059a39519f
1
.gitignore
vendored
1
.gitignore
vendored
@ -130,3 +130,4 @@ libsemanage-2.0.45.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
|
/libsemanage-2.2.tgz
|
||||||
|
/libsemanage-2.3.tgz
|
||||||
|
@ -6,12 +6,12 @@
|
|||||||
|
|
||||||
Summary: SELinux binary policy manipulation library
|
Summary: SELinux binary policy manipulation library
|
||||||
Name: libsemanage
|
Name: libsemanage
|
||||||
Version: 2.2
|
Version: 2.3
|
||||||
Release: 3%{?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
|
||||||
|
|
||||||
@ -179,6 +179,10 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%endif # if with_python3
|
%endif # if with_python3
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue May 6 2014 Dan Walsh <dwalsh@redhat.com> - 2.3-1
|
||||||
|
- Update to upstream
|
||||||
|
* Fix memory leak in semanage_genhomedircon from Thomas Hurd.
|
||||||
|
|
||||||
* Sun Mar 30 2014 Dan Walsh <dwalsh@redhat.com> - 2.2-3
|
* Sun Mar 30 2014 Dan Walsh <dwalsh@redhat.com> - 2.2-3
|
||||||
- libsemanage: fix memory leak in semanage_genhomedircon
|
- libsemanage: fix memory leak in semanage_genhomedircon
|
||||||
- Patch from THomas Hurd
|
- Patch from THomas Hurd
|
||||||
|
Loading…
Reference in New Issue
Block a user