Compare commits
No commits in common. "rawhide" and "f37" have entirely different histories.
4 changed files with 7 additions and 59 deletions
2
.rpmlint
Normal file
2
.rpmlint
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
from Config import *
|
||||
addFilter("spelling-error .* ip");
|
||||
15
gating.yaml
15
gating.yaml
|
|
@ -1,15 +0,0 @@
|
|||
--- !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}
|
||||
|
|
@ -1 +0,0 @@
|
|||
addFilter('spelling-error .* ip')
|
||||
48
vconfig.spec
48
vconfig.spec
|
|
@ -1,18 +1,10 @@
|
|||
Name: vconfig
|
||||
Version: 1.9
|
||||
Release: 43%{?dist}
|
||||
Release: 33%{?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
|
||||
# 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: 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
|
||||
License: GPLv2+
|
||||
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
|
||||
|
|
@ -25,7 +17,7 @@ This tool is deprecated in favor of "ip link" command.
|
|||
|
||||
%prep
|
||||
%setup -q -n vlan
|
||||
%patch -P0 -p1 -b .warning
|
||||
%patch0 -p1 -b .warning
|
||||
|
||||
%build
|
||||
make clean
|
||||
|
|
@ -42,36 +34,6 @@ install -D -m644 vconfig.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/vconfig.8
|
|||
%{_mandir}/man8/vconfig.8*
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-43
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-42
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-41
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Wed Jun 18 2025 Petr Pisar <ppisar@redhat.com> - 1.9-40
|
||||
- Update URLs to use HTTPS
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-39
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Fri Jul 26 2024 Miroslav Suchý <msuchy@redhat.com> - 1.9-38
|
||||
- convert license to SPDX
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-37
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-36
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-35
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-34
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.9-33
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue