From: Nathaniel Clark Date: Tue, 22 Jul 2014 12:34:21 +0000 (-0400) Subject: LU-5390 rpms: Replace whamcloud URL in wireshark spec file X-Git-Tag: 2.6.51~51 X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=commitdiff_plain;h=aa25fe2f90071248bccd2c0aea7cad0eb6143fa6 LU-5390 rpms: Replace whamcloud URL in wireshark spec file Replace whamcloud with hpdd.intel in URL line in wireshark example spec file. Also remove download URL since it doesn't work. Signed-off-by: Nathaniel Clark Change-Id: If77ad7c833a045e0d74c5ee1328a3d33a661171f Reviewed-on: http://review.whamcloud.com/11180 Tested-by: Jenkins Tested-by: Maloo Reviewed-by: Joshua Kugler Reviewed-by: Doug Oucharek Reviewed-by: Oleg Drokin --- diff --git a/lustre/contrib/wireshark/lustre-wireshark-plugins-template.spec b/lustre/contrib/wireshark/lustre-wireshark-plugins-template.spec index 82a4824..54b830a 100644 --- a/lustre/contrib/wireshark/lustre-wireshark-plugins-template.spec +++ b/lustre/contrib/wireshark/lustre-wireshark-plugins-template.spec @@ -8,10 +8,11 @@ Version: %ver Release: %rel License: GPL Group: Networking/Utilities -Source: http://www.whamcloud.com/download/automated/src/%{name}-%{version}.tar.bz2 -URL: http://www.whamcloud.com/ -BuildRoot: XXX-TOP-LEVEL-BUILD-DIR-XXX/lustre-wireshark-%{PACKAGE_VERSION}-root -Requires: wireshark +Source: %{name}-%{version}.tar.bz2 +URL: https://wiki.hpdd.intel.com/ +BuildRoot: %{_tmpdir}/lustre-wireshark-%{PACKAGE_VERSION}-root +Requires: wireshark >= 1.6.8 +BuildRequires: wireshark-devel %description Plugins for wireshark to enable monitoring of Lustre/LNet network traffic. @@ -29,7 +30,7 @@ rm -rf \${RPM_BUILD_ROOT} %files %defattr(-, root, root) -%doc README* -XXX-LUSTRE-PLUGIN-LIBDIR-XXX +%doc README +%{_libdir}/wireshark/plugins/*/*.so %changelog