[libsemanage] Update to upstream

Daniel J Walsh dwalsh at fedoraproject.org
Tue May 6 18:32:45 UTC 2014


commit 059a39519f49f0429ca947a25308728c18b4a3a8
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Tue May 6 14:33:02 2014 -0400

    Update to upstream
    
    	* Fix memory leak in semanage_genhomedircon from Thomas Hurd.

 .gitignore       |    1 +
 libsemanage.spec |   10 +++++++---
 sources          |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 705ebe1..c048dfc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -130,3 +130,4 @@ libsemanage-2.0.45.tgz
 /libsemanage-2.1.9.tgz
 /libsemanage-2.1.10.tgz
 /libsemanage-2.2.tgz
+/libsemanage-2.3.tgz
diff --git a/libsemanage.spec b/libsemanage.spec
index 016c383..317301b 100644
--- a/libsemanage.spec
+++ b/libsemanage.spec
@@ -6,12 +6,12 @@
 
 Summary: SELinux binary policy manipulation library 
 Name: libsemanage
-Version: 2.2
-Release: 3%{?dist}
+Version: 2.3
+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
 
@@ -179,6 +179,10 @@ rm -rf ${RPM_BUILD_ROOT}
 %endif # if with_python3
 
 %changelog
+* Tue May 6 2014 Dan Walsh <dwalsh at redhat.com> - 2.3-1
+- Update to upstream 
+	* Fix memory leak in semanage_genhomedircon from Thomas Hurd.
+
 * Sun Mar 30 2014 Dan Walsh <dwalsh at redhat.com> - 2.2-3
 - libsemanage: fix memory leak in semanage_genhomedircon
 - Patch from THomas Hurd
diff --git a/sources b/sources
index 963e666..4726bd5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c15cce8ba4a50923f509e5b152e653dc  libsemanage-2.2.tgz
+9dca3172db8e2a58c316c8bc6632dcdc  libsemanage-2.3.tgz


More information about the scm-commits mailing list