diff --git a/libraw1394.spec b/libraw1394.spec index e888d13..5434731 100644 --- a/libraw1394.spec +++ b/libraw1394.spec @@ -1,7 +1,7 @@ Summary: Library providing low-level IEEE-1394 access Name: libraw1394 Version: 1.2.1 -Release: 7%{?dist} +Release: 8%{?dist} License: LGPL Group: System Environment/Libraries Source: http://www.linux1394.org/dl/libraw1394-%{version}.tar.gz @@ -10,9 +10,9 @@ ExcludeArch: s390 s390x BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: autoconf automake libtool -Source1: firewire-cdev.h -Patch0: libraw1394-juju.patch -Requires: kernel >= 2.6.20-1.3087.fc7 +Source1: firewire-cdev.h +Patch0: libraw1394-juju.patch +Conflicts: kernel < 2.6.21-1.3194.fc7 %description The libraw1394 library provides direct access to the IEEE-1394 bus through @@ -78,6 +78,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Jun 14 2007 Jarod Wilson - 1.2.1-8 +- Switch kernel Requires to a Conflicts so we don't end up + pulling kernels into build chroot, and bump to GA kernel ver + * Wed Apr 18 2007 Kristian Høgsberg - 1.2.1-7 - Update firewire-cdev.h again to get the iso context create ioctl changes. - Bump kernel requires accordingly.