Hello community,

here is the log from the commit of package lirc for openSUSE:Factory checked in 
at 2015-10-14 16:39:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lirc (Old)
 and      /work/SRC/openSUSE:Factory/.lirc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lirc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lirc/lirc.changes        2015-09-19 
06:53:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lirc.new/lirc.changes   2015-10-14 
16:39:15.000000000 +0200
@@ -1,0 +2,7 @@
+Mon Sep 28 09:35:13 UTC 2015 - [email protected]
+
+- Add missing dependency on libirman (boo#941883)
+- Update way tmpfiles.d are created 
+- Use correct symlinks for services
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lirc.spec ++++++
--- /var/tmp/diff_new_pack.52Teas/_old  2015-10-14 16:39:16.000000000 +0200
+++ /var/tmp/diff_new_pack.52Teas/_new  2015-10-14 16:39:16.000000000 +0200
@@ -47,6 +47,7 @@
 BuildRequires:  pkgconfig(alsa)
 %if 0%{?suse_version} > 1320
 BuildRequires:  pkgconfig(libftdi1)
+BuildRequires:  pkgconfig(libirman)
 %endif
 BuildRequires:  python3
 BuildRequires:  python3-PyYAML
@@ -102,10 +103,10 @@
 Summary:        LIRC development files
 License:        GPL-2.0+
 Group:          Development/Libraries/C and C++
+Requires:       libirrecord0 = %{version}
 Requires:       liblirc0 = %{version}
 Requires:       liblirc_client0 = %{version}
 Requires:       liblirc_driver0 = %{version}
-Requires:       libirrecord0 = %{version}
 # files were in lirc package previously
 Conflicts:      lirc <= 0.8.4
 
@@ -227,7 +228,8 @@
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
 # Create backward compatibility symlink
-ln -s %{_sbindir}/service %{buildroot}%{_sbindir}/rc%{name}
+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" \
     > %{buildroot}/%{_tmpfilesdir}/lirc.conf
@@ -274,7 +276,11 @@
 
 %post core
 %service_add_post lircd.service lircmd.service lircd.socket
-systemd-tmpfiles --create %{_tmpfilesdir}/lirc.conf || :
+%if 0%{?suse_version} <= 1320
+    systemd-tmpfiles --create %{_tmpfilesdir}/%{name}.conf >/dev/null 2>&1 || :
+%else
+    %tmpfiles_create %{_tmpfilesdir}/%{name}.conf
+%endif
 # config files moved to /etc/lirc in 0.8.6
 for file in lircd.conf lircmd.conf lircrc; do
        if [ -e %{_sysconfdir}/$file -a ! -L %{_sysconfdir}/$file ]; then


Reply via email to