diff --git a/0002-lirc-setup-Fix-crash-on-start-on-missing-lirc.config.patch b/0002-lirc-setup-Fix-crash-on-start-on-missing-lirc.config.patch index b716d7a..7a88b96 100644 --- a/0002-lirc-setup-Fix-crash-on-start-on-missing-lirc.config.patch +++ b/0002-lirc-setup-Fix-crash-on-start-on-missing-lirc.config.patch @@ -1,25 +1,24 @@ -From d64c949fd95f5ce4c7dedaba98e07af2f0bc8c35 Mon Sep 17 00:00:00 2001 +From e2693b9022f390070ef0136020aafc8c1c18769c Mon Sep 17 00:00:00 2001 From: Alec Leamas Date: Fri, 12 Oct 2018 20:49:58 +0200 Subject: [PATCH] lirc-setup: Fix crash on start on missing lirc.config. --- - Makefile.am | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) + Makefile.am | 1 + + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am -index aafb4e8ca..22106c496 100644 +index aafb4e8ca..d5dbfb621 100644 --- a/Makefile.am +++ b/Makefile.am -@@ -80,7 +80,7 @@ py_PYTHON = python-pkg/lirc/__init__.py \ +@@ -80,6 +80,7 @@ py_PYTHON = python-pkg/lirc/__init__.py \ python-pkg/lirc/database.py \ python-pkg/lirc/paths.py --nodist_py_pkg_PYTHON = python-pkg/lirc/config.py +nodist_py_PYTHON = python-pkg/lirc/config.py + nodist_py_pkg_PYTHON = python-pkg/lirc/config.py if HAVE_PYTHON35 - py_PYTHON += python-pkg/lirc/async_client.py \ -- 2.14.4 diff --git a/lirc.spec b/lirc.spec index 7a8d2a6..dde6576 100644 --- a/lirc.spec +++ b/lirc.spec @@ -6,7 +6,7 @@ Name: lirc Version: 0.10.0 -Release: 13%{?tag:.}%{?tag}%{?dist} +Release: 14%{?tag:.}%{?tag}%{?dist} Summary: The Linux Infrared Remote Control package %global repo http://downloads.sourceforge.net/lirc/LIRC/%{version} @@ -384,6 +384,9 @@ systemd-tmpfiles --create %{_tmpfilesdir}/lirc.conf %{_udevrulesdir}/99-remote-control-lirc.rules %changelog +* Fri Oct 12 2018 Alec Leamas - 0.10.0-14 +- Rework patch for lirc-setup crash on startup. + * Fri Oct 12 2018 Alec Leamas - 0.10.0-13 - Added patch for lirc-setup crash on startup.