From 76f611f5de648fcb983c1ecb94c4cadb17902a96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Kope=C4=8Dek?= Date: Sat, 3 Sep 2016 09:36:07 +0200 Subject: [PATCH] Update to 0.6.0 --- .gitignore | 1 + sources | 2 +- usbguard.spec | 14 ++++++++------ 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index a89c08f..a5bb492 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /usbguard-0.5.12.tar.gz /usbguard-0.5.13.tar.gz /usbguard-0.5.14.tar.gz +/usbguard-0.6.0.tar.gz diff --git a/sources b/sources index 596a847..e9f30b6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f9bae5084fb1e2c8a421473492819c9c usbguard-0.5.14.tar.gz +c7b2d6e42f410298cbc793551161d358 usbguard-0.6.0.tar.gz diff --git a/usbguard.spec b/usbguard.spec index da53e66..c809ab4 100644 --- a/usbguard.spec +++ b/usbguard.spec @@ -1,7 +1,7 @@ %global _hardened_build 1 Name: usbguard -Version: 0.5.14 +Version: 0.6.0 Release: 1%{?dist} Summary: A tool for implementing USB device usage policy Group: System Environment/Daemons @@ -23,7 +23,7 @@ BuildRequires: libqb-devel BuildRequires: libgcrypt-devel BuildRequires: systemd systemd-devel BuildRequires: libstdc++-devel -BuildRequires: json-static +BuildRequires: protobuf-devel protobuf-compiler BuildRequires: spdlog-static BuildRequires: PEGTL-static BuildRequires: qt5-qtbase-devel qt5-qtsvg-devel @@ -86,7 +86,7 @@ a D-Bus interface to the USBGuard daemon component. %prep %setup -q # Remove bundled library sources before build -rm -rf src/ThirdParty/{json,spdlog,Catch} +rm -rf src/ThirdParty/{spdlog,Catch} %build mkdir -p ./m4 @@ -94,11 +94,10 @@ autoreconf -i -v --no-recursive ./ %configure \ --disable-silent-rules \ --disable-static \ - --without-bundled-json \ --without-bundled-spdlog \ --without-bundled-catch \ --enable-systemd \ - --with-gui-qt5 \ + --with-gui-qt=qt5 \ --with-dbus \ --with-polkit \ --with-crypto-library=gcrypt @@ -127,7 +126,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %postun /sbin/ldconfig -%systemd_postun_with_restart usbguard.service +%systemd_postun usbguard.service %files %defattr(-,root,root,-) @@ -181,6 +180,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %changelog +* Sun Sep 04 2016 Daniel Kopeček 0.6.0-1 +- Update to 0.6.0 + * Thu Aug 18 2016 Daniel Kopeček 0.5.14-1 - Update to 0.5.14