parent
c3f9c4f2d9
commit
56316414d2
@ -1,4 +1,4 @@
|
|||||||
#if defined(__x86_64__) || defined(__ia64__) || defined(__ppc64__) || defined(__powerpc64__) || defined(__s390x__)
|
#if defined(__x86_64__) || defined(__ia64__) || defined(__ppc64__) || defined(__powerpc64__) || defined(__s390x__) || defined(__aarch64__)
|
||||||
#include "config.lib64.h"
|
#include "config.lib64.h"
|
||||||
#elif defined(__sparc__) && defined (__arch64__)
|
#elif defined(__sparc__) && defined (__arch64__)
|
||||||
#include "config.lib64.h"
|
#include "config.lib64.h"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: pciutils
|
Name: pciutils
|
||||||
Version: 3.2.0
|
Version: 3.2.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Source: ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/%{name}-%{version}.tar.gz
|
Source: ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/%{name}-%{version}.tar.gz
|
||||||
Source1: multilibconfigh
|
Source1: multilibconfigh
|
||||||
|
|
||||||
@ -122,6 +122,10 @@ install -p lib/libpci.pc $RPM_BUILD_ROOT%{_libdir}/pkgconfig
|
|||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 31 2013 Michal Hlavinka <mhlavink@redhat.com> - 3.2.0-2
|
||||||
|
- updated to 3.2.0
|
||||||
|
- add aarch64 support (#969138)
|
||||||
|
|
||||||
* Mon Apr 22 2013 Michal Hlavinka <mhlavink@redhat.com> - 3.2.0-1
|
* Mon Apr 22 2013 Michal Hlavinka <mhlavink@redhat.com> - 3.2.0-1
|
||||||
- updated to 3.2.0
|
- updated to 3.2.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user