From 70831b48bb13add100934c938bfdc16aa2ab044d Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 03:38:32 +0000 Subject: auto-import changelog data from bridge-utils-1.0.4-4.src.rpm Thu Aug 26 2004 David Woodhouse 1.0.4-4 - BuildRequires: sysfsutils-devel to make the horrid autoconf script magically change the entire package's behaviour just because it happens to find slightly different header files lying around. - Include our own kernel-derived headers --- diff --git a/bridge-utils.spec b/bridge-utils.spec index 9056062..7060f4e 100644 --- a/bridge-utils.spec +++ b/bridge-utils.spec @@ -1,13 +1,15 @@ Summary: Utilities for configuring the linux ethernet bridge. Name: bridge-utils Version: 1.0.4 -Release: 2 +Release: 4 Copyright: GPL URL: http://bridge.sourceforge.net/ Group: System Environment/Base Source0: http://bridge.sourceforge.net/bridge-utils/bridge-utils-%{PACKAGE_VERSION}.tar.gz Patch0: bridge-utils-1.0.4-inc.patch +Patch1: bridge-utils-1.0.4-kernheaders.patch BuildRoot: /var/tmp/%{name}-%{version}-root +BuildRequires: sysfsutils-devel %description This package contains utilities for configuring the linux ethernet @@ -37,9 +39,10 @@ will use the linux ethernet bridge interface library. %setup %patch0 -p1 +%patch1 -p1 %build -%configure +%configure --with-linux-headers=`pwd` make %install @@ -61,6 +64,12 @@ make DESTDIR=${RPM_BUILD_ROOT} install %{_libdir}/libbridge.a %changelog +* Thu Aug 26 2004 David Woodhouse 1.0.4-4 +- BuildRequires: sysfsutils-devel to make the horrid autoconf script magically + change the entire package's behaviour just because it happens to find + slightly different header files lying around. +- Include our own kernel-derived headers + * Thu Jul 1 2004 David Woodhouse - Update to 1.0.4