From 6eef8aa11451889c21fe12e3ca9643133e9f4331 Mon Sep 17 00:00:00 2001 From: Lorenzo Villani Date: Oct 10 2009 13:01:12 +0000 Subject: - Fix BZ #518068 --- diff --git a/slim-1.3.1-selinux.patch b/slim-1.3.1-selinux.patch new file mode 100644 index 0000000..a1f3170 --- /dev/null +++ b/slim-1.3.1-selinux.patch @@ -0,0 +1,12 @@ +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 @@ + xauth_path /usr/bin/xauth + + # Xauth file for server +-authfile /var/run/slim.auth ++authfile /var/run/slim/slim.auth + + + # Activate numlock when slim starts. Valid values: on|off diff --git a/slim.spec b/slim.spec index 1aa02ce..d900b05 100644 --- a/slim.spec +++ b/slim.spec @@ -1,6 +1,6 @@ Name: slim Version: 1.3.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Simple Login Manager Group: User Interface/X @@ -14,12 +14,14 @@ Source2: slim-update_slim_wmlist Source3: slim-fedora.txt BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +# TODO: Post these patches to upstream BTS Patch0: slim-1.3.1-make.patch Patch1: slim-1.3.1-usexwd.patch Patch2: slim-1.3.1-fedora.patch Patch3: slim-1.3.1-strtol.patch Patch4: slim-1.3.1-remove.patch Patch5: slim-1.3.1-curdir.patch +Patch6: slim-1.3.1-selinux.patch BuildRequires: libXmu-devel libXft-devel libXrender-devel BuildRequires: libpng-devel libjpeg-devel freetype-devel fontconfig-devel @@ -53,6 +55,7 @@ before launching slim. %patch3 -p1 -b .gcc43 %patch4 -p1 -b .gcc44 %patch5 -p1 -b .curdir +%patch6 -p1 -b .selinux cp -p %{SOURCE3} README.Fedora %build @@ -104,6 +107,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Sat Oct 10 2009 Lorenzo Villani - 1.3.1-8 +- Fix BZ #518068 + * Sun Jul 26 2009 Fedora Release Engineering - 1.3.1-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild