From 895fbbdd46b10a8ffdcf7962b11ac9871adf45e9 Mon Sep 17 00:00:00 2001 From: Alec Leamas Date: Thu, 26 May 2016 17:57:01 +0200 Subject: [PATCH] Fix parallel build deps error. --- lirc.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lirc.spec b/lirc.spec index 0bcb3c0..27e89c8 100644 --- a/lirc.spec +++ b/lirc.spec @@ -5,7 +5,7 @@ Name: lirc Version: 0.9.4 -Release: %{?tag:0.}2%{?tag:.}%{?tag}%{?dist} +Release: %{?tag:0.}3%{?tag:.}%{?tag}%{?dist} Summary: The Linux Infrared Remote Control package %global repo http://downloads.sourceforge.net/lirc/LIRC/%{version}/ @@ -339,6 +339,9 @@ systemd-tmpfiles --create %{_tmpfilesdir}/lirc.conf %{_udevrulesdir}/99-remote-control-lirc.rules %changelog +* Thu May 26 2016 Alec Leamas - 0.9.4-3 +- Add fix for FTBS parallel build deps error. + * Thu May 26 2016 Alec Leamas - 0.9.4-2 - New upstream release.