rel-eng/packages/spacewalk-schema | 2 +-
schema/spacewalk/spacewalk-schema.spec | 5 ++++-
schema/spacewalk/upgrade/spacewalk-schema-1.5-to-spacewalk-schema-1.6/133-rhn_tasko_run_id_seq.sql.postgresl | 1 -
schema/spacewalk/upgrade/spacewalk-schema-1.5-to-spacewalk-schema-1.6/133-rhn_tasko_run_id_seq.sql.postgresql | 2 ++
4 files changed, 7 insertions(+), 3 deletions(-)
New commits:
commit d910aa7c711fe83d02aeb004b5a49bddd98315cc
Author: Jan Pazdziora <jpazdziora(a)redhat.com>
Date: Thu Dec 22 09:53:34 2011 +0100
Automatic commit of package [spacewalk-schema] release [1.6.42-1].
diff --git a/rel-eng/packages/spacewalk-schema b/rel-eng/packages/spacewalk-schema
index f58417f..2ffb846 100644
--- a/rel-eng/packages/spacewalk-schema
+++ b/rel-eng/packages/spacewalk-schema
@@ -1 +1 @@
-1.6.41-1 schema/spacewalk/
+1.6.42-1 schema/spacewalk/
diff --git a/schema/spacewalk/spacewalk-schema.spec b/schema/spacewalk/spacewalk-schema.spec
index 91f1c9a..2c036ec 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.6.41
+Version: 1.6.42
Release: 1%{?dist}
Source0: %{name}-%{version}.tar.gz
@@ -66,6 +66,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/spacewalk-sql*
%changelog
+* Thu Dec 22 2011 Jan Pazdziora 1.6.42-1
+- Fix typo in source file name, add oracle equivalent source sha1.
+
* Wed Dec 21 2011 Tomas Lestach <tlestach(a)redhat.com> 1.6.41-1
- update rhn_tasko_run_id_seq sequence number according to
rhn_tasko_template_id_seq (tlestach(a)redhat.com)
commit 24279d838fb9b103e9839c9538519d751c28e814
Author: Jan Pazdziora <jpazdziora(a)redhat.com>
Date: Thu Dec 22 09:53:20 2011 +0100
Fix typo in source file name, add oracle equivalent source sha1.
diff --git a/schema/spacewalk/upgrade/spacewalk-schema-1.5-to-spacewalk-schema-1.6/133-rhn_tasko_run_id_seq.sql.postgresl b/schema/spacewalk/upgrade/spacewalk-schema-1.5-to-spacewalk-schema-1.6/133-rhn_tasko_run_id_seq.sql.postgresl
deleted file mode 100644
index 24e9b45..0000000
--- a/schema/spacewalk/upgrade/spacewalk-schema-1.5-to-spacewalk-schema-1.6/133-rhn_tasko_run_id_seq.sql.postgresl
+++ /dev/null
@@ -1 +0,0 @@
-SELECT PG_CATALOG.SETVAL('rhn_tasko_run_id_seq', (SELECT nextval('rhn_tasko_template_id_seq')), false);
diff --git a/schema/spacewalk/upgrade/spacewalk-schema-1.5-to-spacewalk-schema-1.6/133-rhn_tasko_run_id_seq.sql.postgresql b/schema/spacewalk/upgrade/spacewalk-schema-1.5-to-spacewalk-schema-1.6/133-rhn_tasko_run_id_seq.sql.postgresql
new file mode 100644
index 0000000..f6d8627
--- /dev/null
+++ b/schema/spacewalk/upgrade/spacewalk-schema-1.5-to-spacewalk-schema-1.6/133-rhn_tasko_run_id_seq.sql.postgresql
@@ -0,0 +1,2 @@
+-- oracle equivalent source sha1 f34ae7549a26690367140c682ad802f17bab6a99
+SELECT PG_CATALOG.SETVAL('rhn_tasko_run_id_seq', (SELECT nextval('rhn_tasko_template_id_seq')), false);