X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=pypcilib.spec;h=8baa7a08ff10081c00e9b25ed31ddb3cd2f183ae;hb=b97b82456de5b479250bd744067d6eab6ea10a68;hp=141ec8e6ea3d6d3a9a653a053096d353aad197c1;hpb=35d518ca6856f7ec431cb595cbfea0812cb0ecd5;p=pypcilib.git diff --git a/pypcilib.spec b/pypcilib.spec index 141ec8e..8baa7a0 100644 --- a/pypcilib.spec +++ b/pypcilib.spec @@ -5,7 +5,7 @@ %define name pypcilib %define version 0.2 -%define taglevel 1 +%define taglevel 6 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -63,12 +63,24 @@ rm -fr "%{buildroot}" %ghost %{python_sitelib}/pypci.pyc %ghost %{python_sitelib}/pypci.pyo # xxx - quick'n dirty -%if "%{distroname}" == f9 +%if "%{distroname}" == "f9" || "%{distroname}" == "f10" || "%{distroname}" == "f11" %{python_sitelib}/pypciscan*.egg-info %endif %changelog +* 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