X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=pypcilib.spec;h=b574e763fccd8e66218b865d62e48d5879722dfb;hb=20c6389c81635daa89842ce513977f50842e7cbc;hp=602bfe67524152083afd836f2f1f77ae36e7d8cb;hpb=c5188037ed0a104353c21fc10e430407e773ee3b;p=pypcilib.git diff --git a/pypcilib.spec b/pypcilib.spec index 602bfe6..b574e76 100644 --- a/pypcilib.spec +++ b/pypcilib.spec @@ -5,7 +5,7 @@ %define name pypcilib %define version 0.2 -%define taglevel 2 +%define taglevel 4 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} @@ -63,12 +63,15 @@ 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" %{python_sitelib}/pypciscan*.egg-info %endif %changelog +* 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