aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2010-03-08 15:40:13 -0500
committerBill Nottingham <notting@redhat.com>2010-03-08 15:40:13 -0500
commit79082898887d78e1cfc9f57716318971cdfb92d5 (patch)
tree67fa7404719643de85c0c6542c94b2715e9852e6
parentbcb823034c4f36c8ae6ad01fee6032dc6cb57fef (diff)
downloadinitscripts-79082898887d78e1cfc9f57716318971cdfb92d5.tar
initscripts-79082898887d78e1cfc9f57716318971cdfb92d5.tar.gz
initscripts-79082898887d78e1cfc9f57716318971cdfb92d5.tar.bz2
initscripts-79082898887d78e1cfc9f57716318971cdfb92d5.tar.xz
initscripts-79082898887d78e1cfc9f57716318971cdfb92d5.zip
9.08-1
-rw-r--r--initscripts.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec
index 25e9b68e..82dac1bd 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -2,7 +2,7 @@
Summary: The inittab file and the /etc/init.d scripts
Name: initscripts
-Version: 9.07
+Version: 9.08
# ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+
Group: System Environment/Base
@@ -241,6 +241,11 @@ rm -rf $RPM_BUILD_ROOT
/etc/profile.d/debug*
%changelog
+* Mon Mar 8 2010 Bill Nottingham <notting@redhat.com> - 9.08-1
+- network-functions: redirect error messages when nmcli isn't installed (#570828, <zing@fastmail.fm>)
+- ifdown: use nmcli to get the device, if not specified
+- ifdown: fix typo
+
* Wed Mar 3 2010 Bill Nottingham <notting@redhat.com> - 9.07-1
- clean out some extraneous package requirements
- fix dmraid error checking now that dmraid has return codes (#568790, others)