Browse code

Add usbutils into packages_extra.json

Change-Id: I1c29fd9c969a32bb35ad687343b2863866536b29
Reviewed-on: http://photon-jenkins.eng.vmware.com/849
Tested-by: jenkins-photon <wangnan2015@hotmail.com>
Reviewed-by: suezzelur <anishs@vmware.com>
(cherry picked from commit e05e385cfa762a46e10b9f76206e1abcc0d75453)
Reviewed-on: http://photon-jenkins.eng.vmware.com/924
Tested-by: suezzelur <anishs@vmware.com>

nickshize authored on 2016/05/10 10:29:11
Showing 2 changed files
... ...
@@ -1,13 +1,13 @@
1 1
 Summary:       USB Utils
2 2
 Name:          usbutils
3 3
 Version:       008
4
-Release:       1%{?dist}
4
+Release:       2%{?dist}
5 5
 License:       GPLv2+
6 6
 URL:           http://linux-usb.sourceforge.net
7 7
 Group:         Applications/System
8 8
 Vendor:        VMware, Inc.
9 9
 Distribution:  Photon
10
-Source0:       http://downloads.sourceforge.net/linux-usb/%{name}-%{version}.tar.xz
10
+Source0:       https://www.kernel.org/pub/linux/utils/usb/usbutils/%{name}-%{version}.tar.xz
11 11
 %define sha1 usbutils=233dee6cd6829476be778554984045663b568b18
12 12
 Source1:       usb.ids
13 13
 BuildRequires: libusb-devel
... ...
@@ -45,6 +45,7 @@ install -p -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/misc/
45 45
 %{_datadir}/misc/usb.ids
46 46
 
47 47
 %changelog
48
+* Tue May 10 2016 Nick Shi <nshi@vmware.com> - 008-2
49
+- Update Source0 to the correct link
48 50
 * Fri May 06 2016 Nick Shi <nshi@vmware.com> - 008-1
49 51
 - Initial version
50
-
... ...
@@ -119,6 +119,7 @@
119 119
         "kexec-tools",
120 120
         "traceroute",
121 121
         "bindutils",
122
-        "libusb"
122
+        "libusb",
123
+        "usbutils"
123 124
             ]
124 125
 }