diff --git a/slim-1.3.1-selinux.patch b/slim-1.3.1-selinux.patch index a1f3170..e1024c8 100644 --- a/slim-1.3.1-selinux.patch +++ b/slim-1.3.1-selinux.patch @@ -1,7 +1,8 @@ -diff -Naur slim-1.3.1.orig/slim.conf slim-1.3.1/slim.conf ---- slim-1.3.1.orig/slim.conf 2009-10-10 14:53:36.869317460 +0200 -+++ slim-1.3.1/slim.conf 2009-10-10 14:54:03.951442584 +0200 -@@ -14,7 +14,7 @@ +Index: slim-1.3.1/slim.conf +=================================================================== +--- slim-1.3.1.orig/slim.conf ++++ slim-1.3.1/slim.conf +@@ -14,7 +14,7 @@ console_cmd /usr/bin/xterm -C -f xauth_path /usr/bin/xauth # Xauth file for server @@ -10,3 +11,12 @@ diff -Naur slim-1.3.1.orig/slim.conf slim-1.3.1/slim.conf # Activate numlock when slim starts. Valid values: on|off +@@ -85,7 +85,7 @@ reboot_msg The system is rebooti + current_theme default + + # Lock file +-lockfile /var/run/slim.lock ++lockfile /var/run/slim/slim.lock + + # Log file + logfile /var/log/slim.log diff --git a/slim.spec b/slim.spec index b6b8a56..9b2641c 100644 --- a/slim.spec +++ b/slim.spec @@ -1,6 +1,6 @@ Name: slim Version: 1.3.1 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Simple Login Manager Group: User Interface/X @@ -118,9 +118,8 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Tue Feb 02 2010 Lorenzo Villani - 1.3.1-10 -- Fix bz#552491 -- Patch to fix Debian patch (patch n. 7) +* Fri Feb 19 2010 Lorenzo Villani - 1.3.1-11 +- Refresh slim-1.3.1-selinux.patch to include fix for bz#561095 * Tue Dec 22 2009 Lorenzo Villani - 1.3.1-9 - Fix CVE-2009-1756 (bugzilla: 544024)