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

Miroslav Suchý msuchy at fedoraproject.org
Fri Aug 13 16:38:26 UTC 2010


commit f0e6392962745fda637102a46da37e8945eb154a
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Fri Aug 13 18:38:13 2010 +0200

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

 .gitignore  |    1 +
 rhncfg.spec |   32 +++++++++++++++++++++++++++-----
 sources     |    2 +-
 3 files changed, 29 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fb6062c..6db2bdf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 rhncfg-5.9.22.tar.gz
+/rhncfg-5.9.27.tar.gz
diff --git a/rhncfg.spec b/rhncfg.spec
index 3a2a0af..2957a64 100644
--- a/rhncfg.spec
+++ b/rhncfg.spec
@@ -8,8 +8,8 @@ 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.22
-Release: 2%{?dist}
+Version: 5.9.27
+Release: 1%{?dist}
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 BuildRequires: docbook-utils
@@ -65,6 +65,7 @@ rm -rf $RPM_BUILD_ROOT
 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
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -72,6 +73,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(-,root,root,-)
 %{rhnroot}/config_common
+%{_sharedstatedir}/rhncfg/backups
 %doc LICENSE PYTHON-LICENSES.txt
 
 %files client
@@ -95,10 +97,30 @@ rm -rf $RPM_BUILD_ROOT
 %config(noreplace) %{client_caps_dir}/*
 %{_mandir}/man8/rhn-actions-control.8*
 
-# $Id: rhncfg.spec,v 1.3 2010/06/14 15:20:57 msuchy Exp $
+# $Id$
 %changelog
-* Wed Aug 11 2010 David Malcolm <dmalcolm at redhat.com> - 5.9.22-2
-- recompiling .py files against Python 2.7 (rhbz#623352)
+* 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
+
+* Tue Aug 03 2010 Partha Aji <paji at redhat.com> 5.9.26-1
+- Made the upload_channel and download_channel calls deal with symlinks
+  (paji at redhat.com)
+
+* Mon Aug 02 2010 Partha Aji <paji at redhat.com> 5.9.25-1
+- Added diff and get functionaliity for rhncfg-manager (paji at redhat.com)
+- Changes to rhncfg verify and diff to get symlinks working (paji at redhat.com)
+
+* Thu Jul 29 2010 Partha Aji <paji at redhat.com> 5.9.24-1
+- Made the diff in operation rhncfg client work with symlinks (paji at redhat.com)
+- Config Management schema update + ui + symlinks (paji at redhat.com)
+- Config Client changes to get symlinks to work (paji at redhat.com)
+- code style - whitespace expansion (msuchy at redhat.com)
+- code style - expand tabs to space (msuchy at redhat.com)
+- let declare that we own directory where rhncfg put backup files
+  (msuchy at redhat.com)
+
+* Tue Jul 20 2010 Miroslav Suchý <msuchy at redhat.com> 5.9.23-1
+- add parameter cache_only to all client actions (msuchy at redhat.com)
 
 * Wed May 19 2010 Michael Mraka <michael.mraka at redhat.com> 5.9.22-1
 - 593563 - fixed debug rutines according to checksum changes
diff --git a/sources b/sources
index e973eab..075d7cb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4871d294c6080b72401d5ed23807c89e  rhncfg-5.9.22.tar.gz
+b022035674867c62c49f63e3a0f94299  rhncfg-5.9.27.tar.gz


More information about the scm-commits mailing list