rpms/libraw1394/devel libraw1394.spec,1.32,1.33

Jarod Wilson (jwilson) fedora-extras-commits at redhat.com
Thu Jun 14 15:38:14 UTC 2007


Author: jwilson

Update of /cvs/pkgs/rpms/libraw1394/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2851

Modified Files:
	libraw1394.spec 
Log Message:
Flip kernel dep from a Req to a Conflict to prevent unnecessarily pulling kernels into build chroots


Index: libraw1394.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libraw1394/devel/libraw1394.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- libraw1394.spec	18 Apr 2007 14:56:32 -0000	1.32
+++ libraw1394.spec	14 Jun 2007 15:37:37 -0000	1.33
@@ -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 @@
 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 @@
 
 
 %changelog
+* Thu Jun 14 2007 Jarod Wilson <jwilson at 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 at redhat.com> - 1.2.1-7
 - Update firewire-cdev.h again to get the iso context create ioctl changes.
 - Bump kernel requires accordingly.




More information about the fedora-extras-commits mailing list