upgrade to 1.0.0
This commit is contained in:
parent
cb0f49d49c
commit
27fd80772d
@ -1 +1 @@
|
|||||||
wireshark-0.99.7.tar.gz
|
wireshark-1.0.0.tar.bz2
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
94fa5f58ccee12c1a298f9e0daca9a94 wireshark-0.99.7.tar.gz
|
90e58c595f082da3ad9390d714f16116 wireshark-1.0.0.tar.bz2
|
||||||
|
@ -5,14 +5,14 @@
|
|||||||
|
|
||||||
Summary: Network traffic analyzer
|
Summary: Network traffic analyzer
|
||||||
Name: wireshark
|
Name: wireshark
|
||||||
Version: 0.99.7
|
Version: 1.0.0
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPL+
|
License: GPL+
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
%if %{svn_version}
|
%if %{svn_version}
|
||||||
Source0: http://wireshark.org/download/prerelease/%{name}-%{version}-SVN-%{svn_version}.tar.gz
|
Source0: http://wireshark.org/download/prerelease/%{name}-%{version}-SVN-%{svn_version}.tar.gz
|
||||||
%else
|
%else
|
||||||
Source0: http://wireshark.org/download/src/%{name}-%{version}.tar.gz
|
Source0: http://wireshark.org/download/src/%{name}-%{version}.tar.bz2
|
||||||
%endif
|
%endif
|
||||||
Source1: wireshark.pam
|
Source1: wireshark.pam
|
||||||
Source2: wireshark.console
|
Source2: wireshark.console
|
||||||
@ -173,6 +173,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_sbindir}/randpkt
|
%{_sbindir}/randpkt
|
||||||
%{_sbindir}/dumpcap
|
%{_sbindir}/dumpcap
|
||||||
%{_sbindir}/tethereal
|
%{_sbindir}/tethereal
|
||||||
|
%{_sbindir}/rawshark
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
%{_libdir}/lib*
|
%{_libdir}/lib*
|
||||||
%{_mandir}/man1/editcap.*
|
%{_mandir}/man1/editcap.*
|
||||||
@ -183,6 +184,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/capinfos.*
|
%{_mandir}/man1/capinfos.*
|
||||||
%{_mandir}/man1/dumpcap.*
|
%{_mandir}/man1/dumpcap.*
|
||||||
%{_mandir}/man4/wireshark-filter.*
|
%{_mandir}/man4/wireshark-filter.*
|
||||||
|
%{_mandir}/man1/rawshark.*
|
||||||
%{_libdir}/wireshark
|
%{_libdir}/wireshark
|
||||||
%config(noreplace) %{_sysconfdir}/pam.d/wireshark
|
%config(noreplace) %{_sysconfdir}/pam.d/wireshark
|
||||||
%config(noreplace) %{_sysconfdir}/security/console.apps/wireshark
|
%config(noreplace) %{_sysconfdir}/security/console.apps/wireshark
|
||||||
@ -198,6 +200,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Apr 1 2008 Radek Vokál <rvokal@redhat.com> 1.0.0-1
|
||||||
|
- April Fools' day upgrade to 1.0.0
|
||||||
|
|
||||||
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.99.7-3
|
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.99.7-3
|
||||||
- Autorebuild for GCC 4.3
|
- Autorebuild for GCC 4.3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user