Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package usbauth for openSUSE:Factory checked in at 2022-05-03 21:19:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/usbauth (Old) and /work/SRC/openSUSE:Factory/.usbauth.new.1538 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "usbauth" Tue May 3 21:19:43 2022 rev:7 rq:974764 version:1.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/usbauth/usbauth.changes 2021-01-22 21:53:29.617948608 +0100 +++ /work/SRC/openSUSE:Factory/.usbauth.new.1538/usbauth.changes 2022-05-03 21:19:52.505066537 +0200 @@ -1,0 +2,6 @@ +Tue May 3 12:37:43 UTC 2022 - Ferdinand Thiessen <r...@fthiessen.de> + +- Update to version 1.0.3 + * Improve logging of dbus errors + +------------------------------------------------------------------- Old: ---- usbauth-1.0.2.tar.xz New: ---- usbauth-all-1.0.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ usbauth.spec ++++++ --- /var/tmp/diff_new_pack.9fH3dF/_old 2022-05-03 21:19:52.989067144 +0200 +++ /var/tmp/diff_new_pack.9fH3dF/_new 2022-05-03 21:19:52.993067148 +0200 @@ -1,7 +1,7 @@ # # spec file for package usbauth # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2022 SUSE LLC # Copyright (c) 2017 Stefan Koch <stefan.koc...@gmail.com> # Copyright (c) 2015 SUSE LLC. All Rights Reserved. # Author: Stefan Koch <sk...@suse.de> @@ -19,21 +19,22 @@ # +%define _name usbauth-all Name: usbauth -Version: 1.0.2 +Version: 1.0.3 Release: 0 Summary: USB firewall against BadUSB attacks License: GPL-2.0-only Group: Productivity/Security -URL: https://github.com/kochstefan/usbauth-all/tree/master/usbauth -Source: %{name}-%{version}.tar.xz +URL: https://github.com/kochstefan/usbauth-all/ +Source: %{url}/archive/refs/tags/v%{version}.tar.gz#/%{_name}-%{version}.tar.gz Requires: systemd Requires: udev BuildRequires: libtool -BuildRequires: pkgconfig(libusbauth-configparser) -BuildRequires: pkgconfig(libudev) -BuildRequires: pkgconfig(dbus-1) BuildRequires: systemd-rpm-macros +BuildRequires: pkgconfig(dbus-1) +BuildRequires: pkgconfig(libudev) +BuildRequires: pkgconfig(libusbauth-configparser) %{!?_udevrulesdir: %global _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d } @@ -42,19 +43,21 @@ A config file describes in which way devices would be accepted. %prep -%autosetup +%autosetup -n %{_name}-%{version} %build +cd usbauth autoreconf -f -i %configure %make_build %install +cd usbauth %make_install udevrulesdir=%_udevrulesdir %files -%license COPYING -%doc README +%doc %{name}/README %{name}/CHANGELOG.md +%license %{name}/COPYING %_sbindir/usbauth %config %_sysconfdir/dbus-1/system.d/org.opensuse.usbauth.conf %config(noreplace) %_sysconfdir/usbauth.conf