Adding ownership for dirs created by wireshark (rhbz#1860650)
This commit is contained in:
parent
43d1840f07
commit
3b307fab7e
@ -6,7 +6,7 @@
|
|||||||
Summary: Network traffic analyzer
|
Summary: Network traffic analyzer
|
||||||
Name: wireshark
|
Name: wireshark
|
||||||
Version: 3.2.5
|
Version: 3.2.5
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
License: GPL+
|
License: GPL+
|
||||||
Url: http://www.wireshark.org/
|
Url: http://www.wireshark.org/
|
||||||
@ -222,8 +222,13 @@ getent group usbmon >/dev/null || groupadd -r usbmon
|
|||||||
%{_libdir}/wireshark/extcap/sdjournal
|
%{_libdir}/wireshark/extcap/sdjournal
|
||||||
%{_libdir}/wireshark/extcap/dpauxmon
|
%{_libdir}/wireshark/extcap/dpauxmon
|
||||||
%{_libdir}/wireshark/extcap/androiddump
|
%{_libdir}/wireshark/extcap/androiddump
|
||||||
|
%dir %{_libdir}/wireshark/cmake
|
||||||
%{_libdir}/wireshark/cmake/*.cmake
|
%{_libdir}/wireshark/cmake/*.cmake
|
||||||
#the version wireshark uses to store plugins is only x.y, not .z
|
#the version wireshark uses to store plugins is only x.y, not .z
|
||||||
|
%dir %{_libdir}/wireshark/plugins/%{plugins_version}
|
||||||
|
%dir %{_libdir}/wireshark/plugins/%{plugins_version}/epan
|
||||||
|
%dir %{_libdir}/wireshark/plugins/%{plugins_version}/wiretap
|
||||||
|
%dir %{_libdir}/wireshark/plugins/%{plugins_version}/codecs
|
||||||
%{_libdir}/wireshark/plugins/%{plugins_version}/epan/*.so
|
%{_libdir}/wireshark/plugins/%{plugins_version}/epan/*.so
|
||||||
%{_libdir}/wireshark/plugins/%{plugins_version}/wiretap/*.so
|
%{_libdir}/wireshark/plugins/%{plugins_version}/wiretap/*.so
|
||||||
%{_libdir}/wireshark/plugins/%{plugins_version}/codecs/*.so
|
%{_libdir}/wireshark/plugins/%{plugins_version}/codecs/*.so
|
||||||
@ -261,6 +266,9 @@ getent group usbmon >/dev/null || groupadd -r usbmon
|
|||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 30 2020 Michal Ruprich <michalruprich@gmail.com> - 1:3.2.5-3
|
||||||
|
- Adding ownership for dirs created by wireshark (rhbz#1860650)
|
||||||
|
|
||||||
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.2.5-2
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:3.2.5-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user