[fts-monitoring] Fixing bug: #1003027.

MIchal Simon simonm at fedoraproject.org
Mon Sep 2 09:17:39 UTC 2013


commit 9ad98258882f7b65243da3b2c2b187ad877de5ed
Author: simonm <michal.simon at cern.ch>
Date:   Mon Sep 2 11:17:13 2013 +0200

    Fixing bug: #1003027.

 fts-monitoring.spec |   16 +++++++++-------
 sources             |    2 +-
 2 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/fts-monitoring.spec b/fts-monitoring.spec
index 0dfec20..9d00bfc 100644
--- a/fts-monitoring.spec
+++ b/fts-monitoring.spec
@@ -1,19 +1,19 @@
 Summary: FTS3 Web Application for monitoring
 Name: fts-monitoring
 Version: 3.1.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL: https://svnweb.cern.ch/trac/fts3
 License: ASL 2.0
 Group: Applications/Internet
 BuildArch: noarch
 
-#Requires: cx_Oracle%{?_isa}
-Requires: MySQL-python%{?_isa}
+#Requires: cx_Oracle
+Requires: MySQL-python
 Requires: Django >= 1.3.7
-Requires: httpd%{?_isa}
-Requires: mod_wsgi%{?_isa}
-Requires: python%{?_isa}
-Requires: python-matplotlib%{?_isa}
+Requires: httpd
+Requires: mod_wsgi
+Requires: python
+Requires: python-matplotlib
 
 Source0: https://grid-deployment.web.cern.ch/grid-deployment/dms/fts3/tar/%{name}-%{version}.tar.gz
 
@@ -48,6 +48,8 @@ install -m 644 httpd.conf.d/ftsmon.conf           %{buildroot}%{_sysconfdir}/htt
 %doc LICENSE
 
 %changelog
+ * Mon Sep 02 2013 Michal Simon <michal.simon at cern.ch> - 3.1.1-2
+  - since it is a noarch package removing '%{?_isa}' sufix
  * Wed Aug 28 2013 Michal Simon <michal.simon at cern.ch> - 3.1.1-1
   - replacing '--no-preserve=ownership'
   - python macros have been removed
diff --git a/sources b/sources
index 25aae1d..1efc8bf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ef0d33085ac7a3cd854f0c1dfa5d2567  fts-monitoring-3.1.1.tar.gz
+ddde6192fc9a3185ce907bcd30f3375b  fts-monitoring-3.1.1.tar.gz


More information about the scm-commits mailing list