X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Monitor.spec;h=9eb5bf2e4c6a7a94b8ae58e6e81afee63551c3e3;hb=a6654e5c43a09239f02741916d91e2f14629044a;hp=1bd506335f6f72d761b6d88d5882b43fa6066826;hpb=664e28e19dd21fb09187a50bfbbff69e8ccd0d46;p=monitor.git diff --git a/Monitor.spec b/Monitor.spec index 1bd5063..9eb5bf2 100644 --- a/Monitor.spec +++ b/Monitor.spec @@ -7,7 +7,7 @@ %define name monitor # keep this version in sync with monitor/monitor_version.py %define version 3.0 -%define taglevel 27 +%define taglevel 28 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}} %global python_sitearch %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" ) @@ -25,7 +25,9 @@ Packager: PlanetLab Central Distribution: PlanetLab %{plrelease} URL: %(echo %{url} | cut -d ' ' -f 2) -BuildRequires: python-setuptools-devel +# this is only required for fedora and we have this in devel.pkgs for +# all fedora builds. +# BuildRequires: python-setuptools-devel Summary: Monitor account initialization for the root image. @@ -310,6 +312,9 @@ fi %changelog +* Thu Dec 17 2009 Baris Metin - Monitor-3.0-28 +- do not need buildrequires. a new tag to fix centos builds + * Thu Dec 17 2009 Baris Metin - Monitor-3.0-27 - fix rpm build issues