Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package usbauth for openSUSE:Factory checked in at 2021-01-22 21:53:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/usbauth (Old) and /work/SRC/openSUSE:Factory/.usbauth.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "usbauth" Fri Jan 22 21:53:05 2021 rev:6 rq:866053 version:1.0.2 Changes: -------- --- /work/SRC/openSUSE:Factory/usbauth/usbauth.changes 2020-01-06 15:23:55.692534925 +0100 +++ /work/SRC/openSUSE:Factory/.usbauth.new.28504/usbauth.changes 2021-01-22 21:53:29.617948608 +0100 @@ -1,0 +2,7 @@ +Fri Jan 1 13:15:38 UTC 2021 - Callum Farmer <[email protected]> + +- Update to version 1.0.2: + * Log dbus_error only when debug logging is enabled + * Correct man page location + +------------------------------------------------------------------- Old: ---- v1.0.1.tar.gz New: ---- usbauth-1.0.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ usbauth.spec ++++++ --- /var/tmp/diff_new_pack.nwzYnx/_old 2021-01-22 21:53:30.161949379 +0100 +++ /var/tmp/diff_new_pack.nwzYnx/_new 2021-01-22 21:53:30.165949385 +0100 @@ -20,21 +20,19 @@ Name: usbauth -Version: 1.0.1 +Version: 1.0.2 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: https://github.com/kochstefan/usbauth-all/archive/v%{version}.tar.gz +Source: %{name}-%{version}.tar.xz Requires: systemd Requires: udev -BuildRequires: gcc BuildRequires: libtool -BuildRequires: libusbauth-configparser-devel +BuildRequires: pkgconfig(libusbauth-configparser) BuildRequires: pkgconfig(libudev) - -BuildRequires: dbus-1-devel +BuildRequires: pkgconfig(dbus-1) BuildRequires: systemd-rpm-macros %{!?_udevrulesdir: %global _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d } @@ -44,34 +42,23 @@ A config file describes in which way devices would be accepted. %prep -%autosetup -n usbauth-all-%{version} -p1 +%autosetup %build -pushd %{name}/ autoreconf -f -i %configure %make_build -popd %install -pushd %{name}/ %make_install udevrulesdir=%_udevrulesdir -popd %files -%defattr(-,root,root) -%license %{name}/COPYING -%doc %{name}/README +%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.* - -%post -%{?udev_rules_update:%udev_rules_update} - -%postun -%{?udev_rules_update:%udev_rules_update} +%_mandir/man8/usbauth.8.* %changelog
