summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2008-04-23 15:33:18 -0400
committerBill Nottingham <notting@redhat.com>2008-04-23 15:33:18 -0400
commit7853f03ff901f9ef2c45a810871de14b7d476251 (patch)
tree8e40b70f791adc4b16398790849eb6efbdaa59bc
parent462db3ecfb1aad47105e6efccff9e55cef83f42f (diff)
downloadinitscripts-7853f03ff901f9ef2c45a810871de14b7d476251.tar.gz
initscripts-7853f03ff901f9ef2c45a810871de14b7d476251.tar.xz
initscripts-7853f03ff901f9ef2c45a810871de14b7d476251.zip
-rw-r--r--initscripts.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec
index 0194ccfa..70a04c5c 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -2,7 +2,7 @@
Summary: The inittab file and the /etc/init.d scripts
Name: initscripts
-Version: 8.70
+Version: 8.71
# ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+
Group: System Environment/Base
@@ -232,6 +232,11 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Wed Apr 23 2008 Bill Nottingham <notting@redhat.com> - 8.71-1
+- adjust to gdm using LANG instead of GDM_LANG (#372151, <rstrode@redhat.com>)
+- rework netfs' check for networking availability to properly handle both network
+ and NetworkManager
+
* Tue Apr 15 2008 Bill Nottingham <notting@redhat.com> - 8.70-1
- find is now in /bin. Use it. (#192991, #239914, #244941, #442178)
- require event-compat-sysv for now (#442291)