Setting tag MyPLC-4.3-31
authorDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Mon, 9 Nov 2009 02:39:48 +0000 (02:39 +0000)
committerDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Mon, 9 Nov 2009 02:39:48 +0000 (02:39 +0000)
Make the /etc/hosts manipulation optional.

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

index f65acef..584f881 100644 (file)
@@ -5,7 +5,7 @@
 
 %define name myplc-docs
 %define version 4.3
-%define taglevel 30
+%define taglevel 31
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 
@@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT
 /var/www/html/planetlab/doc/
 
 %changelog
+* Mon Nov 09 2009 Daniel Hokka Zakrisson <daniel@hozac.com> - MyPLC-4.3-31
+- Make the /etc/hosts manipulation optional.
+
 * Thu Nov 05 2009 Daniel Hokka Zakrisson <daniel@hozac.com> - MyPLC-4.3-30
 - Fix SetRole.
 
index d102291..0de9051 100644 (file)
@@ -5,7 +5,7 @@
 
 %define name myplc-release
 %define version 4.3
-%define taglevel 30
+%define taglevel 31
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 
@@ -57,6 +57,9 @@ rm -rf $RPM_BUILD_ROOT
 /etc/myplc-release
 
 %changelog
+* Mon Nov 09 2009 Daniel Hokka Zakrisson <daniel@hozac.com> - MyPLC-4.3-31
+- Make the /etc/hosts manipulation optional.
+
 * Thu Nov 05 2009 Daniel Hokka Zakrisson <daniel@hozac.com> - MyPLC-4.3-30
 - Fix SetRole.
 
index 2de790a..d69940e 100644 (file)
@@ -5,7 +5,7 @@
 
 %define name myplc
 %define version 4.3
-%define taglevel 30
+%define taglevel 31
 
 %define release %{taglevel}%{?pldistro:.%{pldistro}}%{?date:.%{date}}
 
@@ -197,6 +197,9 @@ fi
 /usr/share/myplc
 
 %changelog
+* Mon Nov 09 2009 Daniel Hokka Zakrisson <daniel@hozac.com> - MyPLC-4.3-31
+- Make the /etc/hosts manipulation optional.
+
 * Thu Nov 05 2009 Daniel Hokka Zakrisson <daniel@hozac.com> - MyPLC-4.3-30
 - Fix SetRole.