Hello community, here is the log from the commit of package usbauth-notifier for openSUSE:Factory checked in at 2018-02-21 14:12:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/usbauth-notifier (Old) and /work/SRC/openSUSE:Factory/.usbauth-notifier.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "usbauth-notifier" Wed Feb 21 14:12:21 2018 rev:2 rq:578414 version:1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/usbauth-notifier/usbauth-notifier.changes 2018-02-07 18:40:26.354920129 +0100 +++ /work/SRC/openSUSE:Factory/.usbauth-notifier.new/usbauth-notifier.changes 2018-02-21 14:12:27.812045882 +0100 @@ -1,0 +2,6 @@ +Tue Feb 13 22:30:00 UTC 2018 - [email protected] + +- buildrequires usbauth not needed, we create both + groups here. + +------------------------------------------------------------------- @@ -9,0 +16 @@ + ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ usbauth-notifier.spec ++++++ --- /var/tmp/diff_new_pack.QIxSKo/_old 2018-02-21 14:12:29.387989128 +0100 +++ /var/tmp/diff_new_pack.QIxSKo/_new 2018-02-21 14:12:29.387989128 +0100 @@ -1,7 +1,7 @@ # # spec file for package usbauth-notifier # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017-2018 Stefan Koch <[email protected]> # Copyright (c) 2015 SUSE LLC. All Rights Reserved. # Author: Stefan Koch <[email protected]> @@ -30,18 +30,16 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %{name}.tar.bz2 -Requires(pre): usbauth Requires(pre): permissions -# we need the usbauth group -BuildRequires: usbauth -BuildRequires: pkgconfig(dbus-1) +Requires: usbauth BuildRequires: gettext-runtime BuildRequires: libnotify-devel BuildRequires: libtool -BuildRequires: permissions -BuildRequires: pkg-config BuildRequires: libudev-devel BuildRequires: libusbauth-configparser-devel +BuildRequires: permissions +BuildRequires: pkg-config +BuildRequires: pkgconfig(dbus-1) %description A notifier for the usbauth firewall against BadUSB attacks. The user could manually allow or deny USB devices. ++++++ usbauth-notifier.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/usbauth-notifier/usbauth-notifier.changes new/usbauth-notifier/usbauth-notifier.changes --- old/usbauth-notifier/usbauth-notifier.changes 1970-01-01 01:00:00.000000000 +0100 +++ new/usbauth-notifier/usbauth-notifier.changes 2018-02-14 00:18:07.550713456 +0100 @@ -0,0 +1,15 @@ +------------------------------------------------------------------- +Tue Feb 13 22:30:00 UTC 2018 - [email protected] + +- fix group creation within spec file + +------------------------------------------------------------------- +Thu Oct 12 14:37:00 UTC 2017 - [email protected] + +- susefied spec file. correct permission handling added. + +------------------------------------------------------------------- +Thu Oct 12 06:58:07 UTC 2017 - [email protected] + +- UI notifications for new USB devices to be authenticated + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/usbauth-notifier/usbauth-notifier.spec.in new/usbauth-notifier/usbauth-notifier.spec.in --- old/usbauth-notifier/usbauth-notifier.spec.in 2018-01-19 08:54:11.972689422 +0100 +++ new/usbauth-notifier/usbauth-notifier.spec.in 2018-02-14 00:18:07.550713456 +0100 @@ -29,17 +29,17 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: %{name}.tar.bz2 -Source1: %{name}-rpmlintrc +Requires(pre): permissions Requires: usbauth BuildRequires: pkgconfig(dbus-1) BuildRequires: gettext-runtime BuildRequires: libnotify-devel BuildRequires: libtool +BuildRequires: permissions BuildRequires: pkg-config BuildRequires: libudev-devel BuildRequires: libusbauth-configparser-devel -#!BuildIgnore: post-build-checks %description A notifier for the usbauth firewall against BadUSB attacks. The user could manually allow or deny USB devices. @@ -75,15 +75,9 @@ %_datadir/locale/de/LC_MESSAGES/usbauth-notifier.mo %post -%set_permissions %_bindir/usbauth-npriv -%set_permissions /usr/lib/usbauth-notifier -%set_permissions /usr/lib/usbauth-notifier/usbauth-notifier - -%postun -groupdel usbauth -groupdel usbauth-notifier +%set_permissions %_bindir/usbauth-npriv /usr/lib/usbauth-notifier /usr/lib/usbauth-notifier/usbauth-notifier %verifyscript -%verify_permissions -e %_bindir/usbauth-npriv +%verify_permissions -e %_bindir/usbauth-npriv /usr/lib/usbauth-notifier /usr/lib/usbauth-notifier/usbauth-notifier %changelog
