Flip kernel dep from a Req to a Conflict to prevent unnecessarily pulling
kernels into build chroots
This commit is contained in:
parent
1282989319
commit
37cc288043
@ -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 <jwilson@redhat.com> - 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 <krh@redhat.com> - 1.2.1-7
|
||||
- Update firewire-cdev.h again to get the iso context create ioctl changes.
|
||||
- Bump kernel requires accordingly.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user