diff --git a/usbguard.spec b/usbguard.spec index 4e3f616..1292981 100644 --- a/usbguard.spec +++ b/usbguard.spec @@ -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,7 +26,7 @@ Summary: A tool for implementing USB device usage policy # 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 @@ -114,6 +114,7 @@ for interacting with the USBGuard daemon component. mkdir -p ./m4 autoreconf -i -s --no-recursive ./ +export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -pthread" %configure \ --disable-silent-rules \ --with-bundled-catch \