[hwdata/f18] data files update, use of configure script

Michal Minar miminar at fedoraproject.org
Wed Sep 26 12:53:04 UTC 2012


commit 08e01af6d9e7d60e136647ae04e47596c0729eaa
Author: Michal Minar <miminar at redhat.com>
Date:   Wed Sep 26 14:51:30 2012 +0200

    data files update, use of configure script
    
    configure used in prep section of spec file
    
    updated: pci.ids, usb.ids, oui.txt

 .gitignore  |    1 +
 hwdata.spec |   10 ++++++++--
 sources     |    3 +--
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e7186a2..c6c132a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ hwdata-0.227.tar.bz2
 hwdata-0.232.tar.bz2
 /hwdata-0.234.tar.bz2
 /hwdata-0.238.tar.bz2
+/hwdata-0.240.tar.bz2
diff --git a/hwdata.spec b/hwdata.spec
index 0f017d3..85fffc8 100644
--- a/hwdata.spec
+++ b/hwdata.spec
@@ -1,6 +1,6 @@
 Name: hwdata
 Summary: Hardware identification and configuration data
-Version: 0.238
+Version: 0.240
 Release: 1%{?dist}
 License: GPLv2+
 Group: System Environment/Base
@@ -14,6 +14,7 @@ such as the pci.ids and usb.ids databases.
 
 %prep
 %setup -q
+%configure
 
 %build
 # nothing to build
@@ -26,13 +27,18 @@ make install DESTDIR=$RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root)
 %doc LICENSE COPYING
 %dir %{_datadir}/%{name}
 %config(noreplace) %{_sysconfdir}/modprobe.d/blacklist.conf
 %{_datadir}/%{name}/*
 
 %changelog
+* Wed Sep 26 2012 Michal Minar <miminar at redhat.com> 0.240-1
+- made use of configure script in prep
+
+* Tue Sep 25 2012 Michal Minar <miminar at redhat.com> 0.239-1
+- Update data files
+
 * Thu Aug 23 2012 Adam Jackson <ajax at redhat.com> 0.238-1
 - Fix reference specfile to current Fedora style
 
diff --git a/sources b/sources
index 78cb312..16fd9f2 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-8108ff494a0a46358894c1b0e61592c6  hwdata-0.234.tar.bz2
-b1cf9821828ec91c58d6cfc91c4fbd42  hwdata-0.238.tar.bz2
+e7fbd88a28a6acea05feb6064bb49f2c  hwdata-0.240.tar.bz2


More information about the scm-commits mailing list