Updated python-dmidecode to 3.10.8, which adds better unit testing, also
during build
This commit is contained in:
parent
a4b520ac66
commit
71e1b8100c
@ -1 +1 @@
|
|||||||
python-dmidecode-3.10.7.tar.gz
|
python-dmidecode-3.10.8.tar.gz
|
||||||
|
@ -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_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
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
|
|
||||||
Summary: Python module to access DMI data
|
Summary: Python module to access DMI data
|
||||||
Name: python-dmidecode
|
Name: python-dmidecode
|
||||||
Version: 3.10.7
|
Version: 3.10.8
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://projects.autonomy.net.au/python-dmidecode/
|
URL: http://projects.autonomy.net.au/python-dmidecode/
|
||||||
@ -25,6 +25,9 @@ as python data structures or as XML data using libxml2.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
make build
|
make build
|
||||||
|
cd unit-tests
|
||||||
|
make
|
||||||
|
cd ..
|
||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
Loading…
Reference in New Issue
Block a user