diff --git a/gdm-2.21.2-dont-run-profile.patch b/gdm-2.21.2-dont-run-profile.patch deleted file mode 100644 index 3a9f25a..0000000 --- a/gdm-2.21.2-dont-run-profile.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -up gdm-2.21.2/daemon/gdm.in.dont-run-profile gdm-2.21.2/daemon/gdm.in ---- gdm-2.21.2/daemon/gdm.in.dont-run-profile 2007-11-15 10:14:06.000000000 -0500 -+++ gdm-2.21.2/daemon/gdm.in 2007-11-15 10:14:43.000000000 -0500 -@@ -1,11 +1,5 @@ - #!/bin/sh - # --# A script so that --# 1) we read the standard system env vars --# 2) syadmins/integrators can add their own private options etc... -- --test -f /etc/profile && . /etc/profile -- - # Try to set LC_MESSAGES to LANG if neither LC_MESSAGES or LC_ALL is set. - # This ensures that gdm can display in a system's default language if only - # LANG is set. diff --git a/gdm.spec b/gdm.spec index 5d0173f..fe9b29f 100644 --- a/gdm.spec +++ b/gdm.spec @@ -16,7 +16,7 @@ Summary: The GNOME Display Manager Name: gdm Version: 2.21.2 -Release: 0.2007.11.20.1%{?dist} +Release: 0.2007.11.20.2%{?dist} Epoch: 1 License: GPLv2+ Group: User Interface/X @@ -80,7 +80,6 @@ BuildRequires: libselinux-devel Requires: audit-libs >= %{libauditver} -Patch0: gdm-2.21.2-dont-run-profile.patch Patch1: gdm-2.21.2-fix-background.patch %description @@ -91,7 +90,6 @@ several different X sessions on your local machine at the same time. %prep %setup -q -%patch0 -p1 -b .dont-run-profile %patch1 -p1 -b .fix-background %build @@ -280,6 +278,9 @@ fi %attr(1770, root, gdm) %dir %{_localstatedir}/lib/gdm %changelog +* Tue Nov 20 2007 Ray Strode - 1:2.21.2-0.2007.11.20.2 +- Drop dont run profile patch since dwalsh changed /usr/sbin/gdm label + * Tue Nov 20 2007 Ray Strode - 1:2.21.2-0.2007.11.20.1 - Update to today's snapshot