diff --git a/lirc.spec b/lirc.spec index 02f654e..5bf630f 100644 --- a/lirc.spec +++ b/lirc.spec @@ -6,7 +6,7 @@ Name: lirc Version: 0.10.0 -Release: 4%{?tag:.}%{?tag}%{?dist} +Release: 5%{?tag:.}%{?tag}%{?dist} Summary: The Linux Infrared Remote Control package %global repo http://downloads.sourceforge.net/lirc/LIRC/%{version} @@ -254,7 +254,7 @@ install -Dpm 644 %{SOURCE2} \ cp -a %{SOURCE1} README.fedora mkdir -p $RPM_BUILD_ROOT/%{_tmpfilesdir} -echo "d /var/run/lirc 0755 lirc lirc 10d" \ +echo "d /var/run/lirc 0755 lirc lirc -" \ > $RPM_BUILD_ROOT%{_tmpfilesdir}/lirc.conf @@ -380,6 +380,9 @@ systemd-tmpfiles --create %{_tmpfilesdir}/lirc.conf %{_udevrulesdir}/99-remote-control-lirc.rules %changelog +* Thu Dec 28 2017 Tom Hughes - 0.10.0-5 +- Don't expire files in runtime directory. + * Sun Dec 10 2017 Alec Leamas - 0.10.0-4 - Fix rhbz #1514359, f27 version is less than f26.