Compare commits
No commits in common. "rawhide" and "f32" have entirely different histories.
3 changed files with 22 additions and 49 deletions
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (v1.0.5.tar.gz) = c660ecaaddb29decff06811c71b68a0fe9ecde5ff279fd89c0bcf782f218bd9b1b38e316ca33da89784a05ca151ee68e23f558fd83452fcf86e80a0e69215b6e
|
||||
SHA512 (usbauth-1.0.1.tar.bz2) = e43cf5e6723ee52da0032f1485e579acd81c96b9670437e03bd8b986b67cd235291b3134b6255be870def24be133fed8b34f98096544067de4d2dc0d844e22ed
|
||||
|
|
|
|||
BIN
usbauth-1.0.1.tar.bz2
Normal file
BIN
usbauth-1.0.1.tar.bz2
Normal file
Binary file not shown.
69
usbauth.spec
69
usbauth.spec
|
|
@ -1,7 +1,6 @@
|
|||
#
|
||||
# spec file for package usbauth
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LLC
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 Stefan Koch <stefan.koch10@gmail.com>
|
||||
# Copyright (c) 2015 SUSE LLC. All Rights Reserved.
|
||||
|
|
@ -21,23 +20,28 @@
|
|||
|
||||
|
||||
Name: usbauth
|
||||
Version: 1.0.5
|
||||
Version: 1.0.1
|
||||
Summary: USB firewall against BadUSB attacks
|
||||
URL: https://github.com/kochstefan/usbauth-all/tree/master/usbauth
|
||||
Source: https://github.com/kochstefan/usbauth-all/archive/v%{version}.tar.gz
|
||||
Url: https://github.com/kochstefan/usbauth-all/tree/master/usbauth
|
||||
|
||||
Release: 10%{?dist}
|
||||
# Automatically converted from old format: GPLv2 - review is highly recommended.
|
||||
License: GPL-2.0-only
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2
|
||||
|
||||
# Generate a source tarball:
|
||||
# git clone https://github.com/kochstefan/usbauth-all.git
|
||||
# cd usbauth-all
|
||||
# git checkout vVERSION
|
||||
# tar cvfj usbauth-VERSION.tar.bz2 usbauth
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
|
||||
Requires: systemd
|
||||
Requires: udev
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
BuildRequires: pkgconfig(dbus-1)
|
||||
BuildRequires: libusbauth-configparser-devel
|
||||
BuildRequires: gcc
|
||||
BuildRequires: libtool
|
||||
BuildRequires: libudev-devel
|
||||
BuildRequires: libusbauth-configparser-devel
|
||||
|
||||
BuildRequires: dbus-devel
|
||||
|
||||
|
||||
%description
|
||||
|
|
@ -45,60 +49,29 @@ It is a firewall against BadUSB attacks.
|
|||
A config file describes in which way devices would be accepted.
|
||||
|
||||
%prep
|
||||
%autosetup -n usbauth-all-%{version} -p1
|
||||
%setup -q -n %{name}
|
||||
|
||||
%build
|
||||
pushd %{name}/
|
||||
autoreconf -f -i
|
||||
%configure
|
||||
%make_build
|
||||
popd
|
||||
|
||||
%install
|
||||
pushd %{name}/
|
||||
%make_install udevrulesdir=%_udevrulesdir
|
||||
popd
|
||||
|
||||
%files
|
||||
%license %{name}/COPYING
|
||||
%doc %{name}/README
|
||||
%doc %_mandir/*/*
|
||||
%license COPYING
|
||||
%doc README
|
||||
%_sbindir/usbauth
|
||||
%config %_sysconfdir/dbus-1/system.d/org.opensuse.usbauth.conf
|
||||
%config(noreplace) %_sysconfdir/usbauth.conf
|
||||
%_udevrulesdir/20-usbauth.rules
|
||||
%_mandir/man1/usbauth.1.*
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-8
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Mon Jul 29 2024 Miroslav Suchý <msuchy@redhat.com> - 1.0.5-6
|
||||
- convert license to SPDX
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Sat Mar 11 2023 stefan.koch10@gmail.com - 1.0.5-2
|
||||
- improve manpage install
|
||||
|
||||
* Sat Mar 04 2023 stefan.koch10@gmail.com - 1.0.5-1
|
||||
- update to v1.0.5
|
||||
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Tue Jan 22 2019 stefan.koch10@gmail.com - 1.0.1-1
|
||||
- initial package for usbauth USB firewall against BadUSB attacks
|
||||
- initial package for usbauth USB firewall against BadUSB attacks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue