From c24184f99fbf7cdec5fb9d4fdaaa7cc5f3026b6a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 16 Jan 2018 00:00:22 +0100 Subject: [PATCH] =?UTF-8?q?catch=20=E2=86=92=20catch1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Igor Gnatenko --- usbguard.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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