From 42b8b23faf90bb2f509dd0a4438065449d017c34 Mon Sep 17 00:00:00 2001 From: Alec Leamas Date: Mon, 22 Jan 2018 17:54:38 +0100 Subject: [PATCH] 0.10.0-5: Adding generic systemd deps to core package (#1536901). --- lirc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lirc.spec b/lirc.spec index 5bf630f..1975682 100644 --- a/lirc.spec +++ b/lirc.spec @@ -6,7 +6,7 @@ Name: lirc Version: 0.10.0 -Release: 5%{?tag:.}%{?tag}%{?dist} +Release: 6%{?tag:.}%{?tag}%{?dist} Summary: The Linux Infrared Remote Control package %global repo http://downloads.sourceforge.net/lirc/LIRC/%{version} @@ -69,6 +69,7 @@ packages to get a smaller installation. %package core Summary: LIRC core, always needed to run LIRC Requires: lirc-libs%{?_isa} = %{version}-%{release} +%{?systemd_requires} %description core 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 %changelog +* Mon Jan 22 2018 Alec Leamas - 0.10.0-6 +- Fix for rhbz #1536901, missing R(post) in lirc-core. + * Thu Dec 28 2017 Tom Hughes - 0.10.0-5 - Don't expire files in runtime directory.