- Update to upstream
Fix spurious out of memory error reports. Merged second version of fix for genhomedircon handling from Caleb Case.
This commit is contained in:
parent
36d79c42d3
commit
e2b1d219e7
@ -92,3 +92,4 @@ libsemanage-2.0.12.tgz
|
||||
libsemanage-2.0.14.tgz
|
||||
libsemanage-2.0.15.tgz
|
||||
libsemanage-2.0.16.tgz
|
||||
libsemanage-2.0.18.tgz
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff --exclude-from=exclude -N -u -r nsalibsemanage/src/genhomedircon.c libsemanage-2.0.15/src/genhomedircon.c
|
||||
--- nsalibsemanage/src/genhomedircon.c 2007-12-06 11:16:48.000000000 -0500
|
||||
+++ libsemanage-2.0.15/src/genhomedircon.c 2008-01-22 14:32:10.000000000 -0500
|
||||
--- nsalibsemanage/src/genhomedircon.c 2008-01-28 16:52:22.000000000 -0500
|
||||
+++ libsemanage-2.0.15/src/genhomedircon.c 2008-01-25 10:28:39.000000000 -0500
|
||||
@@ -406,7 +406,6 @@
|
||||
const char *role_prefix)
|
||||
{
|
||||
@ -19,7 +19,7 @@ diff --exclude-from=exclude -N -u -r nsalibsemanage/src/genhomedircon.c libseman
|
||||
Ustr *line = USTR_NULL;
|
||||
diff --exclude-from=exclude -N -u -r nsalibsemanage/src/semanage.conf libsemanage-2.0.15/src/semanage.conf
|
||||
--- nsalibsemanage/src/semanage.conf 2007-07-16 14:20:38.000000000 -0400
|
||||
+++ libsemanage-2.0.15/src/semanage.conf 2007-12-06 20:22:18.000000000 -0500
|
||||
+++ libsemanage-2.0.15/src/semanage.conf 2008-01-25 10:28:39.000000000 -0500
|
||||
@@ -35,4 +35,4 @@
|
||||
# given in <sepol/policydb.h>. Change this setting if a different
|
||||
# version is necessary.
|
||||
|
@ -2,7 +2,7 @@
|
||||
%define libselinuxver 2.0.0-1
|
||||
Summary: SELinux binary policy manipulation library
|
||||
Name: libsemanage
|
||||
Version: 2.0.16
|
||||
Version: 2.0.18
|
||||
Release: 1%{?dist}
|
||||
License: GPL
|
||||
Group: System Environment/Libraries
|
||||
@ -78,6 +78,11 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
* Tue Jan 29 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.18-1
|
||||
- Update to upstream
|
||||
* Fix spurious out of memory error reports.
|
||||
* Merged second version of fix for genhomedircon handling from Caleb Case.
|
||||
|
||||
* Tue Jan 22 2008 Dan Walsh <dwalsh@redhat.com> - 2.0.16-1
|
||||
- Update to upstream
|
||||
* Merged fix for genhomedircon handling of missing HOME_DIR or HOME_ROOT templates from Caleb Case.
|
||||
|
Loading…
Reference in New Issue
Block a user