From 550b36368c795e26263e0410dd47010c20108b88 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 28 Dec 2017 21:11:00 +0000 Subject: [PATCH] Don't expire files in runtime directory Don't expire files in /var/run/lirc as this causes the lircd socket to be removed after ten days. --- lirc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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.