[lirc] Removing f16 systemd upgrade snippets.

leamas leamas at fedoraproject.org
Wed Jan 8 12:50:26 UTC 2014


commit 8d098b765b76eaaf23e66778e9da607e13be8552
Author: Alec Leamas <leamas.alec at gmail.com>
Date:   Wed Jan 8 13:49:58 2014 +0100

    Removing f16 systemd upgrade snippets.

 lirc.spec |   18 +++++-------------
 1 files changed, 5 insertions(+), 13 deletions(-)
---
diff --git a/lirc.spec b/lirc.spec
index 238f569..5f5d28d 100644
--- a/lirc.spec
+++ b/lirc.spec
@@ -22,9 +22,9 @@
 Name:           lirc
 Version:        0.9.0
 %if 0%{?released}
-Release:        22%{?dist}
+Release:        23%{?dist}
 %else
-Release:        0.5.%{pre}%{?dist}
+Release:        0.6.%{pre}%{?dist}
 %endif
 Summary:        The Linux Infrared Remote Control package
 
@@ -295,17 +295,6 @@ find /etc/systemd -name lirc.service -xtype l -delete || :
 %postun libs -p /sbin/ldconfig
 
 
-%triggerun -- lirc < 0.9.0-9
-# Save the current service runlevel info
-# User must manually run systemd-sysv-convert --apply lirc
-# to migrate them to systemd targets
-/usr/bin/systemd-sysv-convert --save lirc >/dev/null 2>&1 ||:
-
-# Run these because the SysV package being removed won't do them
-/sbin/chkconfig --del lirc >/dev/null 2>&1 || :
-/bin/systemctl try-restart lircd.service >/dev/null 2>&1 || :
-
-
 %files
 %doc ANNOUNCE AUTHORS ChangeLog COPYING NEWS README TODO README.fedora
 %dir  /etc/lirc
@@ -341,6 +330,9 @@ find /etc/systemd -name lirc.service -xtype l -delete || :
 
 
 %changelog
+* Wed Jan 08 2014 Alec Leamas <leamas.alec at nowhere.net> - 0.9.0-23
+- Remove f16 systemd upgrade snippets.
+- Still not built.
 
 * Sun Nov 17 2013 leamas.alec at gmail.com - 0.9.0-22
 - Fix -Werror=format-security build error (#1037178).


More information about the scm-commits mailing list