diff --git a/spacewalk-backend.spec b/spacewalk-backend.spec index 093cc4b..92c9e44 100644 --- a/spacewalk-backend.spec +++ b/spacewalk-backend.spec @@ -13,7 +13,7 @@ Summary: Common programs needed to be installed on the Spacewalk servers/proxies Group: Applications/Internet License: GPLv2 Version: 1.8.85 -Release: 3%{?dist} +Release: 4%{?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) @@ -368,6 +368,7 @@ rm -f %{rhnconf}/rhnSecret.py* %{pythonrhnroot}/server/rhnSQL/dbi.py* %{pythonrhnroot}/server/rhnSQL/__init__.py* %{pythonrhnroot}/server/rhnSQL/sql_*.py* +%exclude %{pythonrhnroot}/server/rhnSQL/driver_cx_Oracle.py* #%files sql-oracle #%doc LICENSE @@ -638,6 +639,10 @@ rm -f %{rhnconf}/rhnSecret.py* # $Id$ %changelog +* Mon Jan 14 2013 Miroslav Suchy 1.8.84-4 +- fix bogus date +- disable spacewalk-pylint + * Wed Oct 31 2012 Jan Pazdziora 1.8.85-1 - add org_id to DistChannelMap backend class