[rhncfg] Rebase to rhncfg-5.10.43-1.fc18 in rawhide.

Miroslav Suchý msuchy at fedoraproject.org
Wed Mar 6 15:23:18 UTC 2013


commit ebebcaffffdc04f1b9c523e39013caf08f4f3364
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Wed Mar 6 16:23:13 2013 +0100

    Rebase to rhncfg-5.10.43-1.fc18 in rawhide.

 .gitignore  |    1 +
 rhncfg.spec |   40 +++++++++++++++++++++++++++++++++++-----
 sources     |    2 +-
 3 files changed, 37 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 34f29bf..0ff643a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@ rhncfg-5.9.22.tar.gz
 /rhncfg-5.10.24.tar.gz
 /rhncfg-5.10.27.tar.gz
 /rhncfg-5.10.36.tar.gz
+/rhncfg-5.10.43.tar.gz
diff --git a/rhncfg.spec b/rhncfg.spec
index 76bb8f4..33a3c0c 100644
--- a/rhncfg.spec
+++ b/rhncfg.spec
@@ -8,15 +8,26 @@ 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.36
-Release: 2%{?dist}
+Version: 5.10.43
+Release: 1%{?dist}
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 BuildRequires: docbook-utils
 BuildRequires: python
 Requires: python
 Requires: rhnlib
+%if 0%{?el5}
+Requires: rhn-client-tools >= 0.4.20-86
+%else
+%if 0%{?el6}
+Requires: rhn-client-tools >= 1.0.0-51
+%else 
+# who knows what version we need? Let's just hope it's up to date enough.
 Requires: rhn-client-tools
+%endif
+%endif
+
+Requires: spacewalk-backend-libs >= 1.3.32-1
 %if 0%{?suse_version}
 # provide rhn directories and no selinux on suse
 BuildRequires: rhn-client-tools
@@ -31,7 +42,6 @@ The base libraries and functions needed by all rhncfg-* packages.
 Summary: Red Hat Network Configuration Client
 Group:   Applications/System
 Requires: %{name} = %{version}-%{release}
-Requires: spacewalk-backend-libs >= 1.3.32-1
 
 %description client
 A command line interface to the client features of the RHN Configuration
@@ -112,8 +122,28 @@ fi
 
 # $Id$
 %changelog
-* Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 5.10.36-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+* Tue Feb 12 2013 Michael Mraka <michael.mraka at redhat.com> 5.10.43-1
+- cleanup old accidentaly commited eclipse project files
+
+* Wed Feb 06 2013 Stephen Herr <sherr at redhat.com> 5.10.42-1
+- 908011 - make rhncfg depend on correct version of rhn-client-tools for RHEL
+- 908011 - make rhncfg depend on newer rhn-client-tools
+
+* Mon Feb 04 2013 Jan Pazdziora 5.10.41-1
+- 856608 - moved rhncfg dependency on spacewalk-backend-libs to base package
+  All sub-packages now require it
+
+* Mon Jan 28 2013 Stephen Herr <sherr at redhat.com> 5.10.40-1
+- 903534 - Web UI config diff always shows 'binary files differ'
+
+* Fri Nov 30 2012 Jan Pazdziora 5.10.39-1
+- 879299 - statinfo needs to be defined even if file does not exist
+
+* Tue Nov 20 2012 Stephen Herr <sherr at redhat.com> 5.10.38-1
+- 878216 - fixing typo in manpage
+
+* Tue Nov 20 2012 Stephen Herr <sherr at redhat.com> 5.10.37-1
+- 878216 - make rhncfg diff output configurable
 
 * Tue Oct 30 2012 Jan Pazdziora 5.10.36-1
 - Update the copyright year.
diff --git a/sources b/sources
index 9f5ca8f..0b083f0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4b90910695a87e09769ef7689a8764ce  rhncfg-5.10.36.tar.gz
+685d3d86c54ce5756b9413b60734d68a  rhncfg-5.10.43.tar.gz


More information about the scm-commits mailing list