From f6235567b908552b65160ce30921795c874f5952 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kristian=20H=C3=B8gsberg?= Date: Thu, 12 Apr 2007 21:30:02 +0000 Subject: [PATCH] - Make rawiso support actually work. - Update fw-device-cdev.h to sync with latest kernel patch. - Add Requires to pull in a recent enough kernel. --- libraw1394.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraw1394.spec b/libraw1394.spec index 51151e0..491bd8a 100644 --- a/libraw1394.spec +++ b/libraw1394.spec @@ -12,6 +12,7 @@ BuildRequires: autoconf automake libtool Source1: fw-device-cdev.h Patch0: libraw1394-juju.patch +Requires: kernel >= 2.6.20-1.3062.fc7 %description The libraw1394 library provides direct access to the IEEE-1394 bus through @@ -78,6 +79,7 @@ rm -rf $RPM_BUILD_ROOT * Thu Apr 12 2007 Kristian Høgsberg - 1.2.1-5 - Make rawiso support actually work. - Update fw-device-cdev.h to sync with latest kernel patch. +- Add Requires to pull in a recent enough kernel. * Tue Apr 3 2007 Kristian Høgsberg - 1.2.1-4 - Update juju patch with rawiso support.