Compare commits
35 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
58ed0a3558 | ||
|
|
df4d0766fd | ||
|
|
f5ec3fa9a1 | ||
| 0a44252fc4 | |||
|
|
80f347662f | ||
|
|
c9359e0e58 | ||
|
|
7a1f0d158d | ||
|
|
349e25769b | ||
|
|
3b8eec864d | ||
|
|
9396ea5a69 | ||
|
|
7902d4d56e | ||
|
|
240928a48b | ||
|
|
035eda640a | ||
|
|
26ada3325c | ||
|
|
ac5529c990 | ||
|
|
909a6655a2 | ||
|
|
94e9eb04c7 | ||
|
|
e56dd9953b | ||
|
|
f0928b7b62 | ||
|
|
619d8494db | ||
|
|
056c2f2561 | ||
|
|
e3e0c3b9c3 | ||
|
|
eaa8eccbf8 | ||
|
|
2e4bfbbd9d | ||
|
|
32a2d11a72 | ||
|
|
b25ebacd36 | ||
|
|
50a7b75b02 | ||
|
|
947f5a5043 | ||
|
|
6c2d0c6c8c | ||
|
|
c8ff92c8a5 | ||
|
|
7ccda690eb | ||
|
|
7cd9a6d3ac | ||
|
|
9aa76ede4b | ||
|
|
b8f1f57c62 | ||
|
|
e3de31cdfa |
4 changed files with 145 additions and 0 deletions
0
.gitignore
vendored
Normal file
0
.gitignore
vendored
Normal file
1
sources
Normal file
1
sources
Normal file
|
|
@ -0,0 +1 @@
|
|||
SHA512 (v1.0.4.tar.gz) = ab8b2891589b1caee120bc773887bca93c77f00dbcc585fbbfdafd3e5ddb61bba003ca6c4df0886fcadb8a0a6614311c147ad211c648e8134dcfedca24bd43dd
|
||||
4
usbauth-notifier.rpmlintrc
Normal file
4
usbauth-notifier.rpmlintrc
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
addFilter(r'setuid-binary')
|
||||
addFilter(r'setgid-binary')
|
||||
addFilter(r'non-standard-dir-perm')
|
||||
addFilter(r'non-standard-executable-perm')
|
||||
140
usbauth-notifier.spec
Normal file
140
usbauth-notifier.spec
Normal file
|
|
@ -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 <stefan.koch10@gmail.com>
|
||||
# Copyright (c) 2015 SUSE LLC. All Rights Reserved.
|
||||
# Author: Stefan Koch <skoch@suse.de>
|
||||
#
|
||||
# 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 <<EOF
|
||||
g usbauth -
|
||||
g usbauth-notifier -
|
||||
EOF
|
||||
|
||||
%build
|
||||
pushd %{name}/
|
||||
autoreconf -f -i
|
||||
%configure
|
||||
%make_build
|
||||
popd
|
||||
|
||||
%pre
|
||||
%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
|
||||
%doc %_mandir/*/*
|
||||
%dir %_sysconfdir/xdg/autostart
|
||||
%_sysconfdir/xdg/autostart/usbauth-notifier.desktop
|
||||
%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
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Tue Feb 11 2025 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.0.4-7
|
||||
- Add sysusers.d config file to allow rpm to create users/groups automatically
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Mon Jul 29 2024 Miroslav Suchý <msuchy@redhat.com> - 1.0.4-5
|
||||
- convert license to SPDX
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 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 <releng@fedoraproject.org> - 1.0.2-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
||||
|
||||
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
|
||||
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue