Update to 0.6.1

This commit is contained in:
Daniel Kopeček 2016-09-16 18:49:00 +02:00
parent 76f611f5de
commit 347c5f3981
No known key found for this signature in database
GPG Key ID: 931A4BC18A2E6899
3 changed files with 9 additions and 6 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/usbguard-0.5.13.tar.gz
/usbguard-0.5.14.tar.gz
/usbguard-0.6.0.tar.gz
/usbguard-0.6.1.tar.gz

View File

@ -1 +1 @@
c7b2d6e42f410298cbc793551161d358 usbguard-0.6.0.tar.gz
dccd24cdd1219aaf84fb4ef3980ca2e8 usbguard-0.6.1.tar.gz

View File

@ -1,7 +1,7 @@
%global _hardened_build 1
Name: usbguard
Version: 0.6.0
Version: 0.6.1
Release: 1%{?dist}
Summary: A tool for implementing USB device usage policy
Group: System Environment/Daemons
@ -24,9 +24,8 @@ BuildRequires: libgcrypt-devel
BuildRequires: systemd systemd-devel
BuildRequires: libstdc++-devel
BuildRequires: protobuf-devel protobuf-compiler
BuildRequires: spdlog-static
BuildRequires: PEGTL-static
BuildRequires: qt5-qtbase-devel qt5-qtsvg-devel
BuildRequires: qt5-qtbase-devel qt5-qtsvg-devel qt5-linguist
BuildRequires: dbus-glib-devel
BuildRequires: dbus-devel
BuildRequires: glib2-devel
@ -86,7 +85,7 @@ a D-Bus interface to the USBGuard daemon component.
%prep
%setup -q
# Remove bundled library sources before build
rm -rf src/ThirdParty/{spdlog,Catch}
rm -rf src/ThirdParty/{Catch,PEGTL}
%build
mkdir -p ./m4
@ -94,8 +93,8 @@ autoreconf -i -v --no-recursive ./
%configure \
--disable-silent-rules \
--disable-static \
--without-bundled-spdlog \
--without-bundled-catch \
--without-bundled-pegtl \
--enable-systemd \
--with-gui-qt=qt5 \
--with-dbus \
@ -180,6 +179,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%changelog
* Fri Sep 16 2016 Daniel Kopeček <dkopecek@redhat.com> 0.6.1-1
- Update to 0.6.1
* Sun Sep 04 2016 Daniel Kopeček <dkopecek@redhat.com> 0.6.0-1
- Update to 0.6.0