pciutils: solve i686 dependency problem and set release num to 4 for CI
solve i686 dependency problem and set release num to 4 for CI Signed-off-by: Zhiqiang Liu <liuzhiqiang26@huawei.com>
This commit is contained in:
parent
560a3990ad
commit
5686ed24c0
@ -1,6 +1,6 @@
|
|||||||
Name: pciutils
|
Name: pciutils
|
||||||
Version: 3.6.4
|
Version: 3.6.4
|
||||||
Release: 1
|
Release: 4
|
||||||
Summary: PCI bus related utilities
|
Summary: PCI bus related utilities
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml
|
URL: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml
|
||||||
@ -9,6 +9,11 @@ Source0: https://mirrors.edge.kernel.org/pub/software/utils/pciutils/%{na
|
|||||||
|
|
||||||
ExclusiveOS: Linux
|
ExclusiveOS: Linux
|
||||||
BuildRequires: gcc git sed kmod-devel pkgconfig zlib-devel
|
BuildRequires: gcc git sed kmod-devel pkgconfig zlib-devel
|
||||||
|
|
||||||
|
%ifarch i686
|
||||||
|
BuildRequires: which kmod-libs
|
||||||
|
%endif
|
||||||
|
|
||||||
Requires: hwdata
|
Requires: hwdata
|
||||||
Provides: %{name}-libs
|
Provides: %{name}-libs
|
||||||
Obsoletes: %{name}-libs
|
Obsoletes: %{name}-libs
|
||||||
@ -107,6 +112,9 @@ rm -rf $RPM_BUILD_ROOT/usr/share/hwdata/pci.ids*
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 9 2021 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 3.6.4-4
|
||||||
|
- solve i686 dependency problem and set release num to 4 for CI
|
||||||
|
|
||||||
* Tue Apr 14 2020 linfeilong<linfeilong@huawei.com> - 3.6.4-1
|
* Tue Apr 14 2020 linfeilong<linfeilong@huawei.com> - 3.6.4-1
|
||||||
- Type:enhancemnet
|
- Type:enhancemnet
|
||||||
- ID:NA
|
- ID:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user