[RackTables] Rebase to v0.18.4 and fix deps

Colin Coe coec at fedoraproject.org
Wed Aug 25 12:50:00 UTC 2010


commit c47a9ff19ebd20d3e8d4b5119157c84d82354b65
Author: Colin Coe <coec at bob.coesta.com>
Date:   Wed Aug 25 20:49:06 2010 +0800

    Rebase to v0.18.4 and fix deps

 .gitignore      |    1 +
 RackTables.spec |   17 ++++++++++++-----
 sources         |    2 +-
 3 files changed, 14 insertions(+), 6 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..a667e8d 100644
--- a/RackTables.spec
+++ b/RackTables.spec
@@ -1,13 +1,13 @@
 Name:           RackTables
-Version:        0.18.3
+Version:        0.18.4
 Release:        1%{?dist}
 Summary:        A datacenter asset management system
 
 Group:          Applications/Internet
 # Valid license according to http://fedoraproject.org/wiki/Licensing
-License:        GPLv2 and CC-BY-SA
+License:        GPLv2 and CC-BY-SA and MIT and BSD
 URL:            http://racktables.org/
-Source0:        http://racktables.org/files/%{name}-%{version}.tar.gz
+Source0:        http://downloads.sourceforge.net/racktables/%{name}-%{version}.tar.gz
 Source1:        RackTables.conf
 Source2:        quickinstall.sh
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -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,10 +56,15 @@ 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
+- Correct Source0
+- 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
+* Mon Apr 12 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
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