forked from pool/usbguard
This commit is contained in:
parent
86671b15a1
commit
468b9d436b
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user