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

Colin Coe coec at fedoraproject.org
Thu Sep 9 12:43:21 UTC 2010


commit 6944cf1e68b682b8db793f5a29176275917e6601
Author: Colin Coe <colin.coe at gmail.com>
Date:   Thu Sep 9 20:43:24 2010 +0800

    Rebase to v0.18.4

 .gitignore      |    1 +
 RackTables.spec |   17 +++++++++++++++--
 sources         |    2 +-
 3 files changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ad339c4..34e8b51 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 RackTables-0.17.9.tar.gz
+/RackTables-0.18.4.tar.gz
diff --git a/RackTables.spec b/RackTables.spec
index 1d6c169..1cf4b89 100644
--- a/RackTables.spec
+++ b/RackTables.spec
@@ -1,5 +1,5 @@
 Name:           RackTables
-Version:        0.17.9
+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,8 +56,18 @@ cd -
 %dir %{_sysconfdir}/%{name}
 
 %changelog
+* 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
+- Rebase to v0.17.10
+
 * Mon Feb 22 2010 <colin.coe at gmail.com> - 0.17.9-1
-- Rebase to v0.17.8
+- Rebase to v0.17.9
 
 * Thu Jan 21 2010 <colin.coe at gmail.com> - 0.17.8-1
 - Rebase to v0.17.8
@@ -101,3 +113,4 @@ cd -
 
 * Mon Aug 17 2009 Colin Coe <colin.coe at gmail.com> - 0.17.4-1
 - Initial packaging
+
diff --git a/sources b/sources
index 37eb51d..a63945c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-13ed33e6e645c6cd5840e4c14883bb0b  RackTables-0.17.9.tar.gz
+c0662b1d4497de43145615875d3ce54b  RackTables-0.18.4.tar.gz


More information about the scm-commits mailing list