Update to 3.1.10
authorAnas Nashif <anas.nashif@intel.com>
Tue, 5 Mar 2013 10:53:18 +0000 (02:53 -0800)
committerMaciej Wereski <m.wereski@partner.samsung.com>
Tue, 21 Jan 2014 08:52:22 +0000 (09:52 +0100)
packaging/pciutils.changes
packaging/pciutils.spec

index 6222efe7378c358d65f39224c6cc1e64b9303227..786409c3c6eaf56bc1da1a57285268cc65de30a2 100644 (file)
@@ -1,3 +1,6 @@
+* Tue Mar 05 2013 Anas Nashif <anas.nashif@intel.com> upstream/3.1.10@44c5e46
+- Update to 3.1.10
+
 * Tue Mar 05 2013 Anas Nashif <anas.nashif@intel.com> upstream/3.1.9@e84a321
 - Point to right db locations
 
index 7259b47ce96a05efe12f10a89ef9a8f9dd8191c4..db01c29d4ac5331d8fce36c607a12b091d68d482 100644 (file)
@@ -1,10 +1,10 @@
 Name:           pciutils
-Version:        3.1.9
+Version:        3.1.10
 Release:        0
 License:        GPL-2.0+
 Summary:        PCI utilities for Kernel version 2
 Url:            http://atrey.karlin.mff.cuni.cz/~mj/pciutils.shtml
-Group:          Hardware/Other
+Group:          Base/Tools
 Source:         %{name}-%{version}.tar.bz2
 Source2:        baselibs.conf
 BuildRequires:  pkg-config
@@ -31,7 +31,7 @@ libpci offers access to the PCI configuration space.
 
 %package devel
 Summary:        Library and Include Files of the PCI utilities
-Group:          Development/Libraries/C and C++
+Group:          Development/Libraries
 Requires:       libpci = %{version}
 
 %description devel
@@ -42,7 +42,7 @@ development using the PCI utilities.
 %setup -q
 
 %build
-make %{?_smp_mflags} OPT="%{optflags} -Wall" PREFIX=%{_prefix} LIBDIR=%{_libdir} SBINDIR=%{_sbindir} STRIP="" SHARED="yes"
+make %{?_smp_mflags} OPT="%{optflags} -Wall" PREFIX=%{_prefix} LIBDIR=%{_libdir} SBINDIR=%{_sbindir} STRIP="" SHARED="yes" IDSDIR=%{_datadir}/hwdata
 
 %install
 make install PREFIX=%{buildroot}%{_prefix} SBINDIR=%{buildroot}%{_sbindir} \