X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=pypcilib.spec;h=b696d46db6cf5e80978247746a8aa431e5db085b;hb=bb08315b44c2666d59cf0d43d6a707ad4252c406;hp=eb82197aac533a632532b1735f2151092c76d5a8;hpb=9f8de7196d1850208a51136ec0fdf9bba2c14c2c;p=pypcilib.git diff --git a/pypcilib.spec b/pypcilib.spec index eb82197..b696d46 100644 --- a/pypcilib.spec +++ b/pypcilib.spec @@ -5,7 +5,7 @@ %define name pypcilib %define version 0.2 -%define taglevel 3 +%define taglevel 9 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -63,12 +63,30 @@ rm -fr "%{buildroot}" %ghost %{python_sitelib}/pypci.pyc %ghost %{python_sitelib}/pypci.pyo # xxx - quick'n dirty -%if "%{distroname}" == f9 +%if "%{distro}" == "Fedora" && %{distrorelease} >= 9 %{python_sitelib}/pypciscan*.egg-info %endif %changelog +* Sun Dec 27 2009 Thierry Parmentelat - pypcilib-0.2-9 +- fix build for fedora 12 + +* 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