Hello community, here is the log from the commit of package usbauth for openSUSE:Factory checked in at 2019-02-28 21:41:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/usbauth (Old) and /work/SRC/openSUSE:Factory/.usbauth.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "usbauth" Thu Feb 28 21:41:43 2019 rev:4 rq:677821 version:1.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/usbauth/usbauth.changes 2018-02-21 14:11:07.742929330 +0100 +++ /work/SRC/openSUSE:Factory/.usbauth.new.28833/usbauth.changes 2019-02-28 21:42:07.129558014 +0100 @@ -1,0 +2,12 @@ +Wed Feb 20 17:59:33 UTC 2019 - Jan Engelhardt <[email protected]> + +- Use a full Source URL and original tarball. + +------------------------------------------------------------------- +Tue Jan 22 22:00:00 UTC 2019 - Stefan Koch <[email protected]> + +- update to 1.0.1: + * Fix string comparing + * Support string quoting + +------------------------------------------------------------------- @@ -22 +33,0 @@ - Old: ---- usbauth.tar.bz2 New: ---- v1.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ usbauth.spec ++++++ --- /var/tmp/diff_new_pack.rq8rtr/_old 2019-02-28 21:42:07.569557826 +0100 +++ /var/tmp/diff_new_pack.rq8rtr/_new 2019-02-28 21:42:07.569557826 +0100 @@ -1,7 +1,7 @@ # # spec file for package usbauth # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017 Stefan Koch <[email protected]> # Copyright (c) 2015 SUSE LLC. All Rights Reserved. # Author: Stefan Koch <[email protected]> @@ -15,50 +15,56 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: usbauth -Version: 1.0 +Version: 1.0.1 Release: 0 Summary: USB firewall against BadUSB attacks -License: GPL-2.0 -Group: System/Daemons -Url: https://github.com/kochstefan/usbauth-all/tree/master/usbauth - -BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: %{name}.tar.bz2 - +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 Requires: systemd Requires: udev -BuildRequires: dbus-1-devel +BuildRequires: gcc BuildRequires: libtool BuildRequires: libudev-devel BuildRequires: libusbauth-configparser-devel + +BuildRequires: dbus-1-devel BuildRequires: systemd-rpm-macros + %{!?_udevrulesdir: %global _udevrulesdir %(pkg-config --variable=udevdir udev)/rules.d } %description -It is a firewall against BadUSB attacks. A config file descibes in which way devices would be accepted. +It is a firewall against BadUSB attacks. +A config file describes in which way devices would be accepted. %prep -%setup -n %{name} +%autosetup -n usbauth-all-%{version} -p1 %build +pushd %{name}/ autoreconf -f -i %configure %make_build +popd %install +pushd %{name}/ %make_install udevrulesdir=%_udevrulesdir +popd %files %defattr(-,root,root) -%doc COPYING README +%license %{name}/COPYING +%doc %{name}/README %_sbindir/usbauth %config %_sysconfdir/dbus-1/system.d/org.opensuse.usbauth.conf -%config %_sysconfdir/usbauth.conf +%config(noreplace) %_sysconfdir/usbauth.conf %_udevrulesdir/20-usbauth.rules %_mandir/man1/usbauth.1.*
