From 0ad1a1132be9087bc61f9c1a68b3280bfaddd590 Mon Sep 17 00:00:00 2001 From: Scott K Logan Date: Wed, 4 Sep 2024 10:28:09 -0500 Subject: [PATCH 1/6] Update to 2.6.0 - Add a smoke test to the package --- .gitignore | 1 + sources | 2 +- uhubctl.spec | 13 ++++++++++--- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 528c040..753524b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /uhubctl-2.2.0.tar.gz /uhubctl-2.4.0.tar.gz /uhubctl-2.5.0.tar.gz +/uhubctl-2.6.0.tar.gz diff --git a/sources b/sources index 750d91b..ea5c022 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (uhubctl-2.5.0.tar.gz) = 2b902b7e1df788dd1d4720dcbc630c958e80619dee3bfe4bad222a089b7f2735c6189e5e7d497ce3782e6b6ee193906ea955621cf328a4022bce15f1179b1fda +SHA512 (uhubctl-2.6.0.tar.gz) = 21e8724f05bbf13edf7b6dd86ea3e66143f49eac46bf65189753a5a5c0e7434a0a51c5c0f6c0777886095bff4645a17cd46a8c84573162a8fd3529f742a93f62 diff --git a/uhubctl.spec b/uhubctl.spec index cdd0931..5e5bb9a 100644 --- a/uhubctl.spec +++ b/uhubctl.spec @@ -1,9 +1,8 @@ Name: uhubctl -Version: 2.5.0 -Release: 6%{?dist} +Version: 2.6.0 +Release: 1%{?dist} Summary: USB hub per-port power control -# Automatically converted from old format: GPLv2 - review is highly recommended. License: GPL-2.0-only URL: https://github.com/mvp/%{name} Source0: https://github.com/mvp/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz @@ -30,6 +29,10 @@ is defined as one that implements per-port power switching. %make_install +%check +%{buildroot}%{_sbindir}/%{name} --version + + %files %license COPYING LICENSE %doc README.md @@ -37,6 +40,10 @@ is defined as one that implements per-port power switching. %changelog +* Wed Sep 04 2024 Scott K Logan - 2.6.0-1 +- Update to 2.6.0 (rhbz#2309678) +- Add a smoke test to the package + * Mon Jul 29 2024 Miroslav Suchý - 2.5.0-6 - convert license to SPDX From 1826efdb06f9a38a38db110ec2be4ee9004dc3e4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 13:40:51 +0000 Subject: [PATCH 2/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- uhubctl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uhubctl.spec b/uhubctl.spec index 5e5bb9a..64474d0 100644 --- a/uhubctl.spec +++ b/uhubctl.spec @@ -1,6 +1,6 @@ Name: uhubctl Version: 2.6.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: USB hub per-port power control License: GPL-2.0-only @@ -40,6 +40,9 @@ is defined as one that implements per-port power switching. %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 2.6.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Sep 04 2024 Scott K Logan - 2.6.0-1 - Update to 2.6.0 (rhbz#2309678) - Add a smoke test to the package From c01c55f634ea8d5c8aed70889c52b18a6fbe014b Mon Sep 17 00:00:00 2001 From: Dominik 'Rathann' Mierzejewski Date: Fri, 23 May 2025 09:03:47 +0200 Subject: [PATCH 3/6] Fix build after https://fedoraproject.org/wiki/Changes/Unify_bin_and_sbin --- uhubctl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/uhubctl.spec b/uhubctl.spec index 64474d0..3087dd4 100644 --- a/uhubctl.spec +++ b/uhubctl.spec @@ -1,6 +1,6 @@ Name: uhubctl Version: 2.6.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: USB hub per-port power control License: GPL-2.0-only @@ -26,7 +26,7 @@ is defined as one that implements per-port power switching. %install -%make_install +%make_install sbindir=%{_sbindir} %check @@ -40,6 +40,9 @@ is defined as one that implements per-port power switching. %changelog +* Fri May 23 2025 Dominik Mierzejewski - 2.6.0-3 +- Fix build after https://fedoraproject.org/wiki/Changes/Unify_bin_and_sbin + * Sun Jan 19 2025 Fedora Release Engineering - 2.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From f79a78e52048283294ea2c2b292de86745e2e16b Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 19:44:44 +0000 Subject: [PATCH 4/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- uhubctl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uhubctl.spec b/uhubctl.spec index 3087dd4..2ac07f8 100644 --- a/uhubctl.spec +++ b/uhubctl.spec @@ -1,6 +1,6 @@ Name: uhubctl Version: 2.6.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: USB hub per-port power control License: GPL-2.0-only @@ -40,6 +40,9 @@ is defined as one that implements per-port power switching. %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 2.6.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Fri May 23 2025 Dominik Mierzejewski - 2.6.0-3 - Fix build after https://fedoraproject.org/wiki/Changes/Unify_bin_and_sbin From 5631b429365a7dbdc0ecf1b9a85f12c3d2764f96 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 19:33:57 +0000 Subject: [PATCH 5/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- uhubctl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uhubctl.spec b/uhubctl.spec index 2ac07f8..31a3ec7 100644 --- a/uhubctl.spec +++ b/uhubctl.spec @@ -1,6 +1,6 @@ Name: uhubctl Version: 2.6.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: USB hub per-port power control License: GPL-2.0-only @@ -40,6 +40,9 @@ is defined as one that implements per-port power switching. %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 2.6.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 2.6.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From e39ff5b4f036061f924324bf6870f3a63b33e854 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:08:30 +0000 Subject: [PATCH 6/6] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- uhubctl.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/uhubctl.spec b/uhubctl.spec index 31a3ec7..fbbd9f2 100644 --- a/uhubctl.spec +++ b/uhubctl.spec @@ -1,6 +1,6 @@ Name: uhubctl Version: 2.6.0 -Release: 5%{?dist} +Release: 6%{?dist} Summary: USB hub per-port power control License: GPL-2.0-only @@ -40,6 +40,9 @@ is defined as one that implements per-port power switching. %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 2.6.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 2.6.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild