[setup/f14/master] update from rawhide - respect umask settings even in login shell, do show messages from profile.d sc

Ondrej Vasik ovasik at fedoraproject.org
Fri Nov 12 12:43:34 UTC 2010


commit 343b196b7d323f11c416352d0e773f521a9c5ba5
Author: Ondřej Vašík <ovasik at redhat.com>
Date:   Fri Nov 12 13:44:20 2010 +0100

    update from rawhide - respect umask settings even in login shell, do show messages from profile.d scripts in interactive login ksh shell, use printf instead of echo in bashrc scripts, update services to latest IANA, use doublequotes around sourced profile.d scripts - allow spaces/special characters in script names

 .gitignore |    1 +
 setup.spec |   22 +++++++++++++++++++++-
 sources    |    2 +-
 3 files changed, 23 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 197e09e..384faab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 setup-2.8.23.tar.bz2
+/setup-2.8.28.tar.bz2
diff --git a/setup.spec b/setup.spec
index bc4c8d5..f7a95a3 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.23
+Version: 2.8.28
 Release: 1%{?dist}
 License: Public Domain
 Group: System Environment/Base
@@ -89,6 +89,26 @@ end
 %ghost %verify(not md5 size mtime) %config(noreplace,missingok) /etc/mtab
 
 %changelog
+* Fri Nov 12 2010 Ondrej Vasik <ovasik at redhat.com> 2.8.28-1
+- update services and protocols to latest IANA reservations
+- reserve uidgid pair 109:109 for rhevm(#652287)
+
+* Tue Sep 07 2010 Ondrej Vasik <ovasik at redhat.com> 2.8.27-1
+- add double quotes arround sourced profile.d scripts -
+  allow special characters in script names
+
+* Wed Aug 18 2010 Ondrej Vasik <ovasik at redhat.com> 2.8.26-1
+- fix regression in the change to printf(#624900)
+
+* Thu Aug 12 2010 Ondrej Vasik <ovasik at redhat.com> 2.8.25-1
+- use printf instead of echo in bashrc scripts(#620435)
+- update services to latest IANA
+
+* Wed Jul 28 2010 Ondrej Vasik <ovasik at redhat.com> 2.8.24-1
+- do show messages from profile.d scripts in interactive
+  login ksh shell(#616418)
+- respect umask settings even with login shell
+
 * Tue Jun 29 2010 Ondrej Vasik <ovasik at redhat.com> 2.8.23-1
 - reserve uidgid pair 172:172 for rtkit (#609171)
 
diff --git a/sources b/sources
index 6cf1154..8c2b8a1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2559bceb8652e0f3e03415b9169a5d6e  setup-2.8.23.tar.bz2
+12fe38d08063c3bfafbafed6d523f3e1  setup-2.8.28.tar.bz2


More information about the scm-commits mailing list