2 commits - backend/server backend/spacewalk-backend.spec rel-eng/packages

Miroslav Suchý msuchy at fedoraproject.org
Tue Jun 5 11:01:34 UTC 2012


 backend/server/rhnChannel.py       |    2 +-
 backend/spacewalk-backend.spec     |    5 ++++-
 rel-eng/packages/spacewalk-backend |    2 +-
 3 files changed, 6 insertions(+), 3 deletions(-)

New commits:
commit 7236586e562a82b3965cf258f07fee7cff461458
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Tue Jun 5 13:01:24 2012 +0200

    Automatic commit of package [spacewalk-backend] release [1.8.32-1].

diff --git a/backend/spacewalk-backend.spec b/backend/spacewalk-backend.spec
index 25af8b7..06ada4c 100644
--- a/backend/spacewalk-backend.spec
+++ b/backend/spacewalk-backend.spec
@@ -12,7 +12,7 @@ Name: spacewalk-backend
 Summary: Common programs needed to be installed on the Spacewalk servers/proxies
 Group: Applications/Internet
 License: GPLv2
-Version: 1.8.31
+Version: 1.8.32
 Release: 1%{?dist}
 URL:       https://fedorahosted.org/spacewalk
 Source0: https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
@@ -663,6 +663,9 @@ rm -f %{rhnconf}/rhnSecret.py*
 
 # $Id$
 %changelog
+* Tue Jun 05 2012 Miroslav Suchý <msuchy at redhat.com> 1.8.32-1
+- fix wrong transaction name in unsubscribe_channels (mc at suse.de)
+
 * Tue Jun 05 2012 Jan Pazdziora 1.8.31-1
 - No longer building spacewalk-backend-sql-oracle on Fedora 17+.
 
diff --git a/rel-eng/packages/spacewalk-backend b/rel-eng/packages/spacewalk-backend
index 4b2d658..47a341d 100644
--- a/rel-eng/packages/spacewalk-backend
+++ b/rel-eng/packages/spacewalk-backend
@@ -1 +1 @@
-1.8.31-1 backend/
+1.8.32-1 backend/


commit 08dee5aa551e417215d9ad33d2d8df55efb41dd6
Author: Michael Calmer <mc at suse.de>
Date:   Tue Jun 5 11:47:33 2012 +0200

    fix wrong transaction name in unsubscribe_channels

diff --git a/backend/server/rhnChannel.py b/backend/server/rhnChannel.py
index 2c9aad7..a48bbf2 100644
--- a/backend/server/rhnChannel.py
+++ b/backend/server/rhnChannel.py
@@ -1846,7 +1846,7 @@ def unsubscribe_channels(server_id, channels):
     for channel in child_channels + base_channels:
         ret = unsubscribe_sql(server_id, channel["id"], 0)
         if not ret:
-            rhnSQL.rollback("unsub_all_channels")
+            rhnSQL.rollback("unsub_channels")
             raise rhnFault(36, "Could not unsubscribe server %s "\
                            "from channel %s" % (server_id, channel["label"]))
 




More information about the spacewalk-commits mailing list