From 248b38d19f0c4a4979e9fc25ce6e1b994bea1cba Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Aug 05 2008 14:29:44 +0000 Subject: - Update to upstream Modify genhomedircon to skip %groupname entries. Ultimately we need to expand them to the list of users to support per-role homedir labeling when using the %groupname syntax. --- diff --git a/.cvsignore b/.cvsignore index 92adf63..9e41749 100644 --- a/.cvsignore +++ b/.cvsignore @@ -100,3 +100,4 @@ libsemanage-2.0.23.tgz libsemanage-2.0.24.tgz libsemanage-2.0.25.tgz libsemanage-2.0.26.tgz +libsemanage-2.0.27.tgz diff --git a/libsemanage-rhat.patch b/libsemanage-rhat.patch index f677692..04d845a 100644 --- a/libsemanage-rhat.patch +++ b/libsemanage-rhat.patch @@ -1,6 +1,14 @@ diff --exclude-from=exclude -N -u -r nsalibsemanage/src/genhomedircon.c libsemanage-2.0.25/src/genhomedircon.c ---- nsalibsemanage/src/genhomedircon.c 2008-07-29 09:15:38.000000000 -0400 +--- nsalibsemanage/src/genhomedircon.c 2008-08-05 09:57:28.000000000 -0400 +++ libsemanage-2.0.25/src/genhomedircon.c 2008-07-17 14:32:45.000000000 -0400 +@@ -21,6 +21,7 @@ + */ + + #include ++#include + #include + #include + #include @@ -487,7 +488,6 @@ const char *role_prefix) { diff --git a/libsemanage.spec b/libsemanage.spec index d3d2949..663433b 100644 --- a/libsemanage.spec +++ b/libsemanage.spec @@ -2,7 +2,7 @@ %define libselinuxver 2.0.0-1 Summary: SELinux binary policy manipulation library Name: libsemanage -Version: 2.0.26 +Version: 2.0.27 Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries @@ -78,6 +78,11 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man3/* %changelog +* Tue Aug 5 2008 Dan Walsh - 2.0.27-1 +- Update to upstream + * Modify genhomedircon to skip %groupname entries. + Ultimately we need to expand them to the list of users to support per-role homedir labeling when using the %groupname syntax. + * Wed Jul 29 2008 Dan Walsh - 2.0.26-1 - Update to upstream * Fix bug in genhomedircon fcontext matches logic from Dan Walsh. diff --git a/sources b/sources index 27f123e..8a73ecd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -024d7285851295f989fcf93b336fccb9 libsemanage-2.0.26.tgz +783686e357b1931c27b540c0ca8d5514 libsemanage-2.0.27.tgz