Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
a181f2bbf5
!29 [sync] PR-28: 升级到3.8.0版本
From: @openeuler-sync-bot 
Reviewed-by: @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
2022-10-29 03:09:11 +00:00
liusirui
a7e87bd6c5 update to v3.8.0
(cherry picked from commit 3b6fd68c9962d750d4b10d96ae04a40b6c64a51d)
2022-10-29 10:50:16 +08:00
openeuler-ci-bot
b6c63645d5
!26 [sync] PR-24: lspci support querying 10-bit tag information
From: @openeuler-sync-bot 
Reviewed-by: @liuzhiqiang26 
Signed-off-by: @liuzhiqiang26
2022-09-20 06:12:15 +00:00
Wangming Shao
fc5a40d1c6 lspci support querying 10-bit tag information
(cherry picked from commit f1ec19d0777b0ed098ada2d77fa90be757a9a2b2)
2022-09-20 11:22:19 +08:00
openeuler-ci-bot
d0187243a5 !9 pciutils delete -Sgit from %autosetup, and delete BuildRequires git
From: @chenyanpanHW
Reviewed-by: @liuzhiqiang26
Signed-off-by: @liuzhiqiang26
2021-07-31 07:38:33 +00:00
chenyanpanHW
3238b10207
delete -Sgit from %autosetup, and delete BuildRequires git 2021-07-30 23:13:07 +08:00
openeuler-ci-bot
96695ecc70 !6 pciutils: update to v3.7.0 version
Merge pull request !6 from liuzhiqiang/master
2020-07-16 16:40:28 +08:00
Zhiqiang Liu
50ac5bf43a pciutils: update to v3.7.0 version
pciutils: update to v3.7.0 version

Signed-off-by: Zhiqiang Liu <liuzhiqiang26@huawei.com>
2020-07-16 13:11:37 +08:00
openeuler-ci-bot
e0afc55fe5 !5 add yaml file in package
Merge pull request !5 from maqiang/master
2020-06-23 16:48:13 +08:00
maqiang999
9a6fef37e2 add yaml file in package 2020-06-13 13:07:14 +08:00
5 changed files with 24 additions and 6 deletions

View File

@ -2,7 +2,7 @@ diff -up pciutils-3.0.0/Makefile.idpath pciutils-3.0.0/Makefile
--- pciutils-3.0.0/Makefile.idpath 2008-04-10 21:19:43.000000000 +0200
+++ pciutils-3.0.0/Makefile 2008-09-01 15:16:19.000000000 +0200
@@ -27,7 +27,7 @@ ABI_VERSION=.3
PREFIX=/usr/local
BINDIR=$(PREFIX)/bin
SBINDIR=$(PREFIX)/sbin
SHAREDIR=$(PREFIX)/share
-IDSDIR=$(SHAREDIR)

Binary file not shown.

BIN
pciutils-3.8.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: pciutils
Version: 3.6.2
Release: 5
Version: 3.8.0
Release: 1
Summary: PCI bus related utilities
License: GPLv2+
URL: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml
@ -12,7 +12,7 @@ Patch0: 0000-pciutils-2.2.1-idpath.patch
Patch1: 0001-pciutils-dir-d.patch
ExclusiveOS: Linux
BuildRequires: gcc git sed kmod-devel pkgconfig zlib-devel
BuildRequires: gcc sed kmod-devel pkgconfig zlib-devel
Requires: hwdata
Provides: %{name}-libs
Obsoletes: %{name}-libs
@ -49,7 +49,7 @@ Requires: man
This contains man files for the using of pciutils.
%prep
%autosetup -Sgit -n %{name}-%{version}
%autosetup -n %{name}-%{version} -p1
%build
make SHARED="no" ZLIB="no" LIBKMOD=yes STRIP="" OPT="$RPM_OPT_FLAGS" LDFLAGS="$RPM_LD_FLAGS" PREFIX="/usr" %{?_smp_mflags}
@ -84,7 +84,7 @@ rm -rf $RPM_BUILD_ROOT/usr/share/hwdata/pci.ids*
%files
%defattr(-,root,root,-)
%doc README ChangeLog pciutils.lsm COPYING
/sbin/lspci
/usr/bin/lspci
/sbin/setpci
/sbin/update-pciids
/%{_lib}/libpci.so.*
@ -97,6 +97,7 @@ rm -rf $RPM_BUILD_ROOT/usr/share/hwdata/pci.ids*
%{_libdir}/libpci.a
%files help
%{_mandir}/man5/*
%{_mandir}/man7/*
%{_mandir}/man8/*
@ -104,6 +105,18 @@ rm -rf $RPM_BUILD_ROOT/usr/share/hwdata/pci.ids*
rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Oct 28 2022 liusirui <liusirui@huawei.com> - 3.8.0-1
- update to v3.8.0
* Tue Sep 6 2022 Wangming Shao <shaowangming@h-partners.com> - 3.7.0-3
- DESC:add support lspci querying 10-bit tag information
* Fri Jul 30 2021 chenyanpanHW <chenyanpan@huawei.com> - 3.7.0-2
- DESC: delete -Sgit from %autosetup, and delete BuildRequires git
* Thu Jul 16 2020 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 3.7.0-1
- update to v3.7.0 version
* Tue Mar 17 2020 hy-euler <eulerstoragemt@huawei.com> - 3.6.2-5
- Type:enhancemnet
- ID:NA

5
pciutils.yaml Normal file
View File

@ -0,0 +1,5 @@
version_control: git
src_repo: git://git.kernel.org/pub/scm/utils/pciutils/pciutils.git
tag_prefix: "^v"
seperator: "."