[rhncfg] Rebase to rhncfg-5.10.55-1.fc19 in rawhide.

Miroslav Suchý msuchy at fedoraproject.org
Mon Jul 22 07:37:12 UTC 2013


commit 2962d5f727511baeaaaf3b745a6ad72f3a9236db
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Mon Jul 22 09:36:59 2013 +0200

    Rebase to rhncfg-5.10.55-1.fc19 in rawhide.

 .gitignore  |    1 +
 rhncfg.spec |  174 +++++++++++++++++------------------------------------------
 sources     |    2 +-
 3 files changed, 51 insertions(+), 126 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0ff643a..bd98041 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ rhncfg-5.9.22.tar.gz
 /rhncfg-5.10.27.tar.gz
 /rhncfg-5.10.36.tar.gz
 /rhncfg-5.10.43.tar.gz
+/rhncfg-5.10.55.tar.gz
diff --git a/rhncfg.spec b/rhncfg.spec
index 33a3c0c..5061d55 100644
--- a/rhncfg.spec
+++ b/rhncfg.spec
@@ -3,12 +3,12 @@
 %global client_caps_dir %{rhnconf}/clientCaps.d
 
 Name: rhncfg
-Summary: Red Hat Network Configuration Client Libraries
+Summary: Spacewalk Configuration Client Libraries
 Group:   Applications/System
 License: GPLv2
 URL:     https://fedorahosted.org/spacewalk
 Source0: https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
-Version: 5.10.43
+Version: 5.10.55
 Release: 1%{?dist}
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
@@ -21,7 +21,7 @@ Requires: rhn-client-tools >= 0.4.20-86
 %else
 %if 0%{?el6}
 Requires: rhn-client-tools >= 1.0.0-51
-%else 
+%else
 # who knows what version we need? Let's just hope it's up to date enough.
 Requires: rhn-client-tools
 %endif
@@ -35,35 +35,34 @@ BuildRequires: rhn-client-tools
 Requires: libselinux-python
 %endif
 
-%description 
+%description
 The base libraries and functions needed by all rhncfg-* packages.
 
 %package client
-Summary: Red Hat Network Configuration Client
+Summary: Spacewalk Configuration Client
 Group:   Applications/System
 Requires: %{name} = %{version}-%{release}
 
 %description client
 A command line interface to the client features of the RHN Configuration
-Management system. 
+Management system.
 
 %package management
-Summary: Red Hat Network Configuration Management Client
+Summary: Spacewalk Configuration Management Client
 Group:   Applications/System
 Requires: %{name} = %{version}-%{release}
 
 %description management
-A command line interface used to manage RHN configuration.
+A command line interface used to manage Spacewalk configuration.
 
 %package actions
-Summary: Red Hat Network Configuration Client Actions
+Summary: Spacewalk Configuration Client Actions
 Group:   Applications/System
 Requires: %{name} = %{version}-%{release}
 Requires: %{name}-client
 
 %description actions
-The code required to run configuration actions scheduled via the RHN website or
-RHN Satellite or Spacewalk.
+The code required to run configuration actions scheduled via the RHN Classic website or Red Hat Satellite or Spacewalk.
 
 %prep
 %setup -q
@@ -122,6 +121,45 @@ fi
 
 # $Id$
 %changelog
+* Wed Jul 17 2013 Tomas Kasparek <tkasparek at redhat.com> 5.10.55-1
+- updating copyright years
+
+* Wed Jun 26 2013 Dimitar Yordanov <dyordano at redhat.com> 5.10.54-1
+- 918034 - rhncfg-* --server-name now overwrites rhncfg-*.conf
+
+* Thu Jun 20 2013 Matej Kollar <mkollar at redhat.com> 5.10.53-1
+- Fix and simplyfy deci_to_octal conversion
+
+* Wed Jun 19 2013 Jan Dobes 5.10.52-1
+- 957506 - unicode support for Remote Command scripts
+
+* Tue Jun 18 2013 Dimitar Yordanov <dyordano at redhat.com> 5.10.51-1
+- 918036 - RFE - rhncfg-manager supports --username and --password from CLI
+
+* Mon Jun 17 2013 Michael Mraka <michael.mraka at redhat.com> 5.10.50-1
+- branding fixes in man pages
+- more branding cleanup
+
+* Mon Jun 17 2013 Tomas Kasparek <tkasparek at redhat.com> 5.10.49-1
+- rebranding few more strings in client stuff
+
+* Wed Jun 12 2013 Tomas Kasparek <tkasparek at redhat.com> 5.10.48-1
+- rebranding RHN Satellite to Red Hat Satellite in client stuff
+
+* Tue May 21 2013 Tomas Kasparek <tkasparek at redhat.com> 5.10.47-1
+- branding clean-up of client tools
+
+* Fri Apr 12 2013 Grant Gainey 5.10.46-1
+- 951243 - Let remote-cmds log to the local machine in addition to sending
+  results back to SW
+
+* Tue Apr 09 2013 Stephen Herr <sherr at redhat.com> 5.10.45-1
+- 947639 - make rhncfg less stupid
+
+* Thu Apr 04 2013 Stephen Herr <sherr at redhat.com> 5.10.44-1
+- 948605 - make diffs initiated from Satellite obey display_diff config option
+- Purging %%changelog entries preceding Spacewalk 1.0, in active packages.
+
 * Tue Feb 12 2013 Michael Mraka <michael.mraka at redhat.com> 5.10.43-1
 - cleanup old accidentaly commited eclipse project files
 
@@ -456,117 +494,3 @@ fi
 - Add selinux output to rhncfg-client verify
 - 566664 - handle null SELinux contexts in config uploads
 
-* Thu Feb 04 2010 Michael Mraka <michael.mraka at redhat.com> 5.9.18-1
-- updated copyrights
-
-* Fri Jan 29 2010 Michael Mraka <michael.mraka at redhat.com> 5.9.17-1
-- fixed the sha module is deprecated
-
-* Wed Jan 27 2010 Miroslav Suchy <msuchy at redhat.com> 5.9.16-1
-- replaced popen2 with subprocess in client (michael.mraka at redhat.com)
-
-* Thu Jan 14 2010 Tomas Lestach <tlestach at redhat.com> 5.9.15-1
-- 552757 - temp file creation changed (tlestach at redhat.com)
-
-* Wed Nov 18 2009 Miroslav Suchy <msuchy at redhat.com> 5.9.14-1
-- 491088 - Polish the spec according Fedora Packaging Guidelines
-
-* Tue Nov 17 2009 Miroslav Suchy <msuchy at redhat.com> 5.9.13-1
-- 491088 - Polish the spec according Fedora Packaging Guidelines
-
-* Tue Oct 27 2009 Miroslav Suchy <msuchy at redhat.com> 5.9.11-1
-- Diff SELinux contexts (joshua.roys at gtri.gatech.edu)
-
-* Wed Sep 02 2009 Michael Mraka <michael.mraka at redhat.com> 5.9.10-1
-- Add symlink capability to config management (joshua.roys at gtri.gatech.edu)
-- 519195 - fix typos in rhncfg-manager manual page
-
-* Thu Aug 20 2009 Miroslav Suchy <msuchy at redhat.com> 5.9.9-1
-- fix an ISE relating to config management w/selinux
-
-* Tue Aug 11 2009 Pradeep Kilambi <pkilambi at redhat.com> 5.9.8-1
-- 516889 - adding rhncfgcli_elist module to makefile
-
-* Wed Aug 05 2009 Pradeep Kilambi <pkilambi at redhat.com> 5.9.7-1
-- bugfix patch on selinux config file deploy (joshua.roys at gtri.gatech.edu)
-- Patch: Selinux Context support for config files (joshua.roys at gtri.gatech.edu)
-
-* Wed Apr 22 2009 jesus m. rodriguez <jesusr at redhat.com> 5.9.6-1
-- handle orphaned GID's the same way as orphaned UID's (maxim at wzzrd.com)
-- update copyright and licenses (jesusr at redhat.com)
-
-* Thu Mar 26 2009 jesus m. rodriguez <jesusr at redhat.com> 5.9.5-1
-- 430885 - gracefuly ignore dir diffs instead of treating them as missing files
-
-* Tue Mar 17 2009 Miroslav Suchy <msuchy at redhat.com> 5.9.4-1
-- Polish the spec according Fedora Packaging Guidelines
-
-* Wed Feb 18 2009 Pradeep Kilambi <pkilambi at redhat.com> 5.9.3-1
-- Applying patch for exclude files for rhncfg get call
-
-* Thu Feb 12 2009 jesus m. rodriguez <jesusr at redhat.com> 5.9.2-1
-- replace "!#/usr/bin/env python" with "!#/usr/bin/python"
-
-* Thu Jan 22 2009 Michael Mraka <michael.mraka at redhat.com> 5.9.1-1
-- resolved #428721 - bumped version
-
-* Thu Jan 15 2009 Pradeep Kilambi <pkilambi at redhat.com> - 0.4.2-1
-- BZ#476562 Extended list(elist) option for rhncfg
-
-* Thu Oct 16 2008 Michael Mraka <michael.mraka at redhat.com> 0.3.1-1
-- BZ#428721 - fixes filemode and ownership
-
-* Tue Sep  2 2008 Milan Zazrivec 0.2.1-1
-- Renamed Makefile to Makefile.rhncfg
-
-* Mon Oct 01 2007 Pradeep Kilambi <pkilambi at redhat.com> - 5.1.0-2
-- BZ#240513: fixes wrong umask issue
-
-* Tue Sep 25 2007 Pradeep Kilambi <pkilambi at redhat.com> - 5.1.0-1
-- rev build
-
-* Wed Mar 07 2007 Pradeep Kilambi <pkilambi at redhat.com> - 5.0.2-2
-- rev build
-* Tue Feb 20 2007 James Bowes <jbowes at redhat.com> - 5.0.1-1
-- Add dist tag.
-
-* Tue Dec 19 2006 James Bowes <jbowes at redhat.com>
-- Drastically reduce memory usage for configfiles.mtime_upload
-  (and probably others).
-
-* Thu Jun 23 2005 Nick Hansen <nhansen at redhat.com>: 4.0.0-18
-- BZ#154746: make rhncfg-client diff work on solaris boxes
-  BZ#160559:  Changed the way repositories are instantiated so 
-  that the networking stuff won't get set up if --help is used with a mode.
-
-* Wed Jun 15 2005 Nick Hansen <nhansen at redhat.com>: 4.0-16
-- BZ#140501: catch outage mode message and report it nicely. 
-
-* Fri May 20 2005 John Wregglesworth <wregglej at redhat.com>: 4.0-9
-- Fixing True/False to work on AS 2.1
-
-* Fri May 13 2005 Nick Hansen <nhansen at redhat.com>: 4.0-8
-- BZ#156618: fix client capabilities list that is sent to the server
-
-* Fri Apr 29 2005 Nick Hansen <nhansen at redhat.com>
-- adding rhn-actions-control script to actions package
-
-* Fri Jun 04 2004 Bret McMillan <bretm at redhat.com>
-- many bug fixes
-- removed dependencies on rhns-config-libs
-
-* Mon Jan 20 2004 Todd Warner <taw at redhat.com>
-- rhncfg-{client,manager} man pages added
-
-* Mon Nov 24 2003 Mihai Ibanescu <misa at redhat.com>
-- Added virtual provides
-- Added client capabilities for actions
-
-* Fri Nov 14 2003 Mihai Ibanescu <misa at redhat.com>
-- Added default config files
-
-* Fri Sep 12 2003 Mihai Ibanescu <misa at redhat.com>
-- Requires rhnlib
-
-* Mon Sep  8 2003 Mihai Ibanescu <misa at redhat.com>
-- Initial build
diff --git a/sources b/sources
index 0b083f0..a71911e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-685d3d86c54ce5756b9413b60734d68a  rhncfg-5.10.43.tar.gz
+12dd23f2ecf3cf5de4bab1819cb3a17a  rhncfg-5.10.55.tar.gz


More information about the scm-commits mailing list