Compare commits

..

6 commits

Author SHA1 Message Date
Fedora Release Engineering
c3a58aca9e Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 08:16:04 +00:00
Benjamin A. Beasley
d0db16e236 Rebuilt for abseil-cpp 20260526.0 2026-06-24 06:55:37 +01:00
Yaakov Selkowitz
9dc2db7571 Rebuilt for openssl 4.0 2026-06-21 23:03:27 -04:00
Yaakov Selkowitz
d8c5d46563 Use openssl for crypto
openssl is preferred over libgcrypt because the latter does not support
FIPS or crypto policies.
2026-06-10 17:01:42 -04:00
Miroslav Suchý
4678a49347 rebuild for https://fedoraproject.org/wiki/Changes/Protobuf_5.x/6.x 2026-05-29 22:38:59 +02:00
Cropi
f7c30b9e6b 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:53:56 +02:00

View file

@ -4,7 +4,7 @@
Name: usbguard
Version: 1.1.4
Release: 1%{?dist}
Release: 6%{?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: libgcrypt-devel
BuildRequires: openssl-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=gcrypt \
--with-crypto-library=openssl \
--disable-catch
make %{?_smp_mflags}
@ -227,6 +227,21 @@ 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,