X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=pcucontrol.spec;h=d031973ff7fba3fe74fbf5d7958db18c7ce35118;hb=refs%2Fheads%2Fmaster;hp=a9b78eb88f4d3961884845b2f4dff2e12db0144b;hpb=9f3fda25be4804323eb8190bb83e20d5506775b8;p=pcucontrol.git diff --git a/pcucontrol.spec b/pcucontrol.spec index a9b78eb..d031973 100644 --- a/pcucontrol.spec +++ b/pcucontrol.spec @@ -1,9 +1,13 @@ %define name pcucontrol %define version 1.0 -%define taglevel 13 +%define taglevel 14 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} -%global python_sitearch %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" ) +%global python_sitearch %( python2 -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" ) + +# Turn off the brp-python-bytecompile automagic +# this is required for fedora31 that has moved to python3 as a default +%global _python_bytecompile_extra 0 Name: %{name} Version: %{version} @@ -20,7 +24,7 @@ URL: %{SCMURL} Requires: python Requires: OpenIPMI-tools -Obsoletes: monitor-pcucontrol +#Obsoletes: monitor-pcucontrol Summary: pcu controls for monitor and plcapi Group: Applications/System @@ -68,6 +72,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Jan 07 2019 Thierry - pcucontrol-1.0-14 +- for building on fedora27; had to drop support for openssl, see specfile for details + * Mon Jun 25 2012 Stephen Soltesz - pcucontrol-1.0-13 - remove many unnecessary debugging print statement. - move APC & DRAC to expect scripts. Much greater control.