Browse Source

bridge-utils-1.7.1-1

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
1cd361a73a
1 changed files with 9 additions and 23 deletions
  1. 9 23
      b/bridge-utils/bridge-utils-vl.spec

+ 9 - 23
b/bridge-utils/bridge-utils-vl.spec

@@ -1,18 +1,14 @@
 Summary:		Utilities for configuring the linux ethernet bridge.
 Summary(ja):	イーサネットブリッジ設定ユーティリティ
 Name:			bridge-utils
-Version:		1.6
+Version:		1.7.1
 Release:		1%{?_dist_release}
-Group:			Applications/System
+Group:			system,admin-tools,network
 Vendor:			Project Vine
 Distribution:	Vine Linux
 License:		GPLv2+
 URL:			https://wiki.linuxfoundation.org/networking/bridge
 Source0:		https://mirrors.edge.kernel.org/pub/linux/utils/net/bridge-utils/%{name}-%{version}.tar.xz
-Patch0:         bridge-utils-1.0.4-inc.patch
-Patch1:         bridge-utils-libbridge-cflags.patch
-Patch2:         bridge-utils-1.6-add-missing-sys-time.patch
-Patch3:         bridge-utils-1.6-fix-signed-unsigned-warnings.patch
 
 BuildRequires:	autoconf
 BuildRequires:	kernel-headers >= 2.6.16
@@ -26,20 +22,8 @@ ethernet devices directly.
 
 Install bridge-utils if you want to use the linux ethernet bridge.
 
-#%package -n bridge-utils-devel
-#Summary: Header and object files for using bridge-utils
-#Group: Development/Libraries
 
-#%description -n bridge-utils-devel
-#The bridge-utils-devel package contains the header and object files
-#necessary for developing programs which use 'libbridge.a', the
-#interface to the linux kernel ethernet bridge. If you are developing
-#programs which need to configure the linux ethernet bridge, your
-#system needs to have these standard header and object files available
-#in order to create the executables.
-#
-#Install bridge-utils-devel if you are going to develop programs which
-#will use the linux ethernet bridge interface library.
+%debug_package
 
 
 %prep
@@ -56,9 +40,11 @@ make %{?_smp_mflags}
 %install
 make DESTDIR=%{buildroot} SUBDIRS="brctl doc" install
 
+
 %clean
 [ "%{buildroot}" != "/" ] && rm -rf %{buildroot}
 
+
 %files
 %defattr (-,root,root)
 %license COPYING
@@ -66,12 +52,12 @@ make DESTDIR=%{buildroot} SUBDIRS="brctl doc" install
 %{_sbindir}/brctl
 %{_mandir}/man8/*
 
-#%files -n bridge-utils-devel
-#%defattr (-,root,root)
-#%{_includedir}/libbridge.h
-#%{_libdir}/libbridge.a
 
 %changelog
+* Sat Oct 30 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.7.1-1
+- new upstream release.
+- dropped all patches.
+
 * Fri Mar 20 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> - 1.6-1
 - new upstream release.