diff --git a/usbguard.spec b/usbguard.spec index 47b35e6..87ccc7a 100644 --- a/usbguard.spec +++ b/usbguard.spec @@ -5,7 +5,7 @@ Name: usbguard Version: 0.7.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A tool for implementing USB device usage policy Group: System Environment/Daemons License: GPLv2+ @@ -228,6 +228,9 @@ find %{buildroot} \( -name '*.la' -o -name '*.a' \) -exec rm -f {} ';' %endif %changelog +* Mon Nov 13 2017 Igor Gnatenko - 0.7.0-8 +- Rebuild for protobuf 3.4 + * Mon Oct 16 2017 Daniel Kopeček 0.7.0-7 - Fix enumeration timeout on kernel >= 4.13 Resolves: rhbz#1499052