This commit is contained in:
parent
5f8a9c0e19
commit
75ebea3bcd
@ -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
3
bridge-utils-1.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2a2dbe49a540b31435f930def884c1b02920fb1091e1fb92913c8a9fdf3dea50
|
||||
size 30127
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@ -12,12 +12,12 @@
|
||||
|
||||
Name: bridge-utils
|
||||
BuildRequires: libsysfs
|
||||
Version: 1.2
|
||||
Version: 1.4
|
||||
Release: 1
|
||||
Autoreqprov: on
|
||||
AutoReqProv: on
|
||||
Group: Productivity/Networking/Routing
|
||||
License: GNU General Public License (GPL) - all versions
|
||||
URL: http://linux-net.osdl.org/index.php/Bridge
|
||||
License: GPL v2 or later
|
||||
Url: http://www.linux-foundation.org/en/Net:Bridge
|
||||
Summary: Utilities for Configuring the Linux Ethernet Bridge
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Patch: %{name}-%{version}-hz.diff
|
||||
@ -48,12 +48,7 @@ aclocal --force
|
||||
libtoolize --force
|
||||
autoconf --force
|
||||
autoheader --force
|
||||
CFLAGS="$RPM_OPT_FLAGS -Wall" \
|
||||
./configure \
|
||||
--prefix=%{_prefix} \
|
||||
--sbindir=%{_sbindir} \
|
||||
--libdir=%{_libdir} \
|
||||
--mandir=%{_mandir}
|
||||
%configure
|
||||
make
|
||||
|
||||
%install
|
||||
@ -72,7 +67,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/lib*
|
||||
/sbin/*
|
||||
|
||||
%changelog -n bridge-utils
|
||||
%changelog
|
||||
* Wed Jan 09 2008 - prusnak@suse.cz
|
||||
- update to 1.4
|
||||
* Tue Oct 17 2006 - mjancar@suse.cz
|
||||
- update to 1.2
|
||||
* Fixed bug where setting port priority set path cost instead
|
||||
|
Loading…
Reference in New Issue
Block a user