add missing isa tags

epel8
raveit65 11 years ago
parent 9528293705
commit eb96c1a076

@ -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 <chat-to-me@raveit.de> - 0.9.0-25
- enable BR iguanaIR again
- add missing isa tags
* Thu May 29 2014 Wolfgang Ulbrich <chat-to-me@raveit.de> - 0.9.0-24
- rebuild for libftdi soname bump

Loading…
Cancel
Save