From 7a1f0d158dbc9016f2601871f5cc5617d55eb6f4 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 20 Jul 2024 08:24:36 +0000 Subject: [PATCH 1/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild --- usbauth-notifier.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/usbauth-notifier.spec b/usbauth-notifier.spec index 3c76171..5ef80f2 100644 --- a/usbauth-notifier.spec +++ b/usbauth-notifier.spec @@ -27,7 +27,7 @@ Summary: Notifier for USB Firewall to use with desktop environments URL: https://github.com/kochstefan/usbauth-all/tree/master/usbauth-notifier Source: https://github.com/kochstefan/usbauth-all/archive/v%{version}.tar.gz -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2 Requires(pre): shadow-utils @@ -76,6 +76,9 @@ popd %changelog +* Sat Jul 20 2024 Fedora Release Engineering - 1.0.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild + * Sat Jan 27 2024 Fedora Release Engineering - 1.0.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From c9359e0e589e529f4b00d0714d73353258fe23d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Mon, 29 Jul 2024 12:26:22 +0200 Subject: [PATCH 2/7] convert GPLv2 license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- usbauth-notifier.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/usbauth-notifier.spec b/usbauth-notifier.spec index 5ef80f2..f761cc2 100644 --- a/usbauth-notifier.spec +++ b/usbauth-notifier.spec @@ -27,8 +27,9 @@ Summary: Notifier for USB Firewall to use with desktop environments URL: https://github.com/kochstefan/usbauth-all/tree/master/usbauth-notifier Source: https://github.com/kochstefan/usbauth-all/archive/v%{version}.tar.gz -Release: 4%{?dist} -License: GPLv2 +Release: 5%{?dist} +# Automatically converted from old format: GPLv2 - review is highly recommended. +License: GPL-2.0-only Requires(pre): shadow-utils Requires: usbauth @@ -76,6 +77,9 @@ popd %changelog +* Mon Jul 29 2024 Miroslav Suchý - 1.0.4-5 +- convert license to SPDX + * Sat Jul 20 2024 Fedora Release Engineering - 1.0.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 80f347662fd2216fda386814221172df7acf5200 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 19 Jan 2025 13:55:40 +0000 Subject: [PATCH 3/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- usbauth-notifier.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/usbauth-notifier.spec b/usbauth-notifier.spec index f761cc2..4ff2d9c 100644 --- a/usbauth-notifier.spec +++ b/usbauth-notifier.spec @@ -27,7 +27,7 @@ Summary: Notifier for USB Firewall to use with desktop environments URL: https://github.com/kochstefan/usbauth-all/tree/master/usbauth-notifier Source: https://github.com/kochstefan/usbauth-all/archive/v%{version}.tar.gz -Release: 5%{?dist} +Release: 6%{?dist} # Automatically converted from old format: GPLv2 - review is highly recommended. License: GPL-2.0-only @@ -77,6 +77,9 @@ popd %changelog +* Sun Jan 19 2025 Fedora Release Engineering - 1.0.4-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Mon Jul 29 2024 Miroslav Suchý - 1.0.4-5 - convert license to SPDX From 0a44252fc4a200bc10cbe692d86a161645c0f6dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 11 Feb 2025 17:03:11 +0100 Subject: [PATCH 4/7] Add sysusers.d config file to allow rpm to create users/groups automatically See https://fedoraproject.org/wiki/Changes/RPMSuportForSystemdSysusers. --- usbauth-notifier.spec | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/usbauth-notifier.spec b/usbauth-notifier.spec index 4ff2d9c..7ad8d78 100644 --- a/usbauth-notifier.spec +++ b/usbauth-notifier.spec @@ -27,11 +27,10 @@ Summary: Notifier for USB Firewall to use with desktop environments URL: https://github.com/kochstefan/usbauth-all/tree/master/usbauth-notifier Source: https://github.com/kochstefan/usbauth-all/archive/v%{version}.tar.gz -Release: 6%{?dist} +Release: 7%{?dist} # Automatically converted from old format: GPLv2 - review is highly recommended. License: GPL-2.0-only -Requires(pre): shadow-utils Requires: usbauth BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(libudev) @@ -48,6 +47,12 @@ A notifier for the usbauth firewall against BadUSB attacks. The user could manua %prep %autosetup -n usbauth-all-%{version} -p1 +# Create a sysusers.d config file +cat >usbauth-notifier.sysusers.conf </dev/null; then groupadd -r usbauth; fi -if ! getent group usbauth-notifier>/dev/null; then groupadd -r usbauth-notifier; fi - %install pushd %{name}/ %make_install %find_lang %name popd +install -m0644 -D usbauth-notifier.sysusers.conf %{buildroot}%{_sysusersdir}/usbauth-notifier.conf + %files -f %{name}/%name.lang %license %{name}/COPYING %doc %{name}/README @@ -74,9 +78,13 @@ popd %attr(04750,root,usbauth) %_libexecdir/usbauth-npriv %dir %attr(00750,root,usbauth-notifier) %_libexecdir/usbauth-notifier %attr(02755,root,usbauth) %_libexecdir/usbauth-notifier/usbauth-notifier +%{_sysusersdir}/usbauth-notifier.conf %changelog +* Tue Feb 11 2025 Zbigniew Jędrzejewski-Szmek - 1.0.4-7 +- Add sysusers.d config file to allow rpm to create users/groups automatically + * Sun Jan 19 2025 Fedora Release Engineering - 1.0.4-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From f5ec3fa9a1a035fda7adab198daccf688c511382 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 19:52:12 +0000 Subject: [PATCH 5/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- usbauth-notifier.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/usbauth-notifier.spec b/usbauth-notifier.spec index 7ad8d78..f82ac5c 100644 --- a/usbauth-notifier.spec +++ b/usbauth-notifier.spec @@ -27,7 +27,7 @@ Summary: Notifier for USB Firewall to use with desktop environments URL: https://github.com/kochstefan/usbauth-all/tree/master/usbauth-notifier Source: https://github.com/kochstefan/usbauth-all/archive/v%{version}.tar.gz -Release: 7%{?dist} +Release: 8%{?dist} # Automatically converted from old format: GPLv2 - review is highly recommended. License: GPL-2.0-only @@ -82,6 +82,9 @@ install -m0644 -D usbauth-notifier.sysusers.conf %{buildroot}%{_sysusersdir}/usb %changelog +* Fri Jul 25 2025 Fedora Release Engineering - 1.0.4-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Tue Feb 11 2025 Zbigniew Jędrzejewski-Szmek - 1.0.4-7 - Add sysusers.d config file to allow rpm to create users/groups automatically From df4d0766fd1612d6cf77d7529d8977ca4d18bfed Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 17 Jan 2026 19:41:22 +0000 Subject: [PATCH 6/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild --- usbauth-notifier.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/usbauth-notifier.spec b/usbauth-notifier.spec index f82ac5c..fac496f 100644 --- a/usbauth-notifier.spec +++ b/usbauth-notifier.spec @@ -27,7 +27,7 @@ Summary: Notifier for USB Firewall to use with desktop environments URL: https://github.com/kochstefan/usbauth-all/tree/master/usbauth-notifier Source: https://github.com/kochstefan/usbauth-all/archive/v%{version}.tar.gz -Release: 8%{?dist} +Release: 9%{?dist} # Automatically converted from old format: GPLv2 - review is highly recommended. License: GPL-2.0-only @@ -82,6 +82,9 @@ install -m0644 -D usbauth-notifier.sysusers.conf %{buildroot}%{_sysusersdir}/usb %changelog +* Sat Jan 17 2026 Fedora Release Engineering - 1.0.4-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild + * Fri Jul 25 2025 Fedora Release Engineering - 1.0.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 58ed0a3558e7da5227e006a2ec1b4e3258ee8e73 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 17 Jul 2026 08:15:58 +0000 Subject: [PATCH 7/7] Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild --- usbauth-notifier.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/usbauth-notifier.spec b/usbauth-notifier.spec index fac496f..fc5b57c 100644 --- a/usbauth-notifier.spec +++ b/usbauth-notifier.spec @@ -27,7 +27,7 @@ Summary: Notifier for USB Firewall to use with desktop environments URL: https://github.com/kochstefan/usbauth-all/tree/master/usbauth-notifier Source: https://github.com/kochstefan/usbauth-all/archive/v%{version}.tar.gz -Release: 9%{?dist} +Release: 10%{?dist} # Automatically converted from old format: GPLv2 - review is highly recommended. License: GPL-2.0-only @@ -82,6 +82,9 @@ install -m0644 -D usbauth-notifier.sysusers.conf %{buildroot}%{_sysusersdir}/usb %changelog +* Fri Jul 17 2026 Fedora Release Engineering - 1.0.4-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild + * Sat Jan 17 2026 Fedora Release Engineering - 1.0.4-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild