Compare commits

..

1 commit

Author SHA1 Message Date
Cropi
b3b8f0928d Rebase usbguard to 1.1.4
Rebased from 1.1.3 to 1.1.4.

Dropped patches merged upstream:
- tmpfiles-v1.patch
- tmpfiles-v2.patch
- uninstall-ignore-error.patch
- ipc-privileges.patch
- protobuf-3.0.patch
- catch2-support.patch
- disable-catch.patch

Added selinux-homed.patch for systemd-homed stream connect.

Resolves: rhbz#2380396
Resolves: rhbz#2376283
2026-04-15 09:54:44 +02:00

View file

@ -4,7 +4,7 @@
Name: usbguard
Version: 1.1.4
Release: 6%{?dist}
Release: 1%{?dist}
Summary: A tool for implementing USB device usage policy
License: GPL-2.0-or-later
## Not installed
@ -28,7 +28,7 @@ BuildRequires: make
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: libqb-devel
BuildRequires: openssl-devel
BuildRequires: libgcrypt-devel
BuildRequires: libstdc++-devel
BuildRequires: protobuf-devel protobuf-compiler
BuildRequires: PEGTL-static
@ -120,7 +120,7 @@ autoreconf -i -v --no-recursive ./
--enable-systemd \
--with-dbus \
--with-polkit \
--with-crypto-library=openssl \
--with-crypto-library=gcrypt \
--disable-catch
make %{?_smp_mflags}
@ -227,21 +227,6 @@ fi
%changelog
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.4-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Wed Jun 24 2026 Benjamin A. Beasley <code@musicinmybrain.net> - 1.1.4-5
- Rebuilt for abseil-cpp 20260526.0
* Mon Jun 22 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 1.1.4-4
- Rebuilt for openssl 4.0
* Wed Jun 10 2026 Yaakov Selkowitz <yselkowi@redhat.com> - 1.1.4-3
- Use openssl for crypto
* Fri May 29 2026 Miroslav Suchy <msuchy@redhat.com> - 1.1.4-2
- rebuild for https://fedoraproject.org/wiki/Changes/Protobuf_5.x/6.x
* Wed Apr 15 2026 Attila Lakatos <alakatos@redhat.com> - 1.1.4-1
- Rebase to 1.1.4
- Drop patches merged upstream: tmpfiles-v1, tmpfiles-v2,