[initscripts] 9.19-1

Bill Nottingham notting at fedoraproject.org
Tue Sep 7 19:34:14 UTC 2010


commit 9bb7ed38764d2b458f854c88536ffa2b1a13268b
Author: Bill Nottingham <notting at redhat.com>
Date:   Tue Sep 7 15:32:49 2010 -0400

    9.19-1

 .gitignore       |    1 +
 initscripts.spec |   10 +++++++---
 sources          |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d93fb79..13addfe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 initscripts-9.16.tar.bz2
 /initscripts-9.17.tar.bz2
 /initscripts-9.18.tar.bz2
+/initscripts-9.19.tar.bz2
diff --git a/initscripts.spec b/initscripts.spec
index ede235e..7910a0a 100644
--- a/initscripts.spec
+++ b/initscripts.spec
@@ -4,7 +4,7 @@
 
 Summary: The inittab file and the /etc/init.d scripts
 Name: initscripts
-Version: 9.18
+Version: 9.19
 # ppp-watch is GPLv2+, everything else is GPLv2
 License: GPLv2 and GPLv2+
 Group: System Environment/Base
@@ -97,7 +97,7 @@ make ROOT=$RPM_BUILD_ROOT SUPERUSER=`id -un` SUPERGROUP=`id -gn` mandir=%{_mandi
  rm -rf $RPM_BUILD_ROOT/etc/init
 %endif
 %if ! %{_with_systemd}
- rm -rf $RPM_BUILD_ROOT/etc/systemd $RPM_BUILD_ROOT/lib/systemd
+ rm -rf $RPM_BUILD_ROOT/lib/systemd
 %endif
 rm -f $RPM_BUILD_ROOT/etc/inittab.*
 
@@ -212,7 +212,6 @@ rm -rf $RPM_BUILD_ROOT
 /etc/init/*
 %endif
 %if %{_with_systemd}
-%config(noreplace) /etc/systemd/system/*
 /lib/systemd/system/*
 %endif
 %config /etc/X11/prefdm
@@ -276,6 +275,11 @@ rm -rf $RPM_BUILD_ROOT
 /etc/profile.d/debug*
 
 %changelog
+* Tue Sep  7 2010 Bill Nottingham <notting at redhat.com> - 9.19-1
+- fix packaging of prefdm, rc-local systemd units (#630952)
+- systemd/single.service: conflict with shutdown.target (#630935)
+- translation updates: ja, pt_BR, ru
+
 * Fri Sep  3 2010 Bill Nottingham <notting at redhat.com> - 9.18-1
 - fix for new cgroups location (#612789, others <plautrba at redhat.com>)
 - add in basic systemd units
diff --git a/sources b/sources
index 6922fa1..a5662c8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1383f0341df08d77c60b496769e305fe  initscripts-9.18.tar.bz2
+35bba02e1a736bb1425271f4d5dbd078  initscripts-9.19.tar.bz2


More information about the scm-commits mailing list