From 9623203b616ef074ba59b7de8234d8d2e20e5827 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 14:09:00 +0000 Subject: [PATCH 1/8] 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 2/8] 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 3/8] 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 4/8] 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 5/8] 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 6/8] 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 7/8] 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 8/8] 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