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:
parent
f5c32a8dc7
commit
e65b0e1fa1
@ -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>
|
Wed Nov 20 22:22:04 UTC 2019 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lirc
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
%define _udevdir %(pkg-config --variable udevdir udev)
|
%define _udevdir %(pkg-config --variable udevdir udev)
|
||||||
%if ! %{defined _rundir}
|
%if ! %{defined _rundir}
|
||||||
%define _rundir %{_localstatedir}/run
|
%define _rundir /run
|
||||||
%endif
|
%endif
|
||||||
Name: lirc
|
Name: lirc
|
||||||
Version: 0.10.1
|
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}d
|
||||||
ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}md
|
ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}md
|
||||||
mkdir -p %{buildroot}%{_tmpfilesdir}
|
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
|
> %{buildroot}/%{_tmpfilesdir}/lirc.conf
|
||||||
#
|
#
|
||||||
# udev stuff
|
# udev stuff
|
||||||
|
Loading…
x
Reference in New Issue
Block a user