From dedaa8f412b26c01c49ffe0459943c5e7848c729 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 25 Feb 2009 23:52:56 +0000 Subject: [PATCH 01/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild --- vconfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index 250bd87..3d616a6 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,7 +1,7 @@ Summary: Linux 802.1q VLAN configuration utility Name: vconfig Version: 1.9 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2+ Group: System Environment/Base Source: http://www.candelatech.com/~greear/vlan/vlan.%{version}.tar.gz @@ -36,6 +36,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/vconfig.8* %changelog +* Wed Feb 25 2009 Fedora Release Engineering - 1.9-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + * Wed Mar 19 2008 Roman Rakus - 1.9-6 - added STRIP=/bin/true for useful debuginfo From 2c39a04285d19de01fa1ef864ce96c2aa511f1e5 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 27 Jul 2009 06:45:31 +0000 Subject: [PATCH 02/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild --- vconfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index 3d616a6..2772059 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,7 +1,7 @@ Summary: Linux 802.1q VLAN configuration utility Name: vconfig Version: 1.9 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ Group: System Environment/Base Source: http://www.candelatech.com/~greear/vlan/vlan.%{version}.tar.gz @@ -36,6 +36,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/vconfig.8* %changelog +* Sun Jul 26 2009 Fedora Release Engineering - 1.9-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + * Wed Feb 25 2009 Fedora Release Engineering - 1.9-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild From a6464113eb7b169fd7bf969554aea9c2b2e02978 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Wed, 25 Nov 2009 22:43:19 +0000 Subject: [PATCH 03/45] Fix typo that causes a failure to update the common directory. (releng #2781) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c05f12f..f752a20 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ NAME := vconfig SPECFILE = $(firstword $(wildcard *.spec)) define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done +for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done endef MAKEFILE_COMMON := $(shell $(find-makefile-common)) From dd4156cb19842665f1334637f99c4be69e3f7efe Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 29 Jul 2010 14:54:43 +0000 Subject: [PATCH 04/45] dist-git conversion --- .cvsignore => .gitignore | 0 Makefile | 21 --------------------- 2 files changed, 21 deletions(-) rename .cvsignore => .gitignore (100%) delete mode 100644 Makefile diff --git a/.cvsignore b/.gitignore similarity index 100% rename from .cvsignore rename to .gitignore diff --git a/Makefile b/Makefile deleted file mode 100644 index f752a20..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: vconfig -# $Id$ -NAME := vconfig -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$d/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attempt a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) From bfcc497f15744fc0c4c857713fd8c12a51757040 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 7 Feb 2011 19:02:47 -0600 Subject: [PATCH 05/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild --- vconfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index 2772059..6d54ba6 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,7 +1,7 @@ Summary: Linux 802.1q VLAN configuration utility Name: vconfig Version: 1.9 -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv2+ Group: System Environment/Base Source: http://www.candelatech.com/~greear/vlan/vlan.%{version}.tar.gz @@ -36,6 +36,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/vconfig.8* %changelog +* Mon Feb 07 2011 Fedora Release Engineering - 1.9-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + * Sun Jul 26 2009 Fedora Release Engineering - 1.9-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild From 82f05cf54660264fa20114cb9bd135528ec12019 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 14 Jan 2012 01:46:37 -0600 Subject: [PATCH 06/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild --- vconfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index 6d54ba6..0178e4f 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,7 +1,7 @@ Summary: Linux 802.1q VLAN configuration utility Name: vconfig Version: 1.9 -Release: 9%{?dist} +Release: 10%{?dist} License: GPLv2+ Group: System Environment/Base Source: http://www.candelatech.com/~greear/vlan/vlan.%{version}.tar.gz @@ -36,6 +36,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/vconfig.8* %changelog +* Sat Jan 14 2012 Fedora Release Engineering - 1.9-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + * Mon Feb 07 2011 Fedora Release Engineering - 1.9-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild From 14531acae64d806708068086cd345ab868bb40d2 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 21 Jul 2012 21:29:21 -0500 Subject: [PATCH 07/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild --- vconfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index 0178e4f..33612e9 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,7 +1,7 @@ Summary: Linux 802.1q VLAN configuration utility Name: vconfig Version: 1.9 -Release: 10%{?dist} +Release: 11%{?dist} License: GPLv2+ Group: System Environment/Base Source: http://www.candelatech.com/~greear/vlan/vlan.%{version}.tar.gz @@ -36,6 +36,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/vconfig.8* %changelog +* Sun Jul 22 2012 Fedora Release Engineering - 1.9-11 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + * Sat Jan 14 2012 Fedora Release Engineering - 1.9-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild From d581a4fba344e68fd963dc7530f002d44acea78a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Thu, 14 Feb 2013 20:39:43 -0600 Subject: [PATCH 08/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild --- vconfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index 33612e9..5522253 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,7 +1,7 @@ Summary: Linux 802.1q VLAN configuration utility Name: vconfig Version: 1.9 -Release: 11%{?dist} +Release: 12%{?dist} License: GPLv2+ Group: System Environment/Base Source: http://www.candelatech.com/~greear/vlan/vlan.%{version}.tar.gz @@ -36,6 +36,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/vconfig.8* %changelog +* Fri Feb 15 2013 Fedora Release Engineering - 1.9-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + * Sun Jul 22 2012 Fedora Release Engineering - 1.9-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild From 4e9e0f4157ded31c745e359142e05eff91be7191 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sun, 4 Aug 2013 00:58:58 -0500 Subject: [PATCH 09/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild --- vconfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index 5522253..19322b5 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,7 +1,7 @@ Summary: Linux 802.1q VLAN configuration utility Name: vconfig Version: 1.9 -Release: 12%{?dist} +Release: 13%{?dist} License: GPLv2+ Group: System Environment/Base Source: http://www.candelatech.com/~greear/vlan/vlan.%{version}.tar.gz @@ -36,6 +36,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/vconfig.8* %changelog +* Sun Aug 04 2013 Fedora Release Engineering - 1.9-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Fri Feb 15 2013 Fedora Release Engineering - 1.9-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild From c86bbf7220d3a2e5f661c5d8da4b81ff6c336738 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 3 Dec 2013 12:58:22 +0100 Subject: [PATCH 10/45] Fix a security warning by compiler --- ...pilation-with-Werror-format-security.patch | 31 +++++++++++++++++++ vconfig.spec | 8 ++++- 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 vconfig-1.9-Pass-compilation-with-Werror-format-security.patch diff --git a/vconfig-1.9-Pass-compilation-with-Werror-format-security.patch b/vconfig-1.9-Pass-compilation-with-Werror-format-security.patch new file mode 100644 index 0000000..a41be37 --- /dev/null +++ b/vconfig-1.9-Pass-compilation-with-Werror-format-security.patch @@ -0,0 +1,31 @@ +From c84508d59dacf91a89582fed6115714f42f706aa Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= +Date: Tue, 3 Dec 2013 12:54:53 +0100 +Subject: [PATCH] Pass compilation with -Werror=format-security +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + + + +Signed-off-by: Petr Písař +--- + vconfig.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/vconfig.c b/vconfig.c +index 5057cfd..77cf4b3 100644 +--- a/vconfig.c ++++ b/vconfig.c +@@ -36,7 +36,7 @@ + #define MAX_HOSTNAME 256 + + +-static char* usage = ++static const char usage[] = + "\n" + "Usage: add [interface-name] [vlan_id]\n" + " rem [vlan-name]\n" +-- +1.8.3.1 + diff --git a/vconfig.spec b/vconfig.spec index 19322b5..cd5a011 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,10 +1,12 @@ Summary: Linux 802.1q VLAN configuration utility Name: vconfig Version: 1.9 -Release: 13%{?dist} +Release: 14%{?dist} License: GPLv2+ Group: System Environment/Base Source: http://www.candelatech.com/~greear/vlan/vlan.%{version}.tar.gz +# Fix a security warning by compiler, bug #1037376 +Patch0: %{name}-1.9-Pass-compilation-with-Werror-format-security.patch URL: http://www.candelatech.com/~greear/vlan.html BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) %define _sbin /sbin @@ -14,6 +16,7 @@ The vconfig program configures and adjusts 802.1q VLAN parameters. %prep %setup -q -n vlan +%patch0 -p1 -b .warning %build make clean @@ -36,6 +39,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_mandir}/man8/vconfig.8* %changelog +* Tue Dec 03 2013 Petr Pisar - 1.9-14 +- Fix a security warning by compiler (bug #1037376) + * Sun Aug 04 2013 Fedora Release Engineering - 1.9-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From c52c4e4df964b991f0367c689fc493593d34db79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Tue, 3 Dec 2013 13:21:00 +0100 Subject: [PATCH 11/45] Modernize the spec file --- .rpmlint | 2 ++ vconfig.spec | 37 ++++++++++++++++--------------------- 2 files changed, 18 insertions(+), 21 deletions(-) create mode 100644 .rpmlint diff --git a/.rpmlint b/.rpmlint new file mode 100644 index 0000000..b350c84 --- /dev/null +++ b/.rpmlint @@ -0,0 +1,2 @@ +from Config import * +addFilter("spelling-error .* ip"); diff --git a/vconfig.spec b/vconfig.spec index cd5a011..271cef4 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,18 +1,17 @@ -Summary: Linux 802.1q VLAN configuration utility -Name: vconfig -Version: 1.9 -Release: 14%{?dist} -License: GPLv2+ -Group: System Environment/Base -Source: http://www.candelatech.com/~greear/vlan/vlan.%{version}.tar.gz +Name: vconfig +Version: 1.9 +Release: 14%{?dist} +Summary: Linux 802.1q VLAN configuration utility +License: GPLv2+ +Group: System Environment/Base +URL: http://www.candelatech.com/~greear/vlan.html +Source: http://www.candelatech.com/~greear/vlan/vlan.%{version}.tar.gz # Fix a security warning by compiler, bug #1037376 -Patch0: %{name}-1.9-Pass-compilation-with-Werror-format-security.patch -URL: http://www.candelatech.com/~greear/vlan.html -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -%define _sbin /sbin +Patch0: %{name}-1.9-Pass-compilation-with-Werror-format-security.patch %description The vconfig program configures and adjusts 802.1q VLAN parameters. +This tool is deprecated in favor of "ip link" command. %prep %setup -q -n vlan @@ -24,23 +23,19 @@ rm -f vconfig make CCFLAGS="%{optflags}" STRIP=/bin/true vconfig %install -rm -rf ${RPM_BUILD_ROOT} -%{__install} -D -m755 vconfig ${RPM_BUILD_ROOT}%{_sbin}/vconfig -%{__install} -D -m644 vconfig.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/vconfig.8 -rm -rf contrib/CVS - -%clean -rm -rf ${RPM_BUILD_ROOT} +install -D -m755 vconfig ${RPM_BUILD_ROOT}%{_sbindir}/vconfig +install -D -m644 vconfig.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/vconfig.8 %files -%defattr(-, root, root, 0755) -%doc CHANGELOG contrib README vlan.html vlan_test.pl -%{_sbin}/vconfig +%doc CHANGELOG README vlan.html vlan_test.pl +%{_sbindir}/vconfig %{_mandir}/man8/vconfig.8* %changelog * Tue Dec 03 2013 Petr Pisar - 1.9-14 - Fix a security warning by compiler (bug #1037376) +- Move the executable to /usr/sbin +- Modernize the spec file * Sun Aug 04 2013 Fedora Release Engineering - 1.9-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild From ca5b3303f7d509f07c2dde164a73f442d0a62fa0 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Sat, 7 Jun 2014 22:20:43 -0500 Subject: [PATCH 12/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild --- vconfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index 271cef4..404ed9e 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,6 +1,6 @@ Name: vconfig Version: 1.9 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Linux 802.1q VLAN configuration utility License: GPLv2+ Group: System Environment/Base @@ -32,6 +32,9 @@ install -D -m644 vconfig.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/vconfig.8 %{_mandir}/man8/vconfig.8* %changelog +* Sun Jun 08 2014 Fedora Release Engineering - 1.9-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + * Tue Dec 03 2013 Petr Pisar - 1.9-14 - Fix a security warning by compiler (bug #1037376) - Move the executable to /usr/sbin From 3d578326c3b83973cf0459f433151e1cc92f567a Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 18 Aug 2014 07:34:55 +0000 Subject: [PATCH 13/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild --- vconfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index 404ed9e..26c12e1 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,6 +1,6 @@ Name: vconfig Version: 1.9 -Release: 15%{?dist} +Release: 16%{?dist} Summary: Linux 802.1q VLAN configuration utility License: GPLv2+ Group: System Environment/Base @@ -32,6 +32,9 @@ install -D -m644 vconfig.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/vconfig.8 %{_mandir}/man8/vconfig.8* %changelog +* Mon Aug 18 2014 Fedora Release Engineering - 1.9-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild + * Sun Jun 08 2014 Fedora Release Engineering - 1.9-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild From 0bd88884ba4d8f507ed0e7f39c31db827bdc09e1 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Fri, 19 Jun 2015 01:51:14 +0000 Subject: [PATCH 14/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild --- vconfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index 26c12e1..dddb663 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,6 +1,6 @@ Name: vconfig Version: 1.9 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Linux 802.1q VLAN configuration utility License: GPLv2+ Group: System Environment/Base @@ -32,6 +32,9 @@ install -D -m644 vconfig.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/vconfig.8 %{_mandir}/man8/vconfig.8* %changelog +* Fri Jun 19 2015 Fedora Release Engineering - 1.9-17 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + * Mon Aug 18 2014 Fedora Release Engineering - 1.9-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild From 4aa4dc07e7751647c6003399d9dbb2c9e9a678bb Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 5 Feb 2016 02:34:36 +0000 Subject: [PATCH 15/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild --- vconfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index dddb663..df0b5cd 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,6 +1,6 @@ Name: vconfig Version: 1.9 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Linux 802.1q VLAN configuration utility License: GPLv2+ Group: System Environment/Base @@ -32,6 +32,9 @@ install -D -m644 vconfig.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/vconfig.8 %{_mandir}/man8/vconfig.8* %changelog +* Fri Feb 05 2016 Fedora Release Engineering - 1.9-18 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + * Fri Jun 19 2015 Fedora Release Engineering - 1.9-17 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild From fae0b341f9048b15511b6cf50ccf302b8fd5e14c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 11 Feb 2017 16:57:39 +0000 Subject: [PATCH 16/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild --- vconfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index df0b5cd..626e2ad 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,6 +1,6 @@ Name: vconfig Version: 1.9 -Release: 18%{?dist} +Release: 19%{?dist} Summary: Linux 802.1q VLAN configuration utility License: GPLv2+ Group: System Environment/Base @@ -32,6 +32,9 @@ install -D -m644 vconfig.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/vconfig.8 %{_mandir}/man8/vconfig.8* %changelog +* Sat Feb 11 2017 Fedora Release Engineering - 1.9-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + * Fri Feb 05 2016 Fedora Release Engineering - 1.9-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild From 383843d78ab682bbc782ef4ae7fd580e2b3ef692 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 27 Jul 2017 21:12:06 +0000 Subject: [PATCH 17/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild --- vconfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index 626e2ad..0b94c51 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,6 +1,6 @@ Name: vconfig Version: 1.9 -Release: 19%{?dist} +Release: 20%{?dist} Summary: Linux 802.1q VLAN configuration utility License: GPLv2+ Group: System Environment/Base @@ -32,6 +32,9 @@ install -D -m644 vconfig.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/vconfig.8 %{_mandir}/man8/vconfig.8* %changelog +* Thu Jul 27 2017 Fedora Release Engineering - 1.9-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + * Sat Feb 11 2017 Fedora Release Engineering - 1.9-19 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild From 0aa7c23721ba035ba51103be49b1539f6b538928 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 3 Aug 2017 09:59:10 +0000 Subject: [PATCH 18/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild --- vconfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index 0b94c51..5d995f6 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,6 +1,6 @@ Name: vconfig Version: 1.9 -Release: 20%{?dist} +Release: 21%{?dist} Summary: Linux 802.1q VLAN configuration utility License: GPLv2+ Group: System Environment/Base @@ -32,6 +32,9 @@ install -D -m644 vconfig.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/vconfig.8 %{_mandir}/man8/vconfig.8* %changelog +* Thu Aug 03 2017 Fedora Release Engineering - 1.9-21 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild + * Thu Jul 27 2017 Fedora Release Engineering - 1.9-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild From 9000de78dfb39c432cbd92f634f6eeb506e94d1e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 9 Feb 2018 20:21:02 +0000 Subject: [PATCH 19/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vconfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index 5d995f6..405e9c1 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,6 +1,6 @@ Name: vconfig Version: 1.9 -Release: 21%{?dist} +Release: 22%{?dist} Summary: Linux 802.1q VLAN configuration utility License: GPLv2+ Group: System Environment/Base @@ -32,6 +32,9 @@ install -D -m644 vconfig.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/vconfig.8 %{_mandir}/man8/vconfig.8* %changelog +* Fri Feb 09 2018 Fedora Release Engineering - 1.9-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + * Thu Aug 03 2017 Fedora Release Engineering - 1.9-21 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild From 75a0b19e59faa8b8e63bffd2128e70ac7b5f2ac8 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 23 Feb 2018 16:03:56 +0100 Subject: [PATCH 20/45] Use LDFLAGS from redhat-rpm-config --- vconfig.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/vconfig.spec b/vconfig.spec index 405e9c1..d574533 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,6 +1,6 @@ Name: vconfig Version: 1.9 -Release: 22%{?dist} +Release: 23%{?dist} Summary: Linux 802.1q VLAN configuration utility License: GPLv2+ Group: System Environment/Base @@ -20,7 +20,7 @@ This tool is deprecated in favor of "ip link" command. %build make clean rm -f vconfig -make CCFLAGS="%{optflags}" STRIP=/bin/true vconfig +make CCFLAGS="%{optflags}" LDFLAGS="%{build_ldflags}" STRIP=/bin/true vconfig %install install -D -m755 vconfig ${RPM_BUILD_ROOT}%{_sbindir}/vconfig @@ -32,6 +32,9 @@ install -D -m644 vconfig.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/vconfig.8 %{_mandir}/man8/vconfig.8* %changelog +* Fri Feb 23 2018 Florian Weimer - 1.9-23 +- Use LDFLAGS from redhat-rpm-config + * Fri Feb 09 2018 Fedora Release Engineering - 1.9-22 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild From 55b224200f25b2a9fd238533f6206d7c826663f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 7 Mar 2018 15:49:32 +0100 Subject: [PATCH 21/45] Modernize spec file --- vconfig.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/vconfig.spec b/vconfig.spec index d574533..319a39e 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,13 +1,15 @@ Name: vconfig Version: 1.9 -Release: 23%{?dist} +Release: 24%{?dist} Summary: Linux 802.1q VLAN configuration utility License: GPLv2+ -Group: System Environment/Base URL: http://www.candelatech.com/~greear/vlan.html Source: http://www.candelatech.com/~greear/vlan/vlan.%{version}.tar.gz # Fix a security warning by compiler, bug #1037376 Patch0: %{name}-1.9-Pass-compilation-with-Werror-format-security.patch +BuildRequires: coreutils +BuildRequires: gcc +BuildRequires: make %description The vconfig program configures and adjusts 802.1q VLAN parameters. @@ -32,6 +34,9 @@ install -D -m644 vconfig.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/vconfig.8 %{_mandir}/man8/vconfig.8* %changelog +* Wed Mar 07 2018 Petr Pisar - 1.9-24 +- Modernize spec file + * Fri Feb 23 2018 Florian Weimer - 1.9-23 - Use LDFLAGS from redhat-rpm-config From 90e51ee483273a41d75c46271dece1e65eab2d36 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 08:26:20 +0000 Subject: [PATCH 22/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vconfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index 319a39e..5bc8d2f 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,6 +1,6 @@ Name: vconfig Version: 1.9 -Release: 24%{?dist} +Release: 25%{?dist} Summary: Linux 802.1q VLAN configuration utility License: GPLv2+ URL: http://www.candelatech.com/~greear/vlan.html @@ -34,6 +34,9 @@ install -D -m644 vconfig.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/vconfig.8 %{_mandir}/man8/vconfig.8* %changelog +* Sat Jul 14 2018 Fedora Release Engineering - 1.9-25 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Wed Mar 07 2018 Petr Pisar - 1.9-24 - Modernize spec file From 606a8058e514764dba84d38010e6ec5850bf6019 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 11:07:46 +0000 Subject: [PATCH 23/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vconfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index 5bc8d2f..e8ff213 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,6 +1,6 @@ Name: vconfig Version: 1.9 -Release: 25%{?dist} +Release: 26%{?dist} Summary: Linux 802.1q VLAN configuration utility License: GPLv2+ URL: http://www.candelatech.com/~greear/vlan.html @@ -34,6 +34,9 @@ install -D -m644 vconfig.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/vconfig.8 %{_mandir}/man8/vconfig.8* %changelog +* Sun Feb 03 2019 Fedora Release Engineering - 1.9-26 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Sat Jul 14 2018 Fedora Release Engineering - 1.9-25 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild From 6d53fb915955efdac02f253cc1b4f7124067e0b6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 02:49:25 +0000 Subject: [PATCH 24/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vconfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index e8ff213..330234b 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,6 +1,6 @@ Name: vconfig Version: 1.9 -Release: 26%{?dist} +Release: 27%{?dist} Summary: Linux 802.1q VLAN configuration utility License: GPLv2+ URL: http://www.candelatech.com/~greear/vlan.html @@ -34,6 +34,9 @@ install -D -m644 vconfig.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/vconfig.8 %{_mandir}/man8/vconfig.8* %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 1.9-27 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Sun Feb 03 2019 Fedora Release Engineering - 1.9-26 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild From fd47833b1d43ebfae76a0a2fcf87a02ba55b51db Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 02:58:28 +0000 Subject: [PATCH 25/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vconfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index 330234b..01b4139 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,6 +1,6 @@ Name: vconfig Version: 1.9 -Release: 27%{?dist} +Release: 28%{?dist} Summary: Linux 802.1q VLAN configuration utility License: GPLv2+ URL: http://www.candelatech.com/~greear/vlan.html @@ -34,6 +34,9 @@ install -D -m644 vconfig.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/vconfig.8 %{_mandir}/man8/vconfig.8* %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 1.9-28 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sat Jul 27 2019 Fedora Release Engineering - 1.9-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 9e905519b282ec38ae4af3ef95085854c2e82b68 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 13:34:38 +0000 Subject: [PATCH 26/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vconfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index 01b4139..3a39f9e 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,6 +1,6 @@ Name: vconfig Version: 1.9 -Release: 28%{?dist} +Release: 29%{?dist} Summary: Linux 802.1q VLAN configuration utility License: GPLv2+ URL: http://www.candelatech.com/~greear/vlan.html @@ -34,6 +34,9 @@ install -D -m644 vconfig.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/vconfig.8 %{_mandir}/man8/vconfig.8* %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 1.9-29 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Fri Jan 31 2020 Fedora Release Engineering - 1.9-28 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From f4dac6af43ab39d42439d656b6df7cc47661b303 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 27 Jan 2021 22:56:10 +0000 Subject: [PATCH 27/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vconfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index 3a39f9e..42d622c 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,6 +1,6 @@ Name: vconfig Version: 1.9 -Release: 29%{?dist} +Release: 30%{?dist} Summary: Linux 802.1q VLAN configuration utility License: GPLv2+ URL: http://www.candelatech.com/~greear/vlan.html @@ -34,6 +34,9 @@ install -D -m644 vconfig.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/vconfig.8 %{_mandir}/man8/vconfig.8* %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.9-30 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Wed Jul 29 2020 Fedora Release Engineering - 1.9-29 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From cfd7741665fcab8ba50fb68e06093656c26b25f3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Tue, 27 Jul 2021 09:25:33 +0000 Subject: [PATCH 28/45] - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vconfig.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index 42d622c..7bb4f90 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,6 +1,6 @@ Name: vconfig Version: 1.9 -Release: 30%{?dist} +Release: 31%{?dist} Summary: Linux 802.1q VLAN configuration utility License: GPLv2+ URL: http://www.candelatech.com/~greear/vlan.html @@ -34,6 +34,10 @@ install -D -m644 vconfig.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/vconfig.8 %{_mandir}/man8/vconfig.8* %changelog +* Tue Jul 27 2021 Fedora Release Engineering - 1.9-31 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Wed Jan 27 2021 Fedora Release Engineering - 1.9-30 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From 3a8000f70210aeddd5b994a9d750c39ab245afe2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 03:49:27 +0000 Subject: [PATCH 29/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vconfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index 7bb4f90..e09398c 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,6 +1,6 @@ Name: vconfig Version: 1.9 -Release: 31%{?dist} +Release: 32%{?dist} Summary: Linux 802.1q VLAN configuration utility License: GPLv2+ URL: http://www.candelatech.com/~greear/vlan.html @@ -34,6 +34,9 @@ install -D -m644 vconfig.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/vconfig.8 %{_mandir}/man8/vconfig.8* %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 1.9-32 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Tue Jul 27 2021 Fedora Release Engineering - 1.9-31 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 7b05ba414160e683e8efe25fc271d4a629935287 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Mon, 4 Jul 2022 14:36:59 +0200 Subject: [PATCH 30/45] Reupload sources with SHA-512 --- sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources b/sources index ad1c44f..cc184bd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5f0c6060b33956fb16e11a15467dd394 vlan.1.9.tar.gz +SHA512 (vlan.1.9.tar.gz) = 7602679c1f1569d1742da37062213fea3a14b875bec9c41fc6b10c28a09a312db80f6eae4a8641a1892946545b2b4ef4699e61fddd8514469970e334a9dab0c5 From 77ff7ee9f320f2474b85691985d97e35f4442273 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 11:43:12 +0000 Subject: [PATCH 31/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vconfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index e09398c..5271fff 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,6 +1,6 @@ Name: vconfig Version: 1.9 -Release: 32%{?dist} +Release: 33%{?dist} Summary: Linux 802.1q VLAN configuration utility License: GPLv2+ URL: http://www.candelatech.com/~greear/vlan.html @@ -34,6 +34,9 @@ install -D -m644 vconfig.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/vconfig.8 %{_mandir}/man8/vconfig.8* %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 1.9-33 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Sat Jan 22 2022 Fedora Release Engineering - 1.9-32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From a9ab395f3e98c093cce7783811af12437e346c30 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 06:08:15 +0000 Subject: [PATCH 32/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vconfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index 5271fff..611da95 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,6 +1,6 @@ Name: vconfig Version: 1.9 -Release: 33%{?dist} +Release: 34%{?dist} Summary: Linux 802.1q VLAN configuration utility License: GPLv2+ URL: http://www.candelatech.com/~greear/vlan.html @@ -34,6 +34,9 @@ install -D -m644 vconfig.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/vconfig.8 %{_mandir}/man8/vconfig.8* %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 1.9-34 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Jul 23 2022 Fedora Release Engineering - 1.9-33 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From 00ab3b96a0062abff2060d8b301a2d11a2c325c7 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jul 2023 17:27:12 +0000 Subject: [PATCH 33/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- vconfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index 611da95..ac7d1eb 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,6 +1,6 @@ Name: vconfig Version: 1.9 -Release: 34%{?dist} +Release: 35%{?dist} Summary: Linux 802.1q VLAN configuration utility License: GPLv2+ URL: http://www.candelatech.com/~greear/vlan.html @@ -34,6 +34,9 @@ install -D -m644 vconfig.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/vconfig.8 %{_mandir}/man8/vconfig.8* %changelog +* Sat Jul 22 2023 Fedora Release Engineering - 1.9-35 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + * Sat Jan 21 2023 Fedora Release Engineering - 1.9-34 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From bf0fa3536ae1a71ac86ada3064cb8b570a1e18b6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jan 2024 07:33:00 +0000 Subject: [PATCH 34/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild --- vconfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index ac7d1eb..340ded5 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,6 +1,6 @@ Name: vconfig Version: 1.9 -Release: 35%{?dist} +Release: 36%{?dist} Summary: Linux 802.1q VLAN configuration utility License: GPLv2+ URL: http://www.candelatech.com/~greear/vlan.html @@ -34,6 +34,9 @@ install -D -m644 vconfig.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/vconfig.8 %{_mandir}/man8/vconfig.8* %changelog +* Sat Jan 27 2024 Fedora Release Engineering - 1.9-36 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild + * Sat Jul 22 2023 Fedora Release Engineering - 1.9-35 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild From 41eaa45c186509d8efb15754a7325ef90808025d Mon Sep 17 00:00:00 2001 From: Software Management Team Date: Thu, 30 May 2024 12:46:49 +0200 Subject: [PATCH 35/45] Eliminate use of obsolete %patchN syntax (#2283636) --- vconfig.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index 340ded5..bb31f47 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -17,7 +17,7 @@ This tool is deprecated in favor of "ip link" command. %prep %setup -q -n vlan -%patch0 -p1 -b .warning +%patch -P0 -p1 -b .warning %build make clean From b80cebd1b265a8987ac568b16395f3d1455e58df Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 08:36:23 +0000 Subject: [PATCH 36/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- vconfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index bb31f47..f8f7934 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,6 +1,6 @@ Name: vconfig Version: 1.9 -Release: 36%{?dist} +Release: 37%{?dist} Summary: Linux 802.1q VLAN configuration utility License: GPLv2+ URL: http://www.candelatech.com/~greear/vlan.html @@ -34,6 +34,9 @@ install -D -m644 vconfig.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/vconfig.8 %{_mandir}/man8/vconfig.8* %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 1.9-37 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 1.9-36 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From 2dc176325481b553777a3421e543d78329be3515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Fri, 26 Jul 2024 03:30:35 +0200 Subject: [PATCH 37/45] convert GPLv2+ license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- vconfig.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/vconfig.spec b/vconfig.spec index f8f7934..232070e 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,8 +1,9 @@ Name: vconfig Version: 1.9 -Release: 37%{?dist} +Release: 38%{?dist} Summary: Linux 802.1q VLAN configuration utility -License: GPLv2+ +# Automatically converted from old format: GPLv2+ - review is highly recommended. +License: GPL-2.0-or-later URL: http://www.candelatech.com/~greear/vlan.html Source: http://www.candelatech.com/~greear/vlan/vlan.%{version}.tar.gz # Fix a security warning by compiler, bug #1037376 @@ -34,6 +35,9 @@ install -D -m644 vconfig.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/vconfig.8 %{_mandir}/man8/vconfig.8* %changelog +* Fri Jul 26 2024 Miroslav Suchý - 1.9-38 +- convert license to SPDX + * Sat Jul 20 2024 Fedora Release Engineering - 1.9-37 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 9623203b616ef074ba59b7de8234d8d2e20e5827 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 14:09:00 +0000 Subject: [PATCH 38/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- vconfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index 232070e..5bdcf26 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,6 +1,6 @@ Name: vconfig Version: 1.9 -Release: 38%{?dist} +Release: 39%{?dist} Summary: Linux 802.1q VLAN configuration utility # Automatically converted from old format: GPLv2+ - review is highly recommended. License: GPL-2.0-or-later @@ -35,6 +35,9 @@ install -D -m644 vconfig.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/vconfig.8 %{_mandir}/man8/vconfig.8* %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 1.9-39 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Fri Jul 26 2024 Miroslav Suchý - 1.9-38 - convert license to SPDX From 0352dd1464f8b67fbf401a4eb0608398d45b2639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 18 Jun 2025 10:32:46 +0200 Subject: [PATCH 39/45] Review SPDX conversion --- vconfig.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index 5bdcf26..6213c54 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -2,7 +2,13 @@ Name: vconfig Version: 1.9 Release: 39%{?dist} Summary: Linux 802.1q VLAN configuration utility -# Automatically converted from old format: GPLv2+ - review is highly recommended. +# candela_2.4.21.patch: GPL-2.0-or-later +# contrib/vlan_2.2-full.patch: GPL-2.0-or-later +# contrib/vlan_2.2-module.patch: GPL-2.0-or-later +# howto.html: "part of the Linux HOWTO project", "see [...] GNU GPL 0.1.1" +# macvlan_config.c: GPL-2.0-or-later +# vconfig.c: GPL-2.0-or-later +# vlan_2.2.patch: GPL-2.0-or-later License: GPL-2.0-or-later URL: http://www.candelatech.com/~greear/vlan.html Source: http://www.candelatech.com/~greear/vlan/vlan.%{version}.tar.gz From a142b9e94a4dd6c1720577f6a2dfff6c6208d7f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 18 Jun 2025 10:38:32 +0200 Subject: [PATCH 40/45] Update URLs to use HTTPS --- vconfig.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/vconfig.spec b/vconfig.spec index 6213c54..30943e7 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,6 +1,6 @@ Name: vconfig Version: 1.9 -Release: 39%{?dist} +Release: 40%{?dist} Summary: Linux 802.1q VLAN configuration utility # candela_2.4.21.patch: GPL-2.0-or-later # contrib/vlan_2.2-full.patch: GPL-2.0-or-later @@ -10,8 +10,9 @@ Summary: Linux 802.1q VLAN configuration utility # vconfig.c: GPL-2.0-or-later # vlan_2.2.patch: GPL-2.0-or-later License: GPL-2.0-or-later -URL: http://www.candelatech.com/~greear/vlan.html -Source: http://www.candelatech.com/~greear/vlan/vlan.%{version}.tar.gz +URL: https://www.candelatech.com/~greear/vlan.html +# The URL now returns a bogus file full of zeros +Source: https://www.candelatech.com/~greear/vlan/vlan.%{version}.tar.gz # Fix a security warning by compiler, bug #1037376 Patch0: %{name}-1.9-Pass-compilation-with-Werror-format-security.patch BuildRequires: coreutils @@ -41,6 +42,9 @@ install -D -m644 vconfig.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/vconfig.8 %{_mandir}/man8/vconfig.8* %changelog +* Wed Jun 18 2025 Petr Pisar - 1.9-40 +- Update URLs to use HTTPS + * Sun Jan 19 2025 Fedora Release Engineering - 1.9-39 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 9006ab27cc0bbc329de3e9bc39168a5f5fca849d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 18 Jun 2025 10:41:38 +0200 Subject: [PATCH 41/45] Modernize rpmlint configuration --- .rpmlint | 2 -- vconfig.rpmlintrc | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 .rpmlint create mode 100644 vconfig.rpmlintrc diff --git a/.rpmlint b/.rpmlint deleted file mode 100644 index b350c84..0000000 --- a/.rpmlint +++ /dev/null @@ -1,2 +0,0 @@ -from Config import * -addFilter("spelling-error .* ip"); diff --git a/vconfig.rpmlintrc b/vconfig.rpmlintrc new file mode 100644 index 0000000..89b85e7 --- /dev/null +++ b/vconfig.rpmlintrc @@ -0,0 +1 @@ +addFilter('spelling-error .* ip') From c0cd20670d134da68ab9bfd74bd2d8cc380053e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 18 Jun 2025 10:42:51 +0200 Subject: [PATCH 42/45] Enable gating --- gating.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 gating.yaml diff --git a/gating.yaml b/gating.yaml new file mode 100644 index 0000000..f126b62 --- /dev/null +++ b/gating.yaml @@ -0,0 +1,15 @@ +--- !Policy +product_versions: + - fedora-rawhide +decision_context: bodhi_update_push_stable +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpmdeplint.functional} +--- !Policy +product_versions: + - fedora-* +decision_context: bodhi_update_push_stable +subject_type: koji_build +rules: + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.installability.functional} + - !PassingTestCaseRule {test_case_name: fedora-ci.koji-build.rpminspect.static-analysis} From 2e2d73c0126c47bc2d9641d5d257eacf0198cd4c Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 19:59:17 +0000 Subject: [PATCH 43/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- vconfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index 30943e7..632f70e 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,6 +1,6 @@ Name: vconfig Version: 1.9 -Release: 40%{?dist} +Release: 41%{?dist} Summary: Linux 802.1q VLAN configuration utility # candela_2.4.21.patch: GPL-2.0-or-later # contrib/vlan_2.2-full.patch: GPL-2.0-or-later @@ -42,6 +42,9 @@ install -D -m644 vconfig.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/vconfig.8 %{_mandir}/man8/vconfig.8* %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.9-41 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Wed Jun 18 2025 Petr Pisar - 1.9-40 - Update URLs to use HTTPS From 242882a723d532bb3b391e81a4f64b070de1cb8f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 19:48:34 +0000 Subject: [PATCH 44/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- vconfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index 632f70e..c4d5d6b 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,6 +1,6 @@ Name: vconfig Version: 1.9 -Release: 41%{?dist} +Release: 42%{?dist} Summary: Linux 802.1q VLAN configuration utility # candela_2.4.21.patch: GPL-2.0-or-later # contrib/vlan_2.2-full.patch: GPL-2.0-or-later @@ -42,6 +42,9 @@ install -D -m644 vconfig.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/vconfig.8 %{_mandir}/man8/vconfig.8* %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 1.9-42 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 1.9-41 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 7a1a95a9e95acaba67022b27547bbbbc0c9ef44f Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:23:19 +0000 Subject: [PATCH 45/45] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- vconfig.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vconfig.spec b/vconfig.spec index c4d5d6b..2bca8fc 100644 --- a/vconfig.spec +++ b/vconfig.spec @@ -1,6 +1,6 @@ Name: vconfig Version: 1.9 -Release: 42%{?dist} +Release: 43%{?dist} Summary: Linux 802.1q VLAN configuration utility # candela_2.4.21.patch: GPL-2.0-or-later # contrib/vlan_2.2-full.patch: GPL-2.0-or-later @@ -42,6 +42,9 @@ install -D -m644 vconfig.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/vconfig.8 %{_mandir}/man8/vconfig.8* %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.9-43 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 1.9-42 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild