diff --git a/usbguard.spec b/usbguard.spec index eba151f..b8807e6 100644 --- a/usbguard.spec +++ b/usbguard.spec @@ -5,7 +5,7 @@ Name: usbguard Version: 0.7.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A tool for implementing USB device usage policy Group: System Environment/Daemons License: GPLv2+ @@ -27,7 +27,7 @@ BuildRequires: libgcrypt-devel BuildRequires: libstdc++-devel BuildRequires: protobuf-devel protobuf-compiler BuildRequires: PEGTL-static -BuildRequires: catch-devel +BuildRequires: catch1-devel BuildRequires: autoconf automake libtool BuildRequires: bash-completion BuildRequires: asciidoctor @@ -228,6 +228,9 @@ find %{buildroot} \( -name '*.la' -o -name '*.a' \) -exec rm -f {} ';' %endif %changelog +* Mon Jan 15 2018 Igor Gnatenko - 0.7.1-2 +- catch → catch1 + * Wed Dec 06 2017 Daniel Kopeček - 0.7.1-1 - Update to 0.7.1