[rhncfg] Rebase to rhncfg-5.9.33-1.el6 in rawhide.

Miroslav Suchý msuchy at fedoraproject.org
Tue Nov 23 15:12:09 UTC 2010


commit 4edef4c98b97d4dfdcd370a76acbcc86bd17fa6f
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Tue Nov 23 16:12:12 2010 +0100

    Rebase to rhncfg-5.9.33-1.el6 in rawhide.

 .gitignore  |    1 +
 rhncfg.spec |   36 ++++++++++++++++++++++++++++++++++--
 sources     |    2 +-
 3 files changed, 36 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6db2bdf..9218b23 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 rhncfg-5.9.22.tar.gz
 /rhncfg-5.9.27.tar.gz
+/rhncfg-5.9.33.tar.gz
diff --git a/rhncfg.spec b/rhncfg.spec
index 2957a64..acc154c 100644
--- a/rhncfg.spec
+++ b/rhncfg.spec
@@ -8,13 +8,12 @@ Group:   Applications/System
 License: GPLv2 and Python
 URL:     https://fedorahosted.org/spacewalk
 Source0: https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
-Version: 5.9.27
+Version: 5.9.33
 Release: 1%{?dist}
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 BuildRequires: docbook-utils
 BuildRequires: python
-Requires: libselinux-python
 Requires: python
 Requires: rhnlib
 # If this is rhel 4 or less we need up2date.
@@ -22,6 +21,7 @@ Requires: rhnlib
 Requires: up2date
 %else
 Requires: rhn-client-tools
+Requires: libselinux-python
 %endif
 
 %description 
@@ -99,6 +99,38 @@ rm -rf $RPM_BUILD_ROOT
 
 # $Id$
 %changelog
+* Tue Nov 02 2010 Jan Pazdziora 5.9.33-1
+- Update copyright years in the rest of the repo.
+
+* Fri Oct 29 2010 Jan Pazdziora 5.9.32-1
+- removed unused class RepoPlainFile (michael.mraka at redhat.com)
+- removed unused class RepoAlreadyExists (michael.mraka at redhat.com)
+- removed unused class PathNotPresent (michael.mraka at redhat.com)
+- removed unused class MalformedRepository (michael.mraka at redhat.com)
+- removed unused class FileNotInRepo (michael.mraka at redhat.com)
+- after ClientTemplatedDocument removal rhncfg_template.py is empty; removing
+  (michael.mraka at redhat.com)
+- removed unused class ClientTemplatedDocument (michael.mraka at redhat.com)
+- removed unused class BackupFileMissing (michael.mraka at redhat.com)
+
+* Mon Oct 25 2010 Jan Pazdziora 5.9.31-1
+- 645795 - making script actions (within rhncfg) work with RHEL 4 by using
+  popen2 if subprocess is not available (jsherril at redhat.com)
+
+* Fri Oct 22 2010 Jan Pazdziora 5.9.30-1
+- 628920 - Fixed an rhcfg-manager-diff  issue where files were not being
+  properly checked (paji at redhat.com)
+- startswith(), endswith() are builtin functions since RHEL4
+  (michael.mraka at redhat.com)
+
+* Mon Oct 18 2010 Jan Pazdziora 5.9.29-1
+- 643157 - fix for the prev commit on RHEL 4 clients the method has to return a
+  value... (paji at redhat.com)
+- 643157 - Fix to get symlinks work with rhel 4 clients (paji at redhat.com)
+
+* Mon Oct 04 2010 Michael Mraka <michael.mraka at redhat.com> 5.9.28-1
+- replaced local copy of compile.py with standard compileall module
+
 * Wed Aug 04 2010 Milan Zazrivec <mzazrivec at redhat.com> 5.9.27-1
 - 604615 - don't traceback if server does not send selinux_ctx
 
diff --git a/sources b/sources
index 075d7cb..167d337 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b022035674867c62c49f63e3a0f94299  rhncfg-5.9.27.tar.gz
+3ad35c1ef148a064212a5da77808af88  rhncfg-5.9.33.tar.gz


More information about the scm-commits mailing list