diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/sources b/sources new file mode 100644 index 0000000..a7bea2b --- /dev/null +++ b/sources @@ -0,0 +1 @@ +SHA512 (v1.0.4.tar.gz) = ab8b2891589b1caee120bc773887bca93c77f00dbcc585fbbfdafd3e5ddb61bba003ca6c4df0886fcadb8a0a6614311c147ad211c648e8134dcfedca24bd43dd diff --git a/usbauth-notifier.rpmlintrc b/usbauth-notifier.rpmlintrc new file mode 100644 index 0000000..efcd175 --- /dev/null +++ b/usbauth-notifier.rpmlintrc @@ -0,0 +1,4 @@ +addFilter(r'setuid-binary') +addFilter(r'setgid-binary') +addFilter(r'non-standard-dir-perm') +addFilter(r'non-standard-executable-perm') diff --git a/usbauth-notifier.spec b/usbauth-notifier.spec new file mode 100644 index 0000000..fc5b57c --- /dev/null +++ b/usbauth-notifier.spec @@ -0,0 +1,140 @@ +# +# spec file for package usbauth-notifier +# +# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017-2018 Stefan Koch +# Copyright (c) 2015 SUSE LLC. All Rights Reserved. +# Author: Stefan Koch +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +Name: usbauth-notifier +Version: 1.0.4 +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: 10%{?dist} +# Automatically converted from old format: GPLv2 - review is highly recommended. +License: GPL-2.0-only + +Requires: usbauth +BuildRequires: pkgconfig(dbus-1) +BuildRequires: pkgconfig(libudev) +BuildRequires: libusbauth-configparser-devel +BuildRequires: gcc +BuildRequires: libnotify-devel +BuildRequires: libtool +BuildRequires: gettext-devel +BuildRequires: pkgconfig + +%description +A notifier for the usbauth firewall against BadUSB attacks. The user could manually allow or deny USB devices. + +%prep +%autosetup -n usbauth-all-%{version} -p1 + +# Create a sysusers.d config file +cat >usbauth-notifier.sysusers.conf < - 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 + +* 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 + +* 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 + +* 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 + +* Sat Jul 22 2023 Fedora Release Engineering - 1.0.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild + +* Sat Mar 04 2023 stefan.koch10@gmail.com - 1.0.5-1 +- update to v1.0.4 + +* Sat Jan 21 2023 Fedora Release Engineering - 1.0.2-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Sat Jul 23 2022 Fedora Release Engineering - 1.0.2-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Sat Jan 22 2022 Fedora Release Engineering - 1.0.2-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Fri Jul 23 2021 Fedora Release Engineering - 1.0.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 1.0.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 1.0.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri Jan 31 2020 Fedora Release Engineering - 1.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Mon Sep 30 2019 stefan.koch10@gmail.com - 1.0.2-1 +- move binaries from bindir to libexecdir + +* Sat Jan 12 2019 stefan.koch10@gmail.com - 1.0-1 +- initial notifier package to use with desktop environments for usbauth USB Firewall