OBS User unknown 2008-01-09 20:53:47 +00:00 committed by Git OBS Bridge
parent 5f8a9c0e19
commit 75ebea3bcd
5 changed files with 18 additions and 16 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:41d52c199c6db6b7adcb53ce03588d46ad687d8e357e7d42356bd981b173b736
size 29773

3
bridge-utils-1.4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2a2dbe49a540b31435f930def884c1b02920fb1091e1fb92913c8a9fdf3dea50
size 30127

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 9 11:04:59 CET 2008 - prusnak@suse.cz
- update to 1.4
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Oct 17 18:37:46 CEST 2006 - mjancar@suse.cz Tue Oct 17 18:37:46 CEST 2006 - mjancar@suse.cz

View File

@ -1,7 +1,7 @@
# #
# spec file for package bridge-utils (Version 1.2) # spec file for package bridge-utils (Version 1.4)
# #
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@ -12,12 +12,12 @@
Name: bridge-utils Name: bridge-utils
BuildRequires: libsysfs BuildRequires: libsysfs
Version: 1.2 Version: 1.4
Release: 1 Release: 1
Autoreqprov: on AutoReqProv: on
Group: Productivity/Networking/Routing Group: Productivity/Networking/Routing
License: GNU General Public License (GPL) - all versions License: GPL v2 or later
URL: http://linux-net.osdl.org/index.php/Bridge Url: http://www.linux-foundation.org/en/Net:Bridge
Summary: Utilities for Configuring the Linux Ethernet Bridge Summary: Utilities for Configuring the Linux Ethernet Bridge
Source: %{name}-%{version}.tar.bz2 Source: %{name}-%{version}.tar.bz2
Patch: %{name}-%{version}-hz.diff Patch: %{name}-%{version}-hz.diff
@ -48,12 +48,7 @@ aclocal --force
libtoolize --force libtoolize --force
autoconf --force autoconf --force
autoheader --force autoheader --force
CFLAGS="$RPM_OPT_FLAGS -Wall" \ %configure
./configure \
--prefix=%{_prefix} \
--sbindir=%{_sbindir} \
--libdir=%{_libdir} \
--mandir=%{_mandir}
make make
%install %install
@ -72,7 +67,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/lib* %{_libdir}/lib*
/sbin/* /sbin/*
%changelog -n bridge-utils %changelog
* Wed Jan 09 2008 - prusnak@suse.cz
- update to 1.4
* Tue Oct 17 2006 - mjancar@suse.cz * Tue Oct 17 2006 - mjancar@suse.cz
- update to 1.2 - update to 1.2
* Fixed bug where setting port priority set path cost instead * Fixed bug where setting port priority set path cost instead