X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=pypcilib.spec;h=eeb3b007109c7099bc0e664558c8fe3d9db42b4e;hb=a9dc71d2892c48dc171c713b8f389c967ca0627d;hp=0b49cdc783bc42b3df428af9c1b13af5bd2f1d2b;hpb=dcd1c83597647b6b3e6893a340b91a02a50f7f77;p=pypcilib.git diff --git a/pypcilib.spec b/pypcilib.spec index 0b49cdc..eeb3b00 100644 --- a/pypcilib.spec +++ b/pypcilib.spec @@ -5,7 +5,7 @@ %define name pypcilib %define version 0.2 -%define taglevel 1 +%define taglevel 8 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -32,7 +32,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -un) %description pypcilib is a Python library to scan PCI devices using -pciutils' libpci, and to parse the modules.pcimap file. +libpci from pciutils, and to parse the modules.pcimap file. %prep @@ -62,9 +62,31 @@ rm -fr "%{buildroot}" %{python_sitelib}/pypci.py %ghost %{python_sitelib}/pypci.pyc %ghost %{python_sitelib}/pypci.pyo +# xxx - quick'n dirty +%if "%{distroname}" == "f9" || "%{distroname}" == "f10" || "%{distroname}" == "f11" +%{python_sitelib}/pypciscan*.egg-info +%endif %changelog +* Mon Aug 10 2009 Stephen Soltesz - pypcilib-0.2-8 +- Add e1000e to the greylist + +* Tue May 26 2009 Thierry Parmentelat - pypcilib-0.2-7 +- ready for fedora11 + +* Tue Apr 07 2009 Thierry Parmentelat - pypcilib-0.2-6 +- use 8139too driver over 8139cp for realtek 8139 chipsets + +* Thu Jan 08 2009 Thierry Parmentelat - pypcilib-0.2-5 +- support for building on fedora 10 + +* Thu Dec 04 2008 Thierry Parmentelat - pypcilib-0.2-4 +- somehow the versions in the specfile are wrong in tag 0.2-3 + +* Wed Sep 10 2008 Thierry Parmentelat - pypcilib-0.2-2 +- fixes for building on f9/gcc-4.3 - no functional change + * Fri Mar 14 2008 Daniel Hokka Zakrisson - 0.2-1 - Remove pypciscan library, reimplemented in Python