Setting tag myplc-5.2-2 myplc-5.2-2
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 10 Apr 2013 09:40:26 +0000 (11:40 +0200)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Wed, 10 Apr 2013 09:40:26 +0000 (11:40 +0200)
fix typo in check-hrns - used to print 'host' while dealing with persons

myplc-docs.spec
myplc-release.spec
myplc.spec

index f5341f2..eec928b 100644 (file)
@@ -1,6 +1,6 @@
 %define name myplc-docs
 %define version 5.2
-%define taglevel 1
+%define taglevel 2
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 
@@ -96,6 +96,9 @@ rm -rf $RPM_BUILD_ROOT
 /var/www/html/planetlab/doc/
 
 %changelog
+* Wed Apr 10 2013 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - myplc-5.2-2
+- fix typo in check-hrns - used to print 'host' while dealing with persons
+
 * Thu Mar 07 2013 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - myplc-5.2-1
 - supports httpd config for either mod_python (preferred) or mod_wsgi
 - requires mod_wsgi on f18 only, otherwise mod_python
index d8db2ff..3629772 100644 (file)
@@ -1,6 +1,6 @@
 %define name myplc-release
 %define version 5.2
-%define taglevel 1
+%define taglevel 2
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 
@@ -52,6 +52,9 @@ rm -rf $RPM_BUILD_ROOT
 /etc/myplc-release
 
 %changelog
+* Wed Apr 10 2013 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - myplc-5.2-2
+- fix typo in check-hrns - used to print 'host' while dealing with persons
+
 * Thu Mar 07 2013 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - myplc-5.2-1
 - supports httpd config for either mod_python (preferred) or mod_wsgi
 - requires mod_wsgi on f18 only, otherwise mod_python
index 52bf056..3246860 100644 (file)
@@ -1,6 +1,6 @@
 %define name myplc
 %define version 5.2
-%define taglevel 1
+%define taglevel 2
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 %global python_sitearch        %( python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)" )
@@ -260,6 +260,9 @@ fi
 
 
 %changelog
+* Wed Apr 10 2013 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - myplc-5.2-2
+- fix typo in check-hrns - used to print 'host' while dealing with persons
+
 * Thu Mar 07 2013 Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr> - myplc-5.2-1
 - supports httpd config for either mod_python (preferred) or mod_wsgi
 - requires mod_wsgi on f18 only, otherwise mod_python