Updated python-dmidecode to 3.10.8, which adds better unit testing, also

during build
This commit is contained in:
dsommers 2009-12-14 13:34:43 +00:00
parent a4b520ac66
commit 71e1b8100c
4 changed files with 8 additions and 4 deletions

View File

@ -1 +1 @@
python-dmidecode-3.10.7.tar.gz
python-dmidecode-3.10.8.tar.gz

View File

@ -1 +1,2 @@
python-dmidecode-3_10_7-3_fc11:HEAD:python-dmidecode-3.10.7-3.fc11.src.rpm:1259737152
python-dmidecode-3_10_8-1_fc11:HEAD:python-dmidecode-3.10.8-1.fc11.src.rpm:1260797632

View File

@ -3,8 +3,8 @@
Summary: Python module to access DMI data
Name: python-dmidecode
Version: 3.10.7
Release: 3%{?dist}
Version: 3.10.8
Release: 1%{?dist}
License: GPLv2
Group: System Environment/Libraries
URL: http://projects.autonomy.net.au/python-dmidecode/
@ -25,6 +25,9 @@ as python data structures or as XML data using libxml2.
%build
make build
cd unit-tests
make
cd ..
%install
rm -rf $RPM_BUILD_ROOT

View File

@ -1 +1 @@
22ee3707930451632307f83e4e33942b python-dmidecode-3.10.7.tar.gz
a2bc1cf271c908478dbecf119649c075 python-dmidecode-3.10.8.tar.gz