diff --git a/usbguard.spec b/usbguard.spec index 2e0fd64..1a7a802 100644 --- a/usbguard.spec +++ b/usbguard.spec @@ -5,7 +5,7 @@ Name: usbguard Version: 0.7.0 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A tool for implementing USB device usage policy Group: System Environment/Daemons License: GPLv2+ @@ -51,6 +51,7 @@ BuildRequires: pandoc %endif Patch0: usbguard-0.6.3-disable-cast-align-warning.patch +Patch1: usbguard-0.7.0-disable-unused-parameter-warning.patch %description The USBGuard software framework helps to protect your computer against rogue USB @@ -112,6 +113,7 @@ a D-Bus interface to the USBGuard daemon component. rm -rf src/ThirdParty/{Catch,PEGTL} %patch0 -p1 +%patch1 -p1 %build mkdir -p ./m4 @@ -223,6 +225,10 @@ find %{buildroot} \( -name '*.la' -o -name '*.a' \) -exec rm -f {} ';' %endif %changelog +* Thu Jul 13 2017 Daniel Kopeček 0.7.0-4 +- Added patch to disable unused parameter warning for protobuf + generated sources to fix compilation with newer protobuf version + * Tue Jun 13 2017 Orion Poplawski - 0.7.0-3 - Rebuild for protobuf 3.3.1