Changes to 'refs/tags/spacewalk-schema-1.8.28-1'
by Jan Pazdziora
Tag 'spacewalk-schema-1.8.28-1' created by Jan Pazdziora <jpazdziora(a)redhat.com> at 2012-04-30 17:43 +0000
Tagging package [spacewalk-schema] version [1.8.28-1] in directory [schema/spacewalk/].
Changes since spacewalk-schema-1.8.27-1:
Jan Pazdziora (2):
Update existing rhn_notification_formats with the new newlines matching Oracle.
Automatic commit of package [spacewalk-schema] release [1.8.28-1].
---
rel-eng/packages/spacewalk-schema | 2 -
schema/spacewalk/spacewalk-schema.spec | 6 +++-
schema/spacewalk/upgrade/spacewalk-schema-1.7-to-spacewalk-schema-1.8/038-rhn_notification_formats-newlines.sql.postgresql | 13 ++++++++++
3 files changed, 19 insertions(+), 2 deletions(-)
---
11 years, 1 month
rel-eng/packages schema/spacewalk
by Jan Pazdziora
rel-eng/packages/spacewalk-schema | 2 +-
schema/spacewalk/spacewalk-schema.spec | 6 +++++-
2 files changed, 6 insertions(+), 2 deletions(-)
New commits:
commit c6e508b72c66bcedf350668eac7cd57a140639a8
Author: Jan Pazdziora <jpazdziora(a)redhat.com>
Date: Mon Apr 30 19:43:54 2012 +0200
Automatic commit of package [spacewalk-schema] release [1.8.28-1].
diff --git a/rel-eng/packages/spacewalk-schema b/rel-eng/packages/spacewalk-schema
index d748599..147de39 100644
--- a/rel-eng/packages/spacewalk-schema
+++ b/rel-eng/packages/spacewalk-schema
@@ -1 +1 @@
-1.8.27-1 schema/spacewalk/
+1.8.28-1 schema/spacewalk/
diff --git a/schema/spacewalk/spacewalk-schema.spec b/schema/spacewalk/spacewalk-schema.spec
index 6171e4b..6c70c05 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.27
+Version: 1.8.28
Release: 1%{?dist}
Source0: %{name}-%{version}.tar.gz
@@ -69,6 +69,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/spacewalk-sql*
%changelog
+* Mon Apr 30 2012 Jan Pazdziora 1.8.28-1
+- Update existing rhn_notification_formats with the new newlines matching
+ Oracle.
+
* Mon Apr 30 2012 Jan Pazdziora 1.8.27-1
- Using PostgreSQL version of rhn_org.delete_org in upgrade scripts.
11 years, 1 month
schema/spacewalk
by Jan Pazdziora
schema/spacewalk/upgrade/spacewalk-schema-1.7-to-spacewalk-schema-1.8/038-rhn_notification_formats-newlines.sql.postgresql | 13 ++++++++++
1 file changed, 13 insertions(+)
New commits:
commit 6343d29c45e8b077c20a519b5b454ffe89044049
Author: Jan Pazdziora <jpazdziora(a)redhat.com>
Date: Mon Apr 30 17:29:37 2012 +0200
Update existing rhn_notification_formats with the new newlines matching Oracle.
This amends the 77bccb6ec4f6c6cc878f4d6978668325ce4462fe change.
diff --git a/schema/spacewalk/upgrade/spacewalk-schema-1.7-to-spacewalk-schema-1.8/038-rhn_notification_formats-newlines.sql.postgresql b/schema/spacewalk/upgrade/spacewalk-schema-1.7-to-spacewalk-schema-1.8/038-rhn_notification_formats-newlines.sql.postgresql
new file mode 100644
index 0000000..cbff6e0
--- /dev/null
+++ b/schema/spacewalk/upgrade/spacewalk-schema-1.7-to-spacewalk-schema-1.8/038-rhn_notification_formats-newlines.sql.postgresql
@@ -0,0 +1,13 @@
+-- oracle equivalent source none
+
+update rhn_notification_formats
+set body_format = 'This is a Spacewalk Monitoring Satellite event notification.\\n\\nTime: ^[timestamp:"%a %b %d, %H:%M:%S %Z"]\\nState: ^[probe state]\\nHost: ^[hostname] (^[host IP])\\nCheck: ^[probe description]\\nMessage: ^[probe output]\\nRun from: ^[satellite description]\\n\\nTo acknowledge, reply to this message with this subject line:\\n ACK ^[alert id]\\n\\nTo immediately escalate, reply to this message with this subject line:\\n NACK ^[alert id]'
+where customer_id is null
+ and description = 'New Default (2.15)';
+
+update rhn_notification_formats
+set body_format = 'This is Spacewalk Monitoring Satellite notification ^[alert id].\\n\\nTime: ^[timestamp:"%a %b %d, %H:%M:%S %Z"]\\nState: ^[probe state]\\nHost: ^[hostname] (^[host IP])\\nCheck: ^[probe description]\\nMessage: ^[probe output]\\nRun from: ^[satellite description]',
+ reply_format = '\\n\\nTo acknowledge, reply to this message within ^[ack wait] minutes with this subject line:\\n ACK ^[alert id]\\n\\nTo immediately escalate, reply to this message within ^[ack wait] minutes with this subject line:\\n NACK ^[alert id]'
+where customer_id is null
+ and description = 'New Default (2.18)';
+
11 years, 1 month
Changes to 'refs/tags/spacewalk-schema-1.8.27-1'
by Jan Pazdziora
Tag 'spacewalk-schema-1.8.27-1' created by Jan Pazdziora <jpazdziora(a)redhat.com> at 2012-04-30 15:05 +0000
Tagging package [spacewalk-schema] version [1.8.27-1] in directory [schema/spacewalk/].
Changes since spacewalk-schema-1.8.26-1:
Jan Pazdziora (2):
Using PostgreSQL version of rhn_org.delete_org in upgrade scripts.
Automatic commit of package [spacewalk-schema] release [1.8.27-1].
---
rel-eng/packages/spacewalk-schema | 2
schema/spacewalk/spacewalk-schema.spec | 5
schema/spacewalk/upgrade/spacewalk-schema-1.7-to-spacewalk-schema-1.8/035-rhn_org.pkb.sql.postgresql | 69 ++++++----
3 files changed, 49 insertions(+), 27 deletions(-)
---
11 years, 1 month
2 commits - rel-eng/packages schema/spacewalk
by Jan Pazdziora
rel-eng/packages/spacewalk-schema | 2
schema/spacewalk/spacewalk-schema.spec | 5
schema/spacewalk/upgrade/spacewalk-schema-1.7-to-spacewalk-schema-1.8/035-rhn_org.pkb.sql.postgresql | 69 ++++++----
3 files changed, 49 insertions(+), 27 deletions(-)
New commits:
commit bebb87edbc56d3cbabd3c3dca19922240bbe2c40
Author: Jan Pazdziora <jpazdziora(a)redhat.com>
Date: Mon Apr 30 17:05:34 2012 +0200
Automatic commit of package [spacewalk-schema] release [1.8.27-1].
diff --git a/rel-eng/packages/spacewalk-schema b/rel-eng/packages/spacewalk-schema
index d86129f..d748599 100644
--- a/rel-eng/packages/spacewalk-schema
+++ b/rel-eng/packages/spacewalk-schema
@@ -1 +1 @@
-1.8.26-1 schema/spacewalk/
+1.8.27-1 schema/spacewalk/
diff --git a/schema/spacewalk/spacewalk-schema.spec b/schema/spacewalk/spacewalk-schema.spec
index 6596eda..6171e4b 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.26
+Version: 1.8.27
Release: 1%{?dist}
Source0: %{name}-%{version}.tar.gz
@@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/spacewalk-sql*
%changelog
+* Mon Apr 30 2012 Jan Pazdziora 1.8.27-1
+- Using PostgreSQL version of rhn_org.delete_org in upgrade scripts.
+
* Mon Apr 30 2012 Miroslav Suchý <msuchy(a)redhat.com> 1.8.26-1
- 719609 - make arm channels compatible with noarch packages
commit 6c233fa195ce033829a8752945884d800e4e5a06
Author: Jan Pazdziora <jpazdziora(a)redhat.com>
Date: Mon Apr 30 16:58:01 2012 +0200
Using PostgreSQL version of rhn_org.delete_org in upgrade scripts.
UPDATE 0
psql:/var/log/spacewalk/schema-upgrade/20120430-102926-script.sql:5737: ERROR: syntax error at or near "procedure"
LINE 2: procedure delete_org (
^
diff --git a/schema/spacewalk/upgrade/spacewalk-schema-1.7-to-spacewalk-schema-1.8/035-rhn_org.pkb.sql.postgresql b/schema/spacewalk/upgrade/spacewalk-schema-1.7-to-spacewalk-schema-1.8/035-rhn_org.pkb.sql.postgresql
index bc3c148..3fd1f35 100644
--- a/schema/spacewalk/upgrade/spacewalk-schema-1.7-to-spacewalk-schema-1.8/035-rhn_org.pkb.sql.postgresql
+++ b/schema/spacewalk/upgrade/spacewalk-schema-1.7-to-spacewalk-schema-1.8/035-rhn_org.pkb.sql.postgresql
@@ -1,58 +1,75 @@
-- oracle equivalent source sha1 48f766d7e2ec61890c48645c66978f81eab2cdbe
-
---update pg_setting
+--
+-- Copyright (c) 2008--2012 Red Hat, Inc.
+--
+-- This software is licensed to you under the GNU General Public License,
+-- version 2 (GPLv2). There is NO WARRANTY for this software, express or
+-- implied, including the implied warranties of MERCHANTABILITY or FITNESS
+-- FOR A PARTICULAR PURPOSE. You should have received a copy of GPLv2
+-- along with this software; if not, see
+-- http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt.
+--
+-- Red Hat trademarks are not licensed under GPLv2. No permission is
+-- granted to use or replicate Red Hat trademarks that are incorporated
+-- in this software or its documentation.
+--
+
+-- create schema rhn_org;
+
+-- setup search_path so that these functions are created in appropriate schema.
update pg_settings set setting = 'rhn_org,' || setting where name = 'search_path';
-create or replace
- procedure delete_org (
- org_id_in in number
- )
- is
- cursor users is
+create or replace function delete_org (
+ org_id_in in numeric
+ ) returns void
+ as
+ $$
+ declare
+ users cursor for
select id
from web_contact
where org_id = org_id_in;
- cursor servers(org_id_in in number) is
- select id
+ servers cursor (org_id_in numeric) for
+ select id
from rhnServer
- where org_id = org_id_in;
+ where org_id = org_id_in;
- cursor config_channels is
+ config_channels cursor for
select id
from rhnConfigChannel
where org_id = org_id_in;
- cursor custom_channels is
- select id
+ custom_channels cursor for
+ select id
from rhnChannel
- where org_id = org_id_in;
+ where org_id = org_id_in;
- cursor errata is
- select id
+ errata cursor for
+ select id
from rhnErrata
- where org_id = org_id_in;
+ where org_id = org_id_in;
begin
if org_id_in = 1 then
- rhn_exception.raise_exception('cannot_delete_base_org');
+ perform rhn_exception.raise_exception('cannot_delete_base_org');
end if;
-- Delete all users.
for u in users loop
- rhn_org.delete_user(u.id, 1);
+ perform rhn_org.delete_user(u.id, 1);
end loop;
-- Delete all servers.
for s in servers(org_id_in) loop
- delete_server(s.id);
+ perform delete_server(s.id);
end loop;
-- Delete all config channels.
for c in config_channels loop
- rhn_config.delete_channel(c.id);
+ perform rhn_config.delete_channel(c.id);
end loop;
-- Delete all custom channels.
@@ -70,7 +87,7 @@ create or replace
end loop;
-- Give the org's entitlements back to the main org.
- rhn_entitlements.remove_org_entitlements(org_id_in);
+ perform rhn_entitlements.remove_org_entitlements(org_id_in);
-- Clean up tables where we don't have a cascading delete.
delete from rhnChannel where org_id = org_id_in;
@@ -91,8 +108,10 @@ create or replace
-- Delete the org.
delete from web_customer where id = org_id_in;
- end delete_org;
+ end;
+ $$
+ language plpgsql;
-- restore the original setting
-update pg_settings set setting = overlay( setting placing '' from 1 for (length('rhn_channel')+1) ) where name = 'search_path';
+update pg_settings set setting = overlay( setting placing '' from 1 for (length('rhn_org')+1) ) where name = 'search_path';
11 years, 1 month
Changes to 'refs/tags/spacewalk-schema-1.8.26-1'
by Miroslav Suchý
Tag 'spacewalk-schema-1.8.26-1' created by Miroslav Suchý <msuchy(a)redhat.com> at 2012-04-30 14:54 +0000
Tagging package [spacewalk-schema] version [1.8.26-1] in directory [schema/spacewalk/].
Changes since spacewalk-backend-1.8.23-1:
Miroslav Suchý (2):
719609 - make arm channels compatible with noarch packages
Automatic commit of package [spacewalk-schema] release [1.8.26-1].
---
rel-eng/packages/spacewalk-schema | 2 +-
schema/spacewalk/common/data/rhnChannelPackageArchCompat.sql | 6 ++++++
schema/spacewalk/spacewalk-schema.spec | 5 ++++-
schema/spacewalk/upgrade/spacewalk-schema-1.7-to-spacewalk-schema-1.8/036-support-for-armv7.sql | 2 ++
schema/spacewalk/upgrade/spacewalk-schema-1.7-to-spacewalk-schema-1.8/037-support-for-armv5-channel.sql | 2 ++
5 files changed, 15 insertions(+), 2 deletions(-)
---
11 years, 1 month
2 commits - rel-eng/packages schema/spacewalk
by Miroslav Suchý
rel-eng/packages/spacewalk-schema | 2 +-
schema/spacewalk/common/data/rhnChannelPackageArchCompat.sql | 6 ++++++
schema/spacewalk/spacewalk-schema.spec | 5 ++++-
schema/spacewalk/upgrade/spacewalk-schema-1.7-to-spacewalk-schema-1.8/036-support-for-armv7.sql | 2 ++
schema/spacewalk/upgrade/spacewalk-schema-1.7-to-spacewalk-schema-1.8/037-support-for-armv5-channel.sql | 2 ++
5 files changed, 15 insertions(+), 2 deletions(-)
New commits:
commit 3e2afef33a253df52bc015e60bab3f9ab57f975b
Author: Miroslav Suchý <msuchy(a)redhat.com>
Date: Mon Apr 30 16:54:13 2012 +0200
Automatic commit of package [spacewalk-schema] release [1.8.26-1].
diff --git a/rel-eng/packages/spacewalk-schema b/rel-eng/packages/spacewalk-schema
index 2a494da..d86129f 100644
--- a/rel-eng/packages/spacewalk-schema
+++ b/rel-eng/packages/spacewalk-schema
@@ -1 +1 @@
-1.8.25-1 schema/spacewalk/
+1.8.26-1 schema/spacewalk/
diff --git a/schema/spacewalk/spacewalk-schema.spec b/schema/spacewalk/spacewalk-schema.spec
index e58cf24..6596eda 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.25
+Version: 1.8.26
Release: 1%{?dist}
Source0: %{name}-%{version}.tar.gz
@@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/spacewalk-sql*
%changelog
+* Mon Apr 30 2012 Miroslav Suchý <msuchy(a)redhat.com> 1.8.26-1
+- 719609 - make arm channels compatible with noarch packages
+
* Mon Apr 30 2012 Jan Pazdziora 1.8.25-1
- Fix the order for the arm schema upgrade scripts.
commit f60aea53a544ff8e295289044b5c410c3f97808a
Author: Miroslav Suchý <msuchy(a)redhat.com>
Date: Mon Apr 30 16:41:16 2012 +0200
719609 - make arm channels compatible with noarch packages
diff --git a/schema/spacewalk/common/data/rhnChannelPackageArchCompat.sql b/schema/spacewalk/common/data/rhnChannelPackageArchCompat.sql
index ca6fa0e..03392e3 100644
--- a/schema/spacewalk/common/data/rhnChannelPackageArchCompat.sql
+++ b/schema/spacewalk/common/data/rhnChannelPackageArchCompat.sql
@@ -68,6 +68,9 @@ insert into rhnChannelPackageArchCompat (channel_arch_id, package_arch_id)
values (LOOKUP_CHANNEL_ARCH('channel-ia64'), LOOKUP_PACKAGE_ARCH('src'));
insert into rhnChannelPackageArchCompat (channel_arch_id, package_arch_id)
+values (LOOKUP_CHANNEL_ARCH('channel-armv7'), LOOKUP_PACKAGE_ARCH('noarch'));
+
+insert into rhnChannelPackageArchCompat (channel_arch_id, package_arch_id)
values (LOOKUP_CHANNEL_ARCH('channel-armv7'), LOOKUP_PACKAGE_ARCH('armv7hl'));
insert into rhnChannelPackageArchCompat (channel_arch_id, package_arch_id)
@@ -77,6 +80,9 @@ insert into rhnChannelPackageArchCompat (channel_arch_id, package_arch_id)
values (LOOKUP_CHANNEL_ARCH('channel-armv7'), LOOKUP_PACKAGE_ARCH('armv5tel'));
insert into rhnChannelPackageArchCompat (channel_arch_id, package_arch_id)
+values (LOOKUP_CHANNEL_ARCH('channel-armv5'), LOOKUP_PACKAGE_ARCH('noarch'));
+
+insert into rhnChannelPackageArchCompat (channel_arch_id, package_arch_id)
values (LOOKUP_CHANNEL_ARCH('channel-armv5'), LOOKUP_PACKAGE_ARCH('armv5tel'));
insert into rhnChannelPackageArchCompat (channel_arch_id, package_arch_id)
diff --git a/schema/spacewalk/upgrade/spacewalk-schema-1.7-to-spacewalk-schema-1.8/036-support-for-armv7.sql b/schema/spacewalk/upgrade/spacewalk-schema-1.7-to-spacewalk-schema-1.8/036-support-for-armv7.sql
index 90528a3..13a2362 100644
--- a/schema/spacewalk/upgrade/spacewalk-schema-1.7-to-spacewalk-schema-1.8/036-support-for-armv7.sql
+++ b/schema/spacewalk/upgrade/spacewalk-schema-1.7-to-spacewalk-schema-1.8/036-support-for-armv7.sql
@@ -15,6 +15,8 @@ insert into rhnChannelPackageArchCompat (channel_arch_id, package_arch_id)
values (LOOKUP_CHANNEL_ARCH('channel-armv7'), LOOKUP_PACKAGE_ARCH('armv7l'));
insert into rhnChannelPackageArchCompat (channel_arch_id, package_arch_id)
values (LOOKUP_CHANNEL_ARCH('channel-armv7'), LOOKUP_PACKAGE_ARCH('armv5tel'));
+insert into rhnChannelPackageArchCompat (channel_arch_id, package_arch_id)
+ values (LOOKUP_CHANNEL_ARCH('channel-armv7'), LOOKUP_PACKAGE_ARCH('noarch'));
insert into rhnServerArch (id, label, name, arch_type_id) values
(sequence_nextval('rhn_server_arch_id_seq'), 'armv7l-redhat-linux', 'armv7l', lookup_arch_type('rpm'));
diff --git a/schema/spacewalk/upgrade/spacewalk-schema-1.7-to-spacewalk-schema-1.8/037-support-for-armv5-channel.sql b/schema/spacewalk/upgrade/spacewalk-schema-1.7-to-spacewalk-schema-1.8/037-support-for-armv5-channel.sql
index e5c4845..fc2cd42 100644
--- a/schema/spacewalk/upgrade/spacewalk-schema-1.7-to-spacewalk-schema-1.8/037-support-for-armv5-channel.sql
+++ b/schema/spacewalk/upgrade/spacewalk-schema-1.7-to-spacewalk-schema-1.8/037-support-for-armv5-channel.sql
@@ -3,6 +3,8 @@ insert into rhnChannelArch (id, label, name, arch_type_id) values
insert into rhnChannelPackageArchCompat (channel_arch_id, package_arch_id)
values (LOOKUP_CHANNEL_ARCH('channel-armv5'), LOOKUP_PACKAGE_ARCH('armv5tel'));
+insert into rhnChannelPackageArchCompat (channel_arch_id, package_arch_id)
+ values (LOOKUP_CHANNEL_ARCH('channel-armv5'), LOOKUP_PACKAGE_ARCH('noarch'));
insert into rhnServerChannelArchCompat (server_arch_id, channel_arch_id) values
(LOOKUP_SERVER_ARCH('armv7l-redhat-linux'), LOOKUP_CHANNEL_ARCH('channel-armv5'));
11 years, 1 month
Changes to 'refs/tags/spacewalk-backend-1.8.23-1'
by Šimon Lukašík
Tag 'spacewalk-backend-1.8.23-1' created by Simon Lukasik <slukasik(a)redhat.com> at 2012-04-30 14:42 +0000
Tagging package [spacewalk-backend] version [1.8.23-1] in directory [backend/].
Changes since spacewalk-oscap-0.0.8-1:
Simon Lukasik (1):
Automatic commit of package [spacewalk-backend] release [1.8.23-1].
---
backend/spacewalk-backend.spec | 7 ++++++-
rel-eng/packages/spacewalk-backend | 2 +-
2 files changed, 7 insertions(+), 2 deletions(-)
---
11 years, 1 month
backend/spacewalk-backend.spec rel-eng/packages
by Šimon Lukašík
backend/spacewalk-backend.spec | 7 ++++++-
rel-eng/packages/spacewalk-backend | 2 +-
2 files changed, 7 insertions(+), 2 deletions(-)
New commits:
commit 47313f32602d5f011ae21b9820ca1716be85cf2f
Author: Simon Lukasik <slukasik(a)redhat.com>
Date: Mon Apr 30 16:42:28 2012 +0200
Automatic commit of package [spacewalk-backend] release [1.8.23-1].
diff --git a/backend/spacewalk-backend.spec b/backend/spacewalk-backend.spec
index 17b69d3..4bcc804 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.22
+Version: 1.8.23
Release: 1%{?dist}
URL: https://fedorahosted.org/spacewalk
Source0: https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
@@ -673,6 +673,11 @@ rm -f %{rhnconf}/rhnSecret.py*
# $Id$
%changelog
+* Mon Apr 30 2012 Simon Lukasik <slukasik(a)redhat.com> 1.8.23-1
+- Assign a dummy profile when none is selected. (slukasik(a)redhat.com)
+- xccdf_eval should not send null value (slukasik(a)redhat.com)
+- Removing unhelpful assignment. (slukasik(a)redhat.com)
+
* Fri Apr 27 2012 Jan Pazdziora 1.8.22-1
- 815964 - update monitoring probes in small batches to reduce the chance of a
deadlock (sherr(a)redhat.com)
diff --git a/rel-eng/packages/spacewalk-backend b/rel-eng/packages/spacewalk-backend
index a08f0d9..14a50f3 100644
--- a/rel-eng/packages/spacewalk-backend
+++ b/rel-eng/packages/spacewalk-backend
@@ -1 +1 @@
-1.8.22-1 backend/
+1.8.23-1 backend/
11 years, 1 month
Changes to 'refs/tags/spacewalk-oscap-0.0.8-1'
by Šimon Lukašík
Tag 'spacewalk-oscap-0.0.8-1' created by Simon Lukasik <slukasik(a)redhat.com> at 2012-04-30 14:41 +0000
Tagging package [spacewalk-oscap] version [0.0.8-1] in directory [client/rhel/spacewalk-oscap/].
Changes since spacewalk-java-1.8.59-1:
Simon Lukasik (6):
Removing unhelpful assignment.
xccdf_eval should not send null value
Do not pass empty string as parameter to oscap tool.
Do not divide by zero. It prints a question mark.
Assign a dummy profile when none is selected.
Automatic commit of package [spacewalk-oscap] release [0.0.8-1].
---
backend/server/action/scap.py | 5 ---
backend/server/action_extra_data/scap.py | 10 ++++++-
client/rhel/spacewalk-oscap/scap.py | 9 +++++-
client/rhel/spacewalk-oscap/spacewalk-oscap.spec | 5 +++
java/code/src/com/redhat/rhn/frontend/strings/jsp/StringResource_en_US.xml | 3 ++
java/code/webapp/WEB-INF/pages/common/fragments/audit/scap-list.jspf | 13 +++++++---
rel-eng/packages/spacewalk-oscap | 2 -
7 files changed, 35 insertions(+), 12 deletions(-)
---
11 years, 1 month