From ff294dd1977ea58585b1f0f6eb4d37ca57fa598b Mon Sep 17 00:00:00 2001 From: Jarod Wilson Date: Tue, 31 May 2011 11:35:15 -0400 Subject: [PATCH] Add explicit BR: libusb1-devel Signed-off-by: Jarod Wilson --- lirc.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lirc.spec b/lirc.spec index fe6f4f2..bc3170e 100644 --- a/lirc.spec +++ b/lirc.spec @@ -24,7 +24,7 @@ Name: lirc Version: 0.9.0 %if 0%{?released} -Release: 4%{?dist} +Release: 5%{?dist} %else Release: 0.1.%{pre}%{?dist} %endif @@ -43,7 +43,7 @@ Source2: %{name}.sysconfig BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: %{__perl} -BuildRequires: libusb-devel, python-devel +BuildRequires: libusb-devel, libusb1-devel, python-devel BuildRequires: automake libtool %if %{with irman} BuildRequires: libirman-devel @@ -305,6 +305,10 @@ fi %changelog +* Tue May 31 2011 Jarod Wilson 0.9.0-5 +- Add explict BR: libusb1-devel, as some userspace drivers require it, and + its apparently not getting into the build root any longer + * Sat May 28 2011 Jarod Wilson 0.9.0-4 - Apparently, the title of bz656613 wasn't quite correct, some stuff in /var/run does need to be installed, not ghosted...