2 commits - rel-eng/packages schema/spacewalk

Jan Pazdziora adelton at fedoraproject.org
Wed Jun 27 15:49:35 UTC 2012


 rel-eng/packages/spacewalk-schema                                                                      |    2 +-
 schema/spacewalk/spacewalk-schema.spec                                                                 |    6 +++++-
 schema/spacewalk/upgrade/spacewalk-schema-1.7-to-spacewalk-schema-1.8/107-rhnServerGroupNotes-drop.sql |    2 ++
 3 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 52de706bf8fccbd6e1f1b999ca0d967d955a6b09
Author: Jan Pazdziora <jpazdziora at redhat.com>
Date:   Wed Jun 27 17:49:25 2012 +0200

    Automatic commit of package [spacewalk-schema] release [1.8.56-1].

diff --git a/rel-eng/packages/spacewalk-schema b/rel-eng/packages/spacewalk-schema
index c259ed4..12fb93a 100644
--- a/rel-eng/packages/spacewalk-schema
+++ b/rel-eng/packages/spacewalk-schema
@@ -1 +1 @@
-1.8.55-1 schema/spacewalk/
+1.8.56-1 schema/spacewalk/
diff --git a/schema/spacewalk/spacewalk-schema.spec b/schema/spacewalk/spacewalk-schema.spec
index 5fdcac1..8b04acc 100644
--- a/schema/spacewalk/spacewalk-schema.spec
+++ b/schema/spacewalk/spacewalk-schema.spec
@@ -2,7 +2,7 @@ Name:           spacewalk-schema
 Group:          Applications/Internet
 Summary:        Oracle SQL schema for Spacewalk server
 
-Version:        1.8.55
+Version:        1.8.56
 Release:        1%{?dist}
 Source0:        %{name}-%{version}.tar.gz
 
@@ -68,6 +68,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/spacewalk-sql*
 
 %changelog
+* Wed Jun 27 2012 Jan Pazdziora 1.8.56-1
+- Besides rhnServerGroupNotes, the table source was also creating sequence --
+  dropping.
+
 * Wed Jun 27 2012 Jan Pazdziora 1.8.55-1
 - Table rhnServerGroupNotes not used, removing.
 


commit 72c7b69df7587e1370e238a95e59c24bc224c53f
Author: Jan Pazdziora <jpazdziora at redhat.com>
Date:   Wed Jun 27 17:48:54 2012 +0200

    Besides rhnServerGroupNotes, the table source was also creating sequence -- dropping.

diff --git a/schema/spacewalk/upgrade/spacewalk-schema-1.7-to-spacewalk-schema-1.8/107-rhnServerGroupNotes-drop.sql b/schema/spacewalk/upgrade/spacewalk-schema-1.7-to-spacewalk-schema-1.8/107-rhnServerGroupNotes-drop.sql
index 1c95421..d9e8d64 100644
--- a/schema/spacewalk/upgrade/spacewalk-schema-1.7-to-spacewalk-schema-1.8/107-rhnServerGroupNotes-drop.sql
+++ b/schema/spacewalk/upgrade/spacewalk-schema-1.7-to-spacewalk-schema-1.8/107-rhnServerGroupNotes-drop.sql
@@ -1,3 +1,5 @@
 
 drop table rhnServerGroupNotes;
 
+drop sequence rhn_servergrp_note_id_seq;
+




More information about the spacewalk-commits mailing list