From eb96c1a076bd2dc23a3f379a80d803b1e1138cb1 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 29 May 2014 14:23:34 +0200 Subject: [PATCH] add missing isa tags --- lirc.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lirc.spec b/lirc.spec index 5a9e38e..7714434 100644 --- a/lirc.spec +++ b/lirc.spec @@ -99,7 +99,7 @@ BuildRequires: svgalib-devel %endif BuildRequires: systemd-devel -Requires: %{name}-libs = %{version}-%{release} +Requires: %{name}-libs%{?_isa} = %{version}-%{release} Requires(post): systemd #for triggerun @@ -129,7 +129,7 @@ that applications use to interface with LIRC. %package devel Summary: Development files for LIRC Group: Development/Libraries -Requires: %{name}-libs = %{version}-%{release} +Requires: %{name}-libs%{?_isa} = %{version}-%{release} %description devel LIRC is a package that allows you to decode and send infra-red and @@ -165,7 +165,7 @@ of remote control configuration files. %package disable-kernel-rc Summary: Disable kernel ir device handling in favor of lirc -Requires: %{name} = %{version}-%{release} +Requires: %{name}%{?_isa} = %{version}-%{release} %description disable-kernel-rc Udev rule which disables the kernel built-in handling of infrared devices @@ -332,6 +332,7 @@ find /etc/systemd -name lirc.service -xtype l -delete || : %changelog * Thu May 29 2014 Wolfgang Ulbrich - 0.9.0-25 - enable BR iguanaIR again +- add missing isa tags * Thu May 29 2014 Wolfgang Ulbrich - 0.9.0-24 - rebuild for libftdi soname bump