aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2009-05-14 19:57:05 +0200
committerHarald Hoyer <harald@redhat.com>2009-05-14 19:57:05 +0200
commit37f574511902944a19a75aa9f30e6263f7702d56 (patch)
treef8d992a923af612d6156149954e4013b89269288
parent960cd8a40e0c73257bd5b302b4718eccc849f004 (diff)
downloadinitscripts-37f574511902944a19a75aa9f30e6263f7702d56.tar
initscripts-37f574511902944a19a75aa9f30e6263f7702d56.tar.gz
initscripts-37f574511902944a19a75aa9f30e6263f7702d56.tar.bz2
initscripts-37f574511902944a19a75aa9f30e6263f7702d56.tar.xz
initscripts-37f574511902944a19a75aa9f30e6263f7702d56.zip
version 8.45.28initscripts-8.45.28-1
-rw-r--r--ChangeLog24
-rw-r--r--initscripts.spec10
2 files changed, 29 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index f9f607b0..6429b2be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,33 @@
-commit f83f2645d6864421970cf24bf7d1d2172ce2a6b1
+commit 960cd8a40e0c73257bd5b302b4718eccc849f004
+Author: Harald Hoyer <harald@redhat.com>
+Date: Wed May 6 11:25:39 2009 +0200
+
+ version 8.45.27
+
+ ChangeLog | 11 +++++++++++
+ initscripts.spec | 7 ++++++-
+ 2 files changed, 17 insertions(+), 1 deletions(-)
+
+commit af6afcb2c78a7f034f2f4dca2310ccf3b575f840
+Author: Harald Hoyer <harald@redhat.com>
+Date: Thu May 7 14:12:55 2009 +0200
+
+ fixed "Determine reboot/halt via existing INIT_HALT environment variable. (#475006)"
+
+ rc.d/init.d/halt | 2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+commit da1f0a03d1a9ae65f36102e71120a3cfe7dd432c
Author: Bill Nottingham <notting@redhat.com>
Date: Tue Oct 12 01:00:13 2004 +0000
return of rawdevices stuff
+ ChangeLog | 10 ++++++
initscripts.spec | 5 ++-
rc.d/init.d/rawdevices | 80 ++++++++++++++++++++++++++++++++++++++++++++++++
sysconfig/rawdevices | 8 +++++
- 3 files changed, 92 insertions(+), 1 deletions(-)
+ 4 files changed, 102 insertions(+), 1 deletions(-)
commit 063bde81b8fcd430aa68312c80a514717b6ccd71
Author: Harald Hoyer <harald@redhat.com>
diff --git a/initscripts.spec b/initscripts.spec
index d550e0ca..719a9640 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,6 +1,6 @@
Summary: The inittab file and the /etc/init.d scripts.
Name: initscripts
-Version: 8.45.27
+Version: 8.45.28
# ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+
Group: System Environment/Base
@@ -201,10 +201,14 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
-* Thu May 14 2009 Harald Hoyer <harald@redhat.com> 8.45.27-1
+
+* Thu May 14 2009 Harald Hoyer <harald@redhat.com> 8.45.28-1
- fixed "Determine reboot/halt via existing INIT_HALT environment variable. (#475006)
+- Resolves: rhbz#475006
+
+* Wed May 06 2009 Harald Hoyer <harald@redhat.com> 8.45.27-1
- undeprecate rawdevices (#472891)
-- Resolves: rhbz#472891, rhbz#475006
+- Resolves: rhbz#472891
* Mon May 04 2009 Harald Hoyer <harald@redhat.com> 8.45.26-1
- add md activation before lvm/device-mapper in netfs (#480627)