Hello community, here is the log from the commit of package usbguard for openSUSE:Factory checked in at 2019-07-22 17:18:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/usbguard (Old) and /work/SRC/openSUSE:Factory/.usbguard.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "usbguard" Mon Jul 22 17:18:55 2019 rev:7 rq:717525 version:0.7.4 Changes: -------- --- /work/SRC/openSUSE:Factory/usbguard/usbguard.changes 2019-05-24 11:32:51.593378836 +0200 +++ /work/SRC/openSUSE:Factory/.usbguard.new.4126/usbguard.changes 2019-07-22 17:18:56.693931980 +0200 @@ -1,0 +2,6 @@ +Mon Jul 22 09:50:04 UTC 2019 - Marcus Meissner <[email protected]> + +- link against libpthread to make it build (bsc#1141377) +- added usbguard-pthread.patch + +------------------------------------------------------------------- New: ---- usbguard-pthread.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ usbguard.spec ++++++ --- /var/tmp/diff_new_pack.w3T4nm/_old 2019-07-22 17:18:57.301931496 +0200 +++ /var/tmp/diff_new_pack.w3T4nm/_new 2019-07-22 17:18:57.305931493 +0200 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -26,13 +26,14 @@ # src/ThirdParty/Catch: Boost Software License - Version 1.0 License: GPL-2.0-or-later Group: System/Daemons -URL: https://usbguard.github.io +Url: https://usbguard.github.io Source0: https://github.com/USBGuard/usbguard/releases/download/usbguard-%{version}/usbguard-%{version}.tar.gz Source1: https://github.com/USBGuard/usbguard/releases/download/usbguard-%{version}/usbguard-%{version}.tar.gz.sig Source2: usbguard.keyring Source3: usbguard-daemon.conf Source4: usbguard-rpmlintrc Patch0: usbguard-applet-qt_desktop_menu_categories.patch +Patch1: usbguard-pthread.patch BuildRequires: asciidoc BuildRequires: aspell BuildRequires: audit-devel @@ -109,6 +110,7 @@ %prep %setup -q -n usbguard-%{version} %patch0 -p1 +%patch1 -p1 %build mkdir -p ./m4 ++++++ usbguard-pthread.patch ++++++ Index: usbguard-0.7.4/Makefile.am =================================================================== --- usbguard-0.7.4.orig/Makefile.am +++ usbguard-0.7.4/Makefile.am @@ -343,6 +343,7 @@ usbguard_daemon_CPPFLAGS=\ @audit_CFLAGS@ usbguard_daemon_LDADD=\ + -lpthread \ $(top_builddir)/libusbguard.la \ @seccomp_LIBS@ \ @libcapng_LIBS@ \ @@ -608,6 +609,7 @@ nodist_usbguard_applet_qt_SOURCES=\ src/GUI.Qt/TargetDelegate.moc.cpp usbguard_applet_qt_LDADD=\ + -lpthread \ $(top_builddir)/libusbguard.la \ @qt_LIBS@
