0.10.0-3 Fix #1483330, bad lockdir.

epel8
Alec Leamas 8 years ago
parent 23476bbc8c
commit 224df8ce5e

@ -6,7 +6,7 @@
Name: lirc Name: lirc
Version: 0.10.0 Version: 0.10.0
Release: 2%{?tag:.}%{?tag}%{?dist} Release: 3%{?tag:.}%{?tag}%{?dist}
Summary: The Linux Infrared Remote Control package Summary: The Linux Infrared Remote Control package
%global repo http://downloads.sourceforge.net/lirc/LIRC/%{version} %global repo http://downloads.sourceforge.net/lirc/LIRC/%{version}
@ -222,7 +222,8 @@ autoreconf -fi
%configure \ %configure \
--docdir="%{_pkgdocdir}" \ --docdir="%{_pkgdocdir}" \
--enable-uinput \ --enable-uinput \
--enable-devinput --enable-devinput \
--with-lockdir=/var/lock/lockdev
make LANG=C.utf8 V=0 %{?_smp_mflags} make LANG=C.utf8 V=0 %{?_smp_mflags}
%check %check
@ -379,6 +380,9 @@ systemd-tmpfiles --create %{_tmpfilesdir}/lirc.conf
%{_udevrulesdir}/99-remote-control-lirc.rules %{_udevrulesdir}/99-remote-control-lirc.rules
%changelog %changelog
* Sun Aug 20 2017 Alec Leamas <leamas.alec@gmail.com> - 0.10.0-3
- Fix rhbz #1483330, use correct serial devices lock dir.
* Tue Aug 15 2017 Alec Leamas <leamas.alec@gmail.com> - 0.10.0-2 * Tue Aug 15 2017 Alec Leamas <leamas.alec@gmail.com> - 0.10.0-2
- Fix Debian BTS 872074, FTBS on external plugins e. g. libirman. - Fix Debian BTS 872074, FTBS on external plugins e. g. libirman.

Loading…
Cancel
Save