0.10.0-5: Adding generic systemd deps to core package (#1536901).

epel8
Alec Leamas 7 years ago
parent 550b36368c
commit 42b8b23faf

@ -6,7 +6,7 @@
Name: lirc Name: lirc
Version: 0.10.0 Version: 0.10.0
Release: 5%{?tag:.}%{?tag}%{?dist} Release: 6%{?tag:.}%{?tag}%{?dist}
Summary: The Linux Infrared Remote Control package Summary: The Linux Infrared Remote Control package
%global repo http://downloads.sourceforge.net/lirc/LIRC/%{version} %global repo http://downloads.sourceforge.net/lirc/LIRC/%{version}
@ -69,6 +69,7 @@ packages to get a smaller installation.
%package core %package core
Summary: LIRC core, always needed to run LIRC Summary: LIRC core, always needed to run LIRC
Requires: lirc-libs%{?_isa} = %{version}-%{release} Requires: lirc-libs%{?_isa} = %{version}-%{release}
%{?systemd_requires}
%description core %description core
Part of the LIRC package suite which handles IR remotes. See Part of the LIRC package suite which handles IR remotes. See
@ -380,6 +381,9 @@ systemd-tmpfiles --create %{_tmpfilesdir}/lirc.conf
%{_udevrulesdir}/99-remote-control-lirc.rules %{_udevrulesdir}/99-remote-control-lirc.rules
%changelog %changelog
* Mon Jan 22 2018 Alec Leamas <leamas.alec@gmail.com> - 0.10.0-6
- Fix for rhbz #1536901, missing R(post) in lirc-core.
* Thu Dec 28 2017 Tom Hughes <tom@compton.nu> - 0.10.0-5 * Thu Dec 28 2017 Tom Hughes <tom@compton.nu> - 0.10.0-5
- Don't expire files in runtime directory. - Don't expire files in runtime directory.

Loading…
Cancel
Save