[spacewalk-backend] disabling oracle subpackage

Miroslav Suchý msuchy at fedoraproject.org
Mon Feb 7 11:56:54 UTC 2011


commit 0c5406970bead2bf7131bab16bc0e55df8bc77f9
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Mon Feb 7 12:49:23 2011 +0100

    disabling oracle subpackage

 spacewalk-backend.spec |   28 ++++++++++++++--------------
 1 files changed, 14 insertions(+), 14 deletions(-)
---
diff --git a/spacewalk-backend.spec b/spacewalk-backend.spec
index e179216..2577c16 100644
--- a/spacewalk-backend.spec
+++ b/spacewalk-backend.spec
@@ -12,7 +12,7 @@ Summary: Common programs needed to be installed on the Spacewalk servers/proxies
 Group: Applications/Internet
 License: GPLv2 and Python
 Version: 1.3.56
-Release: 1%{?dist}
+Release: 2%{?dist}
 URL:       https://fedorahosted.org/spacewalk
 Source0: https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -55,15 +55,15 @@ Requires: %{name}-sql-virtual = %{version}-%{release}
 This package contains the basic code that provides SQL connectivity for
 the Spacewalk backend modules.
 
-%package sql-oracle
-Summary: Oracle backend for Spacewalk
-Group: Applications/Internet
-Requires: python(:DBAPI:oracle)
-Provides: %{name}-sql-virtual = %{version}-%{release}
-
-%description sql-oracle
-This package contains provides Oracle connectivity for the Spacewalk backend
-modules.
+#%package sql-oracle
+#Summary: Oracle backend for Spacewalk
+#Group: Applications/Internet
+#Requires: python(:DBAPI:oracle)
+#Provides: %{name}-sql-virtual = %{version}-%{release}
+#
+#%description sql-oracle
+#This package contains provides Oracle connectivity for the Spacewalk backend
+#modules.
 
 %package sql-postgresql
 Summary: Postgresql backend for Spacewalk
@@ -384,10 +384,10 @@ rm -f %{rhnconf}/rhnSecret.py*
 %{pythonrhnroot}/server/rhnSQL/__init__.py*
 %{pythonrhnroot}/server/rhnSQL/sql_*.py*
 
-%files sql-oracle
-%defattr(-,root,root,-)
-%doc PYTHON-LICENSES.txt LICENSE
-%{pythonrhnroot}/server/rhnSQL/driver_cx_Oracle.py*
+#%files sql-oracle
+#%defattr(-,root,root,-)
+#%doc PYTHON-LICENSES.txt LICENSE
+#%{pythonrhnroot}/server/rhnSQL/driver_cx_Oracle.py*
 
 %files sql-postgresql
 %defattr(-,root,root,-)


More information about the scm-commits mailing list