import usbguard-1.0.0-5.el8

This commit is contained in:
CentOS Sources 2021-10-16 04:23:52 +00:00 committed by Stepan Oksanichenko
parent e6d05e6e87
commit 06448435a2

View File

@ -8,7 +8,7 @@
Name: usbguard
Version: 1.0.0
Release: 4%{?dist}
Release: 5%{?dist}
Summary: A tool for implementing USB device usage policy
Group: System Environment/Daemons
License: GPLv2+
@ -277,7 +277,7 @@ find %{buildroot} \( -name '*.la' -o -name '*.a' \) -exec rm -f {} ';'
%files selinux
%{_datadir}/selinux/packages/%{selinuxtype}/%{name}.pp.bz2
%ghost %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{name}
%ghost %verify(not md5 size mtime) %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{name}
%{_datadir}/selinux/devel/include/%{moduletype}/ipp-%{name}.if
%post selinux
@ -310,7 +310,9 @@ fi
%changelog
* Fri Sep 17 2021 Zoltan Fridrich <zfridric@redhat.com> - 1.0.0-4
* Fri Oct 15 2021 Zoltan Fridrich <zfridric@redhat.com> - 1.0.0-5
- fix DSP module definition in spec file
Resolves: rhbz#2014441
- add execstack to spec
- remove IPAddressDeny from usbguard service
Resolves: rhbz#1929364