From f4a4ab22f3c6d78f0bdc9842ceca136f694ab7c6 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 03:37:33 +0000 Subject: auto-import changelog data from bridge-utils-0.9.6-2.src.rpm Sat Oct 25 2003 Florian La Roche - support change to call sysconf() to get HZ Tue Sep 16 2003 David Woodhouse 0.9.6-1 - Update to 0.9.6 - Detect lack of kernel bridge support or EPERM and exit with appropriate code. Wed Jun 04 2003 Elliot Lee - rebuilt --- diff --git a/.cvsignore b/.cvsignore index 4804651..1672160 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -bridge-utils-0.9.3.tar.gz +bridge-utils-0.9.6.tar.gz diff --git a/bridge-utils.spec b/bridge-utils.spec index f4e28fd..e1a445d 100644 --- a/bridge-utils.spec +++ b/bridge-utils.spec @@ -1,10 +1,12 @@ Summary: Utilities for configuring the linux ethernet bridge. Name: bridge-utils -Version: 0.9.3 -Release: 8 +Version: 0.9.6 +Release: 2 Copyright: GPL Group: System Environment/Base Source0: http://bridge.sourceforge.net/bridge-utils/bridge-utils-%{PACKAGE_VERSION}.tar.gz +Patch0: bridge-utils-0.9.6-retcode.patch +Patch1: bridge-utils-0.9.6-inc.patch BuildRoot: /var/tmp/%{name}-%{version}-root %description @@ -33,8 +35,11 @@ will use the linux ethernet bridge interface library. %prep %setup -n bridge-utils +%patch0 -p1 +%patch1 -p1 %build +%configure make %install @@ -65,6 +70,16 @@ install -m 0644 libbridge/libbridge.a ${RPM_BUILD_ROOT}%{_libdir}/ %{_libdir}/libbridge.a %changelog +* Sat Oct 25 2003 Florian La Roche +- support change to call sysconf() to get HZ + +* Tue Sep 16 2003 David Woodhouse 0.9.6-1 +- Update to 0.9.6 +- Detect lack of kernel bridge support or EPERM and exit with appropriate code. + +* Wed Jun 04 2003 Elliot Lee +- rebuilt + * Wed Jan 22 2003 Tim Powers - rebuilt diff --git a/sources b/sources index eb41999..4a27d90 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -af28120f91c75b6235eea61c904996d6 bridge-utils-0.9.3.tar.gz +c45ede7ebd2fa762b4093f62ff582fd0 bridge-utils-0.9.6.tar.gz