[setup] use unset -f pathmunge in /etc/profile to work more nicely with ksh (#791140)

Ondrej Vasik ovasik at fedoraproject.org
Fri May 11 18:30:35 UTC 2012


commit 0b2604622fc56f8d7444132c6fc1b8fe09a7b486
Author: Ondřej Vašík <ovasik at redhat.com>
Date:   Fri May 11 20:30:29 2012 +0200

    use unset -f pathmunge in /etc/profile to work more nicely with ksh (#791140)

 .gitignore |    1 +
 setup.spec |    6 +++++-
 sources    |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7a1aebf..b2a3207 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,3 +26,4 @@ setup-2.8.25.tar.bz2
 /setup-2.8.50.tar.bz2
 /setup-2.8.51.tar.bz2
 /setup-2.8.53.tar.bz2
+/setup-2.8.54.tar.bz2
diff --git a/setup.spec b/setup.spec
index 600ec16..d4ecc84 100644
--- a/setup.spec
+++ b/setup.spec
@@ -1,6 +1,6 @@
 Summary: A set of system configuration and setup files
 Name: setup
-Version: 2.8.53
+Version: 2.8.54
 Release: 1%{?dist}
 License: Public Domain
 Group: System Environment/Base
@@ -93,6 +93,10 @@ end
 %ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/fstab
 
 %changelog
+* Fri May 11 2012 Ondrej Vasik <ovasik at redhat.com> 2.8.54-1
+- use unset -f pathmunge in /etc/profile to work more nicely
+  with ksh (#791140)
+
 * Wed Apr 11 2012 Ondrej Vasik <ovasik at redhat.com> 2.8.53-1
 - reserve 185:185 for jboss-as (#809398)
 
diff --git a/sources b/sources
index 1b636f2..c8518d1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3b4d17b524e686749add6434b0549644  setup-2.8.53.tar.bz2
+e842c0bc4dff09828e5b5318640fefec  setup-2.8.54.tar.bz2


More information about the scm-commits mailing list