Updated to the latest upstream release - v3.10.12
This fixes a bug triggering an assertion in some cases. See RH BZ for more info: https://bugzilla.redhat.com/show_bug.cgi?id=583867
This commit is contained in:
parent
4e5ecef9b1
commit
a0950e57d8
@ -1 +1 @@
|
||||
python-dmidecode-3.10.11.tar.gz
|
||||
python-dmidecode-3.10.12.tar.gz
|
||||
|
@ -3,13 +3,12 @@
|
||||
|
||||
Summary: Python module to access DMI data
|
||||
Name: python-dmidecode
|
||||
Version: 3.10.11
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+
|
||||
Version: 3.10.12
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Libraries
|
||||
URL: http://projects.autonomy.net.au/python-dmidecode/
|
||||
Source0: http://src.autonomy.net.au/python-dmidecode/%{name}-%{version}.tar.gz
|
||||
Patch0: python-dmidecode_copyright-update.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||
Requires: libxml2-python
|
||||
BuildRequires: libxml2-python
|
||||
@ -24,9 +23,6 @@ as python data structures or as XML data using libxml2.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
# copyright update, upstream commit d86d22c89cda5f8d2
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
make build
|
||||
cd unit-tests
|
||||
@ -35,7 +31,7 @@ cd ..
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
python src/setup.py install --root $RPM_BUILD_ROOT
|
||||
python src/setup.py install --root $RPM_BUILD_ROOT --prefix=%{_prefix}
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -53,8 +49,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/python-dmidecode/
|
||||
|
||||
%changelog
|
||||
* Fri Feb 26 2010 David Sommerseth <davids@redhat.com> - 3.10.11-2
|
||||
- - Added upstream fix, correcting copyright in Makefile
|
||||
* Fri Mar 12 2010 Nima Talebi <nima@it.net.au> - 3.10.12-1
|
||||
- Update to new release
|
||||
|
||||
* Tue Feb 16 2010 Nima Talebi <nima@it.net.au> - 3.10.11-1
|
||||
- Update to new release
|
||||
|
Loading…
Reference in New Issue
Block a user