[rhncfg] Rebase to rhncfg-5.10.24-1.fc16 in rawhide.

Miroslav Suchý msuchy at fedoraproject.org
Mon Jan 2 14:44:10 UTC 2012


commit e58531ab49477bd2915eb4c59f6431f5ab3e7d0f
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Mon Jan 2 15:44:04 2012 +0100

    Rebase to rhncfg-5.10.24-1.fc16 in rawhide.

 .gitignore  |    1 +
 rhncfg.spec |  126 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 sources     |    2 +-
 3 files changed, 122 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a595d92..07f2a0d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ rhncfg-5.9.22.tar.gz
 /rhncfg-5.9.33.tar.gz
 /rhncfg-5.9.48.tar.gz
 /rhncfg-5.9.52.tar.gz
+/rhncfg-5.10.24.tar.gz
diff --git a/rhncfg.spec b/rhncfg.spec
index 8b719ed..0dc06ca 100644
--- a/rhncfg.spec
+++ b/rhncfg.spec
@@ -8,7 +8,7 @@ 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.52
+Version: 5.10.24
 Release: 1%{?dist}
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
@@ -16,11 +16,11 @@ BuildRequires: docbook-utils
 BuildRequires: python
 Requires: python
 Requires: rhnlib >= 2.5.32
-# If this is rhel 4 or less we need up2date.
-%if 0%{?rhel} && "%rhel" < "5"
-Requires: up2date
-%else
 Requires: rhn-client-tools
+%if 0%{?suse_version}
+# provide rhn directories and no selinux on suse
+BuildRequires: rhn-client-tools
+%else
 Requires: libselinux-python
 %endif
 
@@ -67,12 +67,18 @@ install -d $RPM_BUILD_ROOT/%{rhnroot}
 make -f Makefile.rhncfg install PREFIX=$RPM_BUILD_ROOT ROOT=%{rhnroot} \
     MANDIR=%{_mandir}
 mkdir -p $RPM_BUILD_ROOT/%{_sharedstatedir}/rhncfg/backups
+mkdir -p $RPM_BUILD_ROOT/%{_localstatedir}/spool/rhn
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
+%if 0%{?suse_version}
+%dir %{_sharedstatedir}
+%endif
+%dir %{_sharedstatedir}/rhncfg
+%dir %{_localstatedir}/spool/rhn
 %{rhnroot}/config_common
 %{_sharedstatedir}/rhncfg/backups
 %doc LICENSE PYTHON-LICENSES.txt
@@ -93,13 +99,121 @@ rm -rf $RPM_BUILD_ROOT
 
 %files actions
 %defattr(-,root,root,-)
-%{rhnroot}/actions/*
+%{rhnroot}/actions
 %{_bindir}/rhn-actions-control
 %config(noreplace) %{client_caps_dir}/*
 %{_mandir}/man8/rhn-actions-control.8*
 
 # $Id$
 %changelog
+* Wed Dec 21 2011 Milan Zazrivec <mzazrivec at redhat.com> 5.10.24-1
+- update copyright info
+
+* Wed Dec 14 2011 Jan Pazdziora 5.10.23-1
+- Fixing SyntaxError: ('invalid syntax', ...
+
+* Tue Dec 13 2011 Miroslav Suchý 5.10.22-1
+- 765816 - Added the option --selinux-context to rhncfg-manager which allows to
+  overwrite the SELinux context from a file (mmello at redhat.com)
+
+* Wed Nov 30 2011 Miroslav Suchý 5.10.21-1
+- handle fs objects without selinux context correctly
+
+* Mon Nov 21 2011 Michael Mraka <michael.mraka at redhat.com> 5.10.20-1
+- 627490 - fixed cross device symlink backup
+
+* Mon Oct 24 2011 Jan Pazdziora 5.10.19-1
+- 743121 - don't report differences containing invalid UTF-8
+  (mzazrivec at redhat.com)
+
+* Wed Oct 19 2011 Milan Zazrivec <mzazrivec at redhat.com> 5.10.18-1
+- 743424 - rhncfg-client diff: do not fail when not a valid symlink
+
+* Mon Oct 10 2011 Jan Pazdziora 5.10.17-1
+- 743424 - rhncfg-client diff: don't traceback on missing symlink
+  (mzazrivec at redhat.com)
+
+* Thu Sep 29 2011 Miroslav Suchý 5.10.16-1
+- add save_traceback even into this branch
+
+* Fri Sep 23 2011 Martin Minar <mminar at redhat.com> 5.10.15-1
+- Fix `rhncfg-client verify' traceback for missing symlinks
+  (Joshua.Roys at gtri.gatech.edu)
+
+* Thu Aug 18 2011 Michael Mraka <michael.mraka at redhat.com> 5.10.14-1
+- 731284 - is_selinux_enabled is not defined on RHEL4
+
+* Fri Aug 12 2011 Miroslav Suchý 5.10.13-1
+- add proto, server_name and server_list to local_config overrides
+- None has not iteritems() method
+
+* Thu Aug 11 2011 Miroslav Suchý 5.10.12-1
+- True and False constants are defined since python 2.4
+- do not mask original error by raise in execption
+
+* Thu Aug 04 2011 Jan Pazdziora 5.10.11-1
+- 508936 - rhn-actions-control honor the allowed-actions/scripts/run for remote
+  commands (mmello at redhat.com)
+
+* Mon Aug 01 2011 Miroslav Suchý 5.10.10-1
+- get server_name from config only if it was not set on command line
+- remove rhn_rpc.py
+
+* Fri Jul 15 2011 Miroslav Suchý 5.10.9-1
+- optparse is here since python 2.3 - remove optik (msuchy at redhat.com)
+
+* Thu Jun 16 2011 Jan Pazdziora 5.10.8-1
+- Creating the /var/spool/rhn in %build.
+
+* Thu Jun 16 2011 Jan Pazdziora 5.10.7-1
+- temp script file customizable dedicated directory (matteo.sessa at dbmsrl.com)
+
+* Tue May 31 2011 Jan Pazdziora 5.10.6-1
+- Fix python import (matteo.sessa at dbmsrl.com)
+
+* Tue May 10 2011 Jan Pazdziora 5.10.5-1
+- remove unused import, fix indentation and a minor typo (iartarisi at suse.cz)
+- fix usage documentation messages for topdir and dest-file (iartarisi at suse.cz)
+
+* Fri May 06 2011 Jan Pazdziora 5.10.4-1
+- 702524 - Fixed python traceback when deploying a file with permission set to
+  000 (mmello at redhat.com)
+
+* Fri Apr 29 2011 Jan Pazdziora 5.10.3-1
+- 699966 - added --ignore-missing option in rhncfg-manager to ignore missing
+  local files when adding or uploading files (mmello at redhat.com)
+
+* Fri Apr 15 2011 Jan Pazdziora 5.10.2-1
+- add missing directories to filelist (mc at suse.de)
+- build rhncfg build on SUSE (mc at suse.de)
+- 683200 - ca is now unicode, check for basestring, which is parent for both
+  str and unicode type (msuchy at redhat.com)
+- 683200 - set the protocol correctly (msuchy at redhat.com)
+- 683200 - server_name and server_list should contain just hostname, not url
+  (msuchy at redhat.com)
+- 683200 - if value is int ConfigParser fails with interpolation
+  (msuchy at redhat.com)
+- 683200 - variable %proto is not used in up2date_cfg (msuchy at redhat.com)
+- removing .rhncfgrc - it is not packed, probably forgotten for long time
+  (msuchy at redhat.com)
+- add () if you want to get result of function (msuchy at redhat.com)
+
+* Wed Apr 13 2011 Miroslav Suchý 5.10.1-1
+- bump up version (msuchy at redhat.com)
+
+* Wed Apr 13 2011 Miroslav Suchý 5.9.55-1
+- code cleanup
+* Wed Apr 13 2011 Miroslav Suchý 5.9.54-1
+- dead code - module up2date_config_parser is not used any more
+- dead code - get_up2date_config() is not used any more
+- 695723, 683200 - use up2date_client.config instead of own parser
+  (utils.get_up2date_config)
+
+* Mon Apr 11 2011 Michael Mraka <michael.mraka at redhat.com> 5.9.53-1
+- fixed moved imports
+- don't make link target absolute
+- 683264 - fixed extraneous directory creation via rhncfg-manager
+
 * Fri Apr 08 2011 Michael Mraka <michael.mraka at redhat.com> 5.9.52-1
 - fixed symlink deployment via rhn_check
 - 683264 - rootdir is / when called from rhn_check
diff --git a/sources b/sources
index 119ce1f..bf9a41c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1cd66136e856790226f8a258665a1fea  rhncfg-5.9.52.tar.gz
+e6e2b3c354b9d4ac19d10327f50ef174  rhncfg-5.10.24.tar.gz


More information about the scm-commits mailing list