Update to 0.6.0

This commit is contained in:
Daniel Kopeček 2016-09-03 09:36:07 +02:00
parent 2b6bb593be
commit 76f611f5de
No known key found for this signature in database
GPG Key ID: 931A4BC18A2E6899
3 changed files with 10 additions and 7 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -1 +1 @@
f9bae5084fb1e2c8a421473492819c9c usbguard-0.5.14.tar.gz
c7b2d6e42f410298cbc793551161d358 usbguard-0.6.0.tar.gz

View File

@ -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 <dkopecek@redhat.com> 0.6.0-1
- Update to 0.6.0
* Thu Aug 18 2016 Daniel Kopeček <dkopecek@redhat.com> 0.5.14-1
- Update to 0.5.14