Compare commits
10 Commits
4933cf6f6b
...
a181f2bbf5
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a181f2bbf5 | ||
|
|
a7e87bd6c5 | ||
|
|
b6c63645d5 | ||
|
|
fc5a40d1c6 | ||
|
|
d0187243a5 | ||
|
|
3238b10207 | ||
|
|
96695ecc70 | ||
|
|
50ac5bf43a | ||
|
|
e0afc55fe5 | ||
|
|
9a6fef37e2 |
@ -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
BIN
pciutils-3.8.0.tar.gz
Normal file
Binary file not shown.
@ -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
5
pciutils.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
version_control: git
|
||||
src_repo: git://git.kernel.org/pub/scm/utils/pciutils/pciutils.git
|
||||
tag_prefix: "^v"
|
||||
seperator: "."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user