Move init.lua file into the main subpackage (rhbz#1463270)
This commit is contained in:
parent
c7832af025
commit
7c0782a0ee
@ -5,7 +5,7 @@
|
|||||||
Summary: Network traffic analyzer
|
Summary: Network traffic analyzer
|
||||||
Name: wireshark
|
Name: wireshark
|
||||||
Version: 2.4.0
|
Version: 2.4.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL+
|
License: GPL+
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Url: http://www.wireshark.org/
|
Url: http://www.wireshark.org/
|
||||||
@ -360,7 +360,7 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
|
|||||||
%dir %{_datadir}/wireshark
|
%dir %{_datadir}/wireshark
|
||||||
%{_datadir}/wireshark/*
|
%{_datadir}/wireshark/*
|
||||||
%if %{with_lua}
|
%if %{with_lua}
|
||||||
%exclude %{_datadir}/wireshark/init.lua
|
%config(noreplace) %{_datadir}/wireshark/init.lua
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files gtk
|
%files gtk
|
||||||
@ -385,14 +385,14 @@ update-mime-database %{?fedora:-n} %{_datadir}/mime &> /dev/null || :
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc doc/README.* ChangeLog
|
%doc doc/README.* ChangeLog
|
||||||
%if %{with_lua}
|
|
||||||
%config(noreplace) %{_datadir}/wireshark/init.lua
|
|
||||||
%endif
|
|
||||||
%{_includedir}/wireshark
|
%{_includedir}/wireshark
|
||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 21 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.4.0-2
|
||||||
|
- Move init.lua file into the main subpackage (rhbz#1463270)
|
||||||
|
|
||||||
* Thu Jul 20 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.4.0-2
|
* Thu Jul 20 2017 Martin Sehnoutka <msehnout@redhat.com> - 2.4.0-2
|
||||||
- New upstream version 2.4.0
|
- New upstream version 2.4.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user