aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2008-09-16 09:34:02 +0200
committerHarald Hoyer <harald@redhat.com>2008-09-16 11:45:22 +0200
commit427db7a82925a46c080c100dc9954fe1ecb8c949 (patch)
tree0a142e34ec6bd64ee3aa79206510c6827a3a3edd
parentc9329c4aa3a4e00c2e56a1556e8438e80e99f425 (diff)
downloadinitscripts-427db7a82925a46c080c100dc9954fe1ecb8c949.tar
initscripts-427db7a82925a46c080c100dc9954fe1ecb8c949.tar.gz
initscripts-427db7a82925a46c080c100dc9954fe1ecb8c949.tar.bz2
initscripts-427db7a82925a46c080c100dc9954fe1ecb8c949.tar.xz
initscripts-427db7a82925a46c080c100dc9954fe1ecb8c949.zip
add %{?dist} to release
changed URL refined License tag add changelog
-rw-r--r--initscripts.spec17
1 files changed, 13 insertions, 4 deletions
diff --git a/initscripts.spec b/initscripts.spec
index 88d6a87b..cc745d02 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -1,11 +1,13 @@
Summary: The inittab file and the /etc/init.d scripts.
Name: initscripts
-Version: 8.45.19.EL
-License: GPL
+Version: 8.45.20
+# ppp-watch is GPLv2+, everything else is GPLv2
+License: GPLv2 and GPLv2+
Group: System Environment/Base
-Release: 1
+Release: 1%{?dist}
Source: initscripts-%{version}.tar.bz2
-URL: http://fedora.redhat.com/projects/additional-projects/initscripts/
+# git source repository
+URL: http://git.fedorahosted.org/git/initscripts.git
BuildRoot: /%{_tmppath}/%{name}-%{version}-%{release}-root
Requires: mingetty, /bin/awk, /bin/sed, mktemp, e2fsprogs >= 1.15
Requires: /sbin/sysctl, syslog
@@ -196,6 +198,13 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Tue Sep 16 2008 Harald Hoyer <harald@redhat.com> 8.45.20-1
+- changes to init scripts to better support stateless (#433702, <ahecox@redhat.com>)
+- call logger with full path (#447928, Mihai Vintila)
+- add a udevsettle before mounting _netdev devices (#452866, <bmr@redhat.com>)
+- reduce device initialization overhead for ccw devices (#437110, Glen Johnson)
+- Resolves: rhbz#433702 rhbz#452866 rhbz#447928 rhbz#437110
+
* Mon Mar 3 2008 Bill Nottingham <notting@redhat.com> 8.45.19.EL-1
- also skip network shutdown if there is a '_rnetdev' root device (part of #435358, <pjones@redhat.com>)