Change-Id: I45ec3b48f091ba6be1f6410d3892614e6d8ed1fb
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/2224
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: rongrong qiu <rqiu@vmware.com>
| ... | ... |
@@ -1,14 +1,14 @@ |
| 1 | 1 |
Summary: System utilities to list pci devices |
| 2 | 2 |
Name: pciutils |
| 3 |
-Version: 3.3.1 |
|
| 4 |
-Release: 3%{?dist}
|
|
| 3 |
+Version: 3.5.4 |
|
| 4 |
+Release: 1%{?dist}
|
|
| 5 | 5 |
License: GPLv2 |
| 6 | 6 |
URL: https://www.kernel.org/pub/software/utils/pciutils/ |
| 7 | 7 |
Group: System Environment/System Utilities |
| 8 | 8 |
Vendor: VMware, Inc. |
| 9 | 9 |
Distribution: Photon |
| 10 | 10 |
Source0: https://www.kernel.org/pub/software/utils/pciutils/%{name}-%{version}.tar.gz
|
| 11 |
-%define sha1 pciutils=cd93c519307addd542f6fdbcceaefc5a7d7f58bc |
|
| 11 |
+%define sha1 pciutils=4fc1ec91181a1211e7af0f1889b14d17dc431532 |
|
| 12 | 12 |
%description |
| 13 | 13 |
The pciutils package contains a set of programs for listing PCI devices, inspecting their status and setting their configuration registers. |
| 14 | 14 |
|
| ... | ... |
@@ -27,7 +27,7 @@ make %{?_smp_mflags} PREFIX=%{_prefix} \
|
| 27 | 27 |
SHARED=yes |
| 28 | 28 |
|
| 29 | 29 |
%install |
| 30 |
-[ %{buildroot} != "/"] && rm -rf %{buildroot}/*
|
|
| 30 |
+[ %{buildroot} != "/" ] && rm -rf %{buildroot}/*
|
|
| 31 | 31 |
make DESTDIR=%{buildroot} \
|
| 32 | 32 |
PREFIX=%{_prefix} \
|
| 33 | 33 |
SHAREDIR=%{_datadir}/misc \
|
| ... | ... |
@@ -42,7 +42,6 @@ rm -rf %{buildroot}/*
|
| 42 | 42 |
%defattr(-,root,root) |
| 43 | 43 |
%{_sbindir}/*
|
| 44 | 44 |
%{_libdir}/*.so.*
|
| 45 |
-%{_includedir}/*
|
|
| 46 | 45 |
%{_datadir}/misc/*
|
| 47 | 46 |
%{_mandir}/*
|
| 48 | 47 |
|
| ... | ... |
@@ -50,8 +49,11 @@ rm -rf %{buildroot}/*
|
| 50 | 50 |
%defattr(-,root,root) |
| 51 | 51 |
%{_libdir}/pkgconfig/*
|
| 52 | 52 |
%{_libdir}/*.so
|
| 53 |
+%{_includedir}/*
|
|
| 53 | 54 |
|
| 54 | 55 |
%changelog |
| 56 |
+* Wed Mar 29 2017 Robert Qi <qij@vmware.com> 3.5.4-1 |
|
| 57 |
+- Upgraded to 3.5.4 version. |
|
| 55 | 58 |
* Mon Jul 25 2016 Divya Thaluru <dthaluru@vmware.com> 3.3.1-3 |
| 56 | 59 |
- Added devel package and removed packaging of debug files |
| 57 | 60 |
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 3.3.1-2 |
| ... | ... |
@@ -1,13 +1,13 @@ |
| 1 | 1 |
# Got the intial spec from Fedora and modified it |
| 2 | 2 |
Summary: An exporter with the features of Sub::Exporter but only core dependencies |
| 3 | 3 |
Name: perl-Exporter-Tiny |
| 4 |
-Version: 0.042 |
|
| 5 |
-Release: 2%{?dist}
|
|
| 4 |
+Version: 0.044 |
|
| 5 |
+Release: 1%{?dist}
|
|
| 6 | 6 |
License: (GPL+ or Artistic) and Public Domain and (GPL+ or Artistic or CC-BY-SA) |
| 7 | 7 |
Group: Development/Libraries |
| 8 | 8 |
URL: http://search.cpan.org/dist/Exporter-Tiny/ |
| 9 | 9 |
Source0: http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK/Exporter-Tiny-%{version}.tar.gz
|
| 10 |
-%define sha1 Exporter-Tiny=3a3ac1affabcfce1d1bf8cffee2e7a8c78780e54 |
|
| 10 |
+%define sha1 Exporter-Tiny=6b96278d599c81e0c37947089b1c4f4ecabaf172 |
|
| 11 | 11 |
Vendor: VMware, Inc. |
| 12 | 12 |
Distribution: Photon |
| 13 | 13 |
BuildArch: noarch |
| ... | ... |
@@ -52,8 +52,11 @@ rm -rf %{buildroot}
|
| 52 | 52 |
%{perl_vendorlib}/Exporter/
|
| 53 | 53 |
%{_mandir}/man3/Exporter::Tiny.3*
|
| 54 | 54 |
%{_mandir}/man3/Exporter::Shiny.3*
|
| 55 |
+%{_mandir}/man3/Exporter::Tiny::Manual*
|
|
| 55 | 56 |
|
| 56 | 57 |
%changelog |
| 58 |
+* Wed Mar 29 2017 Robert Qi <qij@vmware.com> 0.044-1 |
|
| 59 |
+- Upgraded to 0.044. |
|
| 57 | 60 |
* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> 0.042-2 |
| 58 | 61 |
- GA - Bump release of all rpms |
| 59 | 62 |
* Fri Apr 3 2015 Divya Thaluru <dthaluru@vmware.com> 0.042-1 |