Changes to 'refs/tags/spacecmd-1.8.9-1'
by StephenHerr
Tag 'spacecmd-1.8.9-1' created by Stephen Herr <sherr(a)redhat.com> at 2012-05-31 19:06 +0000
Tagging package [spacecmd] version [1.8.9-1] in directory [spacecmd/].
Changes since spacewalk-oscap-0.0.9-1:
Stephen Herr (2):
809905 - fixing chroot option for addscript, is now possible to not chroot in non-interactive mode
Automatic commit of package [spacecmd] release [1.8.9-1].
---
rel-eng/packages/spacecmd | 2 +-
spacecmd/spacecmd.spec | 6 +++++-
spacecmd/src/lib/kickstart.py | 2 +-
3 files changed, 7 insertions(+), 3 deletions(-)
---
10 years, 12 months
rel-eng/packages spacecmd/spacecmd.spec
by StephenHerr
rel-eng/packages/spacecmd | 2 +-
spacecmd/spacecmd.spec | 6 +++++-
2 files changed, 6 insertions(+), 2 deletions(-)
New commits:
commit d944c3e74818336af00b16a9edf3503649fc40c2
Author: Stephen Herr <sherr(a)redhat.com>
Date: Thu May 31 15:06:55 2012 -0400
Automatic commit of package [spacecmd] release [1.8.9-1].
diff --git a/rel-eng/packages/spacecmd b/rel-eng/packages/spacecmd
index 9a2278f..df25c3d 100644
--- a/rel-eng/packages/spacecmd
+++ b/rel-eng/packages/spacecmd
@@ -1 +1 @@
-1.8.8-1 spacecmd/
+1.8.9-1 spacecmd/
diff --git a/spacecmd/spacecmd.spec b/spacecmd/spacecmd.spec
index 6edb394..b80e031 100644
--- a/spacecmd/spacecmd.spec
+++ b/spacecmd/spacecmd.spec
@@ -4,7 +4,7 @@
%endif
Name: spacecmd
-Version: 1.8.8
+Version: 1.8.9
Release: 1%{?dist}
Summary: Command-line interface to Spacewalk and Satellite servers
@@ -60,6 +60,10 @@ touch %{buildroot}/%{python_sitelib}/spacecmd/__init__.py
%doc %{_mandir}/man1/spacecmd.1.gz
%changelog
+* Thu May 31 2012 Stephen Herr <sherr(a)redhat.com> 1.8.9-1
+- 809905 - fixing chroot option for addscript, is now possible to not chroot in
+ non-interactive mode
+
* Thu May 24 2012 Steven Hardy <shardy(a)redhat.com> 1.8.8-1
- spacecmd bugfix : kickstart_getcontents fix character encoding error
- spacecmd bugfix: activationkey_import don't add empty package/group lists
10 years, 12 months
spacecmd/src
by StephenHerr
spacecmd/src/lib/kickstart.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 03c611ea7710bd606d46d44a432ae67c3af1b875
Author: Stephen Herr <sherr(a)redhat.com>
Date: Thu May 31 15:06:03 2012 -0400
809905 - fixing chroot option for addscript, is now possible to not chroot in non-interactive mode
diff --git a/spacecmd/src/lib/kickstart.py b/spacecmd/src/lib/kickstart.py
index 4f23eb0..a28dfa5 100644
--- a/spacecmd/src/lib/kickstart.py
+++ b/spacecmd/src/lib/kickstart.py
@@ -1703,7 +1703,7 @@ def do_kickstart_addscript(self, args):
return
if not options.chroot:
- options.chroot = True
+ options.chroot = False
if not options.interpreter:
options.interpreter = '/bin/bash'
10 years, 12 months
Changes to 'refs/tags/spacewalk-oscap-0.0.9-1'
by Šimon Lukašík
Tag 'spacewalk-oscap-0.0.9-1' created by Simon Lukasik <slukasik(a)redhat.com> at 2012-05-31 12:07 +0000
Tagging package [spacewalk-oscap] version [0.0.9-1] in directory [client/rhel/spacewalk-oscap/].
Changes since spacewalk-setup-1.8.10-1:
Simon Lukasik (2):
Forbid oscap args other than --profile and --skip-valid
Automatic commit of package [spacewalk-oscap] release [0.0.9-1].
---
client/rhel/spacewalk-oscap/scap.py | 29 ++++++++++++++++++-----
client/rhel/spacewalk-oscap/spacewalk-oscap.spec | 6 +++-
rel-eng/packages/spacewalk-oscap | 2 -
3 files changed, 29 insertions(+), 8 deletions(-)
---
10 years, 12 months
client/rhel rel-eng/packages
by Šimon Lukašík
client/rhel/spacewalk-oscap/spacewalk-oscap.spec | 6 +++++-
rel-eng/packages/spacewalk-oscap | 2 +-
2 files changed, 6 insertions(+), 2 deletions(-)
New commits:
commit 9047b08606c3e4c217666effc3f5c7209c942586
Author: Simon Lukasik <slukasik(a)redhat.com>
Date: Thu May 31 14:07:42 2012 +0200
Automatic commit of package [spacewalk-oscap] release [0.0.9-1].
diff --git a/client/rhel/spacewalk-oscap/spacewalk-oscap.spec b/client/rhel/spacewalk-oscap/spacewalk-oscap.spec
index 05bf3b1..3ae36fa 100644
--- a/client/rhel/spacewalk-oscap/spacewalk-oscap.spec
+++ b/client/rhel/spacewalk-oscap/spacewalk-oscap.spec
@@ -1,5 +1,5 @@
Name: spacewalk-oscap
-Version: 0.0.8
+Version: 0.0.9
Release: 1%{?dist}
Summary: OpenSCAP plug-in for rhn-check
@@ -42,6 +42,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Thu May 31 2012 Simon Lukasik <slukasik(a)redhat.com> 0.0.9-1
+- Forbid oscap args other than --profile and --skip-valid
+- %%defattr is not needed since rpm 4.4
+
* Mon Apr 30 2012 Simon Lukasik <slukasik(a)redhat.com> 0.0.8-1
- Do not pass empty string as parameter to oscap tool. (slukasik(a)redhat.com)
diff --git a/rel-eng/packages/spacewalk-oscap b/rel-eng/packages/spacewalk-oscap
index da0002b..85fdbfa 100644
--- a/rel-eng/packages/spacewalk-oscap
+++ b/rel-eng/packages/spacewalk-oscap
@@ -1 +1 @@
-0.0.8-1 client/rhel/spacewalk-oscap/
+0.0.9-1 client/rhel/spacewalk-oscap/
10 years, 12 months
client/rhel
by Šimon Lukašík
client/rhel/spacewalk-oscap/scap.py | 29 +++++++++++++++++++++++------
1 file changed, 23 insertions(+), 6 deletions(-)
New commits:
commit f3138def8c2aa21a6f09daab43525ea2e1f21fd7
Author: Simon Lukasik <slukasik(a)redhat.com>
Date: Thu May 31 14:04:03 2012 +0200
Forbid oscap args other than --profile and --skip-valid
diff --git a/client/rhel/spacewalk-oscap/scap.py b/client/rhel/spacewalk-oscap/scap.py
index e9a21b6..01dba2c 100644
--- a/client/rhel/spacewalk-oscap/scap.py
+++ b/client/rhel/spacewalk-oscap/scap.py
@@ -16,12 +16,8 @@ def xccdf_eval(args, cache_only=None):
return (0, 'no-ops for caching', {})
results_file = tempfile.NamedTemporaryFile()
- if args['params']:
- oscap_err = _run_oscap(['xccdf', 'eval', '--results', results_file.name]
- + args['params'].split(' ') + [args['path']])
- else:
- oscap_err = _run_oscap(['xccdf', 'eval', '--results', results_file.name]
- + [args['path']])
+ params, oscap_err = _process_params(args['params'], results_file.name)
+ oscap_err += _run_oscap(['xccdf', 'eval'] + params + [args['path']])
if not _assert_xml(results_file.name):
return (1, 'oscap tool did not produce valid xml.\n' + oscap_err, {})
@@ -59,6 +55,27 @@ def _popen(args):
return subprocess.Popen(args, bufsize=-1, stdin=subprocess.PIPE,
stdout=subprocess.PIPE, stderr=subprocess.PIPE, shell=False)
+def _process_params(args, filename):
+ params = ['--results', filename]
+ errors = ''
+ if args:
+ allowed_args = {'--profile': 1, '--skip-valid': 0}
+ args = args.split(' ')
+ i = 0
+ while i < len(args):
+ if args[i] in allowed_args:
+ j = i + allowed_args[args[i]]
+ params += args[i:j+1]
+ i = j
+ elif not errors:
+ errors = 'xccdf_eval: Following arguments forbidden: ' + args[i]
+ else:
+ errors += ' ' + args[i]
+ i += 1
+ if errors:
+ errors += '\n'
+ return params, errors
+
def _assert_xml(filename):
f = open(filename, 'rb')
try:
10 years, 12 months
Changes to 'refs/tags/spacewalk-setup-1.8.10-1'
by Jan Pazdziora
Tag 'spacewalk-setup-1.8.10-1' created by Jan Pazdziora <jpazdziora(a)redhat.com> at 2012-05-31 11:34 +0000
Tagging package [spacewalk-setup] version [1.8.10-1] in directory [spacewalk/setup/].
Changes since spacewalk-web-1.8.16-1:
Jan Pazdziora (1):
Automatic commit of package [spacewalk-setup] release [1.8.10-1].
---
rel-eng/packages/spacewalk-setup | 2 +-
spacewalk/setup/spacewalk-setup.spec | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
---
10 years, 12 months
rel-eng/packages spacewalk/setup
by Jan Pazdziora
rel-eng/packages/spacewalk-setup | 2 +-
spacewalk/setup/spacewalk-setup.spec | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
New commits:
commit 87692ff5dde1f61c4190fe2f205eb762bd1887d0
Author: Jan Pazdziora <jpazdziora(a)redhat.com>
Date: Thu May 31 13:34:46 2012 +0200
Automatic commit of package [spacewalk-setup] release [1.8.10-1].
diff --git a/rel-eng/packages/spacewalk-setup b/rel-eng/packages/spacewalk-setup
index 8575cb6..17e0a88 100644
--- a/rel-eng/packages/spacewalk-setup
+++ b/rel-eng/packages/spacewalk-setup
@@ -1 +1 @@
-1.8.9-1 spacewalk/setup/
+1.8.10-1 spacewalk/setup/
diff --git a/spacewalk/setup/spacewalk-setup.spec b/spacewalk/setup/spacewalk-setup.spec
index 120a13c..43edbac 100644
--- a/spacewalk/setup/spacewalk-setup.spec
+++ b/spacewalk/setup/spacewalk-setup.spec
@@ -1,5 +1,5 @@
Name: spacewalk-setup
-Version: 1.8.9
+Version: 1.8.10
Release: 1%{?dist}
Summary: Initial setup tools for Red Hat Spacewalk
@@ -109,6 +109,9 @@ rm -rf %{buildroot}
%{_mandir}/man8/spacewalk-make-mount-points*
%changelog
+* Thu May 31 2012 Jan Pazdziora 1.8.10-1
+- get rid of jabberd xsl templates in spacewalk-setup
+
* Mon May 21 2012 Jan Pazdziora 1.8.9-1
- %%defattr is not needed since rpm 4.4
- remove usage of rhn_quota package
10 years, 12 months
Changes to 'refs/tags/spacewalk-web-1.8.16-1'
by Jan Pazdziora
Tag 'spacewalk-web-1.8.16-1' created by Jan Pazdziora <jpazdziora(a)redhat.com> at 2012-05-31 11:34 +0000
Tagging package [spacewalk-web] version [1.8.16-1] in directory [web/].
Changes since spacewalk-search-1.8.3-1:
Jan Pazdziora (1):
Automatic commit of package [spacewalk-web] release [1.8.16-1].
---
rel-eng/packages/spacewalk-web | 2 +-
web/spacewalk-web.spec | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
---
10 years, 12 months
rel-eng/packages web/spacewalk-web.spec
by Jan Pazdziora
rel-eng/packages/spacewalk-web | 2 +-
web/spacewalk-web.spec | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
New commits:
commit 355230cfba81d4d62a3c449060a9f0389bf535a2
Author: Jan Pazdziora <jpazdziora(a)redhat.com>
Date: Thu May 31 13:34:09 2012 +0200
Automatic commit of package [spacewalk-web] release [1.8.16-1].
diff --git a/rel-eng/packages/spacewalk-web b/rel-eng/packages/spacewalk-web
index 48bf5af..1c153ed 100644
--- a/rel-eng/packages/spacewalk-web
+++ b/rel-eng/packages/spacewalk-web
@@ -1 +1 @@
-1.8.15-1 web/
+1.8.16-1 web/
diff --git a/web/spacewalk-web.spec b/web/spacewalk-web.spec
index d2f2164..359738d 100644
--- a/web/spacewalk-web.spec
+++ b/web/spacewalk-web.spec
@@ -2,7 +2,7 @@ Name: spacewalk-web
Summary: Spacewalk Web site - Perl modules
Group: Applications/Internet
License: GPLv2
-Version: 1.8.15
+Version: 1.8.16
Release: 1%{?dist}
URL: https://fedorahosted.org/spacewalk/
Source0: https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
@@ -254,6 +254,9 @@ rm -rf $RPM_BUILD_ROOT
# $Id$
%changelog
+* Thu May 31 2012 Jan Pazdziora 1.8.16-1
+- OpenSCAP integration -- A simple search page.
+
* Fri May 25 2012 Stephen Herr <sherr(a)redhat.com> 1.8.15-1
- 824879, 825279 - Sometimes the return_link on the SSM Clear button does not
work
10 years, 12 months