From c27f5852802e205f7208b575903cfc2a7507cfe3 Mon Sep 17 00:00:00 2001 From: Jarod Wilson Date: Sat, 16 Jun 2007 03:38:36 +0000 Subject: [PATCH] Don't use either Requires or Conflicts w/kernel... --- libraw1394.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/libraw1394.spec b/libraw1394.spec index 5434731..bafe8fa 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: 8%{?dist} +Release: 9%{?dist} License: LGPL Group: System Environment/Libraries Source: http://www.linux1394.org/dl/libraw1394-%{version}.tar.gz @@ -12,7 +12,6 @@ BuildRequires: autoconf automake libtool 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,9 +77,13 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jun 15 2007 Jarod Wilson - 1.2.1-9 +- Drop Conficts, causes interesting issues if people have an + older kernel installed and/or kernel-xen installed (#244474) + * 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 +- Switch kernel Requires to a Conflicts so we don't end up pulling + kernels into build chroot, and bump to GA kernel ver (#244128) * Wed Apr 18 2007 Kristian Høgsberg - 1.2.1-7 - Update firewire-cdev.h again to get the iso context create ioctl changes.