Whamcloud - gitweb
LU-5390 rpms: Replace whamcloud URL in wireshark spec file 80/11180/3
authorNathaniel Clark <nathaniel.l.clark@intel.com>
Tue, 22 Jul 2014 12:34:21 +0000 (08:34 -0400)
committerOleg Drokin <oleg.drokin@intel.com>
Fri, 1 Aug 2014 03:48:40 +0000 (03:48 +0000)
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 <nathaniel.l.clark@intel.com>
Change-Id: If77ad7c833a045e0d74c5ee1328a3d33a661171f
Reviewed-on: http://review.whamcloud.com/11180
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Joshua Kugler <joshua.kugler@intel.com>
Reviewed-by: Doug Oucharek <doug.s.oucharek@intel.com>
Reviewed-by: Oleg Drokin <oleg.drokin@intel.com>
lustre/contrib/wireshark/lustre-wireshark-plugins-template.spec

index 82a4824..54b830a 100644 (file)
@@ -8,10 +8,11 @@ Version:        %ver
 Release:        %rel
 License:        GPL
 Group:          Networking/Utilities
 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.
 
 %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)
 
 %files
 %defattr(-, root, root)
-%doc README*
-XXX-LUSTRE-PLUGIN-LIBDIR-XXX
+%doc README
+%{_libdir}/wireshark/plugins/*/*.so
 
 %changelog
 
 %changelog