aboutsummaryrefslogtreecommitdiffstats
path: root/initscripts.spec
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2010-09-27 15:45:52 -0400
committerBill Nottingham <notting@redhat.com>2010-09-27 15:45:52 -0400
commita621e606a32afa551e8276dcd7511a251bc82773 (patch)
tree78eb3f9bd66278d42821af0a1d304f801e02f4d8 /initscripts.spec
parent7849e9dbf9a48d430581219df436871fc3f909a9 (diff)
downloadinitscripts-a621e606a32afa551e8276dcd7511a251bc82773.tar
initscripts-a621e606a32afa551e8276dcd7511a251bc82773.tar.gz
initscripts-a621e606a32afa551e8276dcd7511a251bc82773.tar.bz2
initscripts-a621e606a32afa551e8276dcd7511a251bc82773.tar.xz
initscripts-a621e606a32afa551e8276dcd7511a251bc82773.zip
Diffstat (limited to 'initscripts.spec')
-rw-r--r--initscripts.spec8
1 files changed, 7 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec
index 70315b10..d340146d 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -4,7 +4,7 @@
Summary: The inittab file and the /etc/init.d scripts
Name: initscripts
-Version: 9.20
+Version: 9.20.1
# ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+
Group: System Environment/Base
@@ -275,6 +275,12 @@ rm -rf $RPM_BUILD_ROOT
/etc/profile.d/debug*
%changelog
+* Mon Sep 27 2010 Bill Nottingham <notting@redhat.com> - 9.20.1-1
+- sysconfig.txt: adjust clock docs to match reality (#637058)
+- lang.csh: fix for grep-2.7 (#636552)
+- fix checkpid description to match reality (#637176)
+- reset btmp on boot where necessary (#633768, <dmach@redhat.com>)
+
* Thu Sep 9 2010 Bill Nottingham <notting@redhat.com> - 9.20-1
- use new pidof -m option to avoid false positives (#632321)
- systemd/single: set $HOME for single-user mode. (#631590)