From b70b64e4e4c75c2dba01757705bfec363db94e36 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Aug 2010 16:15:16 -0400 Subject: [PATCH] 9.17-1 --- .gitignore | 1 + initscripts.spec | 17 ++++++++++------- sources | 1 + 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 2053cd1..93f3fb2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ initscripts-9.16.tar.bz2 +/initscripts-9.17.tar.bz2 diff --git a/initscripts.spec b/initscripts.spec index 022d8e9..9e8fd38 100644 --- a/initscripts.spec +++ b/initscripts.spec @@ -1,16 +1,14 @@ - %define with_upstart 1%{nil} Summary: The inittab file and the /etc/init.d scripts Name: initscripts -Version: 9.16 +Version: 9.17 # ppp-watch is GPLv2+, everything else is GPLv2 License: GPLv2 and GPLv2+ Group: System Environment/Base -Release: 2%{?dist} +Release: 1%{?dist} URL: http://fedorahosted.org/releases/i/n/initscripts/ Source: http://fedorahosted.org/releases/i/n/initscripts/initscripts-%{version}.tar.bz2 -Patch0: initscripts-9.16-killall_exitcode.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: mingetty, /bin/awk, /bin/sed, mktemp Requires: /sbin/sysctl @@ -68,7 +66,6 @@ Currently, this consists of various memory checking code. %prep %setup -q -%patch0 -p1 -b .exitcode %build make @@ -245,8 +242,14 @@ rm -rf $RPM_BUILD_ROOT /etc/profile.d/debug* %changelog -* Mon Aug 09 2010 Adam Williamson - 9.16-2 -- return exit code 0 after killall (upstream commits 677fbac75b7517a4e20a65d555e3d33c37af79a4 and ce28b8c214c0b4eb7bb35dda38ae5f451b7c1c56) +* Wed Aug 25 2010 Bill Nottingham - 9.17-1 +- init.d/functions: redirect start/stop/condrestart/etc to systemctl in a systemd environment (#612728) +- rc.sysinit: don't frob the console loglevel on boot (#621257, #626572) +- service: use systemctl on systemd services +- 10-console.rules: only init consoles on add, not change () +- halt: fix unmounting bind mounts (#620461, ) +- killall: exit 0 (#605519) +- translation updates: de, es, fi, fr, nl, pl, sv, uk * Tue Jul 27 2010 Bill Nottingham - 9.16-1 - halt: don't umount cgroups (#612789) diff --git a/sources b/sources index 7cdb6b9..dbbbcc9 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ 209304d2eab7dd5a35f99ae53162dccf initscripts-9.16.tar.bz2 +3f4f0ad98657a05a7f272bc015d5205f initscripts-9.17.tar.bz2