aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2011-06-01 15:16:09 +0200
committerHarald Hoyer <harald@redhat.com>2011-06-01 15:19:00 +0200
commit9cce317b693318ff0d4c981254844fd6458f5807 (patch)
tree3aaaa12b943aa368d7ac9a2c28b5f7e4f807ce7d
parent3618a104f3c785da16380cdd996907a1b6be1f93 (diff)
downloadinitscripts-8.45.36-1.tar
initscripts-8.45.36-1.tar.gz
initscripts-8.45.36-1.tar.bz2
initscripts-8.45.36-1.tar.xz
initscripts-8.45.36-1.zip
version 8.45.36initscripts-8.45.36-1
-rw-r--r--initscripts.spec13
1 files changed, 12 insertions, 1 deletions
diff --git a/initscripts.spec b/initscripts.spec
index bdf2c19e..de764220 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.35
+Version: 8.45.36
# ppp-watch is GPLv2+, everything else is GPLv2
License: GPLv2 and GPLv2+
Group: System Environment/Base
@@ -202,6 +202,17 @@ rm -rf $RPM_BUILD_ROOT
%ghost %attr(0664,root,utmp) /var/run/utmp
%changelog
+* Wed Jun 01 2011 Harald Hoyer <harald@redhat.com> 8.45.36-1
+- add net_log
+Resolves: rhbz#507515
+- do not umount mount points with nfs in the path
+Resolves: rhbz#703203
+- remove /var/run/subsys/rhsm on startup
+Resolves: rhbz#705236
+
+* Wed Apr 27 2011 Harald Hoyer <harald@redhat.com> 8.45.35-2
+- fixed support "#" in interface names
+
* Tue Apr 19 2011 Harald Hoyer <harald@redhat.com> 8.45.35-1
- fix VLAN configs with non-numeric interface names
Resolves: rhbz#462095