rpms/wireshark/devel wireshark.spec,1.66,1.67

Radek Vokál rvokal at fedoraproject.org
Tue Jan 5 18:04:30 UTC 2010


Author: rvokal

Update of /cvs/extras/rpms/wireshark/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15764

Modified Files:
	wireshark.spec 
Log Message:
init.lua is always present


Index: wireshark.spec
===================================================================
RCS file: /cvs/extras/rpms/wireshark/devel/wireshark.spec,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -p -r1.66 -r1.67
--- wireshark.spec	5 Jan 2010 12:45:59 -0000	1.66
+++ wireshark.spec	5 Jan 2010 18:04:30 -0000	1.67
@@ -12,7 +12,7 @@
 Summary: 	Network traffic analyzer
 Name: 		wireshark
 Version:	1.2.5
-Release: 	3%{?dist}
+Release: 	4%{?dist}
 License: 	GPL+
 Group: 		Applications/Internet
 %if %{svn_version}
@@ -302,17 +302,18 @@ rm -rf $RPM_BUILD_ROOT
 %files devel
 %defattr(-,root,root)
 %doc doc/README.*
+%config(noreplace) %{_datadir}/wireshark/init.lua
 %{_includedir}/wireshark
 %{_libdir}/lib*.so
 %{_libdir}/pkgconfig/*
 %{_datadir}/aclocal/*
 %{_mandir}/man1/idl2wrs.*
 %{_sbindir}/idl2wrs
-%if %{with_lua}
-%config(noreplace) %{_datadir}/wireshark/init.lua
-%endif
 
 %changelog
+* Tue Jan 05 2010 Radek Vokál <rvokal at redhat.com> - 1.2.5-4
+- init.lua is present always and not only when lua support is enabled
+
 * Tue Jan 05 2010 Radek Vokál <rvokal at redhat.com> - 1.2.5-3
 - fix file list, init.lua is only in -devel subpackage (#552406)
 




More information about the fedora-extras-commits mailing list