From e65b0e1fa113d990d9f5ab4034c4de126bdcefc81bcc3a09356cc849a722eb54 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Tue, 9 Mar 2021 05:56:31 +0000 Subject: [PATCH] Accepting request 858769 from home:suse_weber:branches:vdr (1/1) Installing: lirc-core-0.10.1-3.7.x86_64 [done] OBS-URL: https://build.opensuse.org/request/show/858769 OBS-URL: https://build.opensuse.org/package/show/vdr/lirc?expand=0&rev=100 --- lirc.changes | 7 +++++++ lirc.spec | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/lirc.changes b/lirc.changes index 175da6a..93e187a 100644 --- a/lirc.changes +++ b/lirc.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Dec 26 18:33:35 UTC 2020 - d_werner@gmx.net + +- change the legacy directory /var/run to /run as requested by the + Additional rpm output: "please update the tmpfiles.d/ drop-in file" + and also the _rundir + ------------------------------------------------------------------- Wed Nov 20 22:22:04 UTC 2019 - Stefan BrĂ¼ns diff --git a/lirc.spec b/lirc.spec index d3505b1..78e9051 100644 --- a/lirc.spec +++ b/lirc.spec @@ -1,7 +1,7 @@ # # spec file for package lirc # -# Copyright (c) 2019 SUSE LLC. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define _udevdir %(pkg-config --variable udevdir udev) %if ! %{defined _rundir} -%define _rundir %{_localstatedir}/run +%define _rundir /run %endif Name: lirc Version: 0.10.1 @@ -211,7 +211,7 @@ chmod a+x %{buildroot}%{_bindir}/pronto2lirc ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}d ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}md mkdir -p %{buildroot}%{_tmpfilesdir} -echo "d %{_localstatedir}/run/lirc 0755 root root 10d" \ +echo "d /run/lirc 0755 root root 10d" \ > %{buildroot}/%{_tmpfilesdir}/lirc.conf # # udev stuff