[RackTables/f12/master] Rebase to v0.18.4

Colin Coe coec at fedoraproject.org
Thu Sep 9 12:31:52 UTC 2010


commit 5f0ba3a5ec32075367209d66ee0193a2f8aea850
Author: Colin Coe <colin.coe at gmail.com>
Date:   Thu Sep 9 20:31:55 2010 +0800

    Rebase to v0.18.4

 .gitignore      |    1 +
 RackTables.spec |   10 ++++++++--
 sources         |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 73de072..dba609d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 RackTables-0.18.3.tar.gz
+/RackTables-0.18.4.tar.gz
diff --git a/RackTables.spec b/RackTables.spec
index 17a267a..1cf4b89 100644
--- a/RackTables.spec
+++ b/RackTables.spec
@@ -1,5 +1,5 @@
 Name:           RackTables
-Version:        0.18.3
+Version:        0.18.4
 Release:        1%{?dist}
 Summary:        A datacenter asset management system
 
@@ -31,6 +31,8 @@ rm -rf $RPM_BUILD_ROOT
 # Remove zero-length files
 rm -f js/codepress/engines/older.js js/codepress/engines/khtml.js
 
+sed -i'' -e 's|^#!/usr/local/bin/php|#!/usr/bin/php|' syncdomain.php
+
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/%{name}/contrib
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/httpd/conf.d/
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/%{name}
@@ -54,7 +56,11 @@ cd -
 %dir %{_sysconfdir}/%{name}
 
 %changelog
-* Mon Feb 22 2010 <colin.coe at gmail.com> - 0.18.3-1
+* Wed Aug 25 2010 <colin.coe at gmail.com> - 0.18.4-1
+- Make syncdomain use /usr/bin/php
+- Rebase to v0.18.4
+
+* Mon Jul 5 2010 <colin.coe at gmail.com> - 0.18.3-1
 - Rebase to v0.18.3
 
 * Mon Feb 22 2010 <colin.coe at gmail.com> - 0.17.10-1
diff --git a/sources b/sources
index 92406a1..a63945c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-72dbdf87714a9a1f45fb326293ed0a44  RackTables-0.18.3.tar.gz
+c0662b1d4497de43145615875d3ce54b  RackTables-0.18.4.tar.gz


More information about the scm-commits mailing list