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 - 0.9.0-23 +- Remove f16 systemd upgrade snippets. +- Still not built. * Sun Nov 17 2013 leamas.alec@gmail.com - 0.9.0-22 - Fix -Werror=format-security build error (#1037178).