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
This commit is contained in:
Stefan Seyfried 2021-03-09 05:56:31 +00:00 committed by Git OBS Bridge
parent f4a1d57c1e
commit 3544f60e6c
2 changed files with 10 additions and 3 deletions

View File

@ -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 <stefan.bruens@rwth-aachen.de>

View File

@ -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