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.
epel8
Tom Hughes 7 years ago
parent d20531c726
commit 550b36368c

@ -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 <tom@compton.nu> - 0.10.0-5
- Don't expire files in runtime directory.
* Sun Dec 10 2017 Alec Leamas <leamas.alec@gmail.com> - 0.10.0-4
- Fix rhbz #1514359, f27 version is less than f26.

Loading…
Cancel
Save