Fix DSP module definition in spec file

Resolves: rhbz#2014442
This commit is contained in:
Zoltan Fridrich 2021-10-25 10:29:40 +02:00
parent 7537b4d49f
commit ffe6a2ea11

View File

@ -8,7 +8,7 @@
Name: usbguard
Version: 1.0.0
Release: 9%{?dist}
Release: 10%{?dist}
Summary: A tool for implementing USB device usage policy
Group: System Environment/Daemons
License: GPLv2+
@ -271,7 +271,7 @@ find %{buildroot} \( -name '*.la' -o -name '*.a' \) -exec rm -f {} ';'
%files selinux
%{_datadir}/selinux/packages/%{selinuxtype}/%{name}.pp.bz2
%ghost %verify(not md5 size mtime) %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{name}
%ghost %verify(not md5 size mode mtime) %{_sharedstatedir}/selinux/%{selinuxtype}/active/modules/200/%{name}
%{_datadir}/selinux/devel/include/%{moduletype}/ipp-%{name}.if
%post selinux
@ -304,7 +304,7 @@ fi
%changelog
* Thu Oct 14 2021 Zoltan Fridrich <zfridric@redhat.com> - 1.0.0-9
* Mon Oct 25 2021 Zoltan Fridrich <zfridric@redhat.com> - 1.0.0-10
- fix DSP module definition in spec file
Resolves: rhbz#2014442
- fix IPC access control files override