[rhn-client-tools] Rebase to rhn-client-tools-1.4.16-1.fc15 in rawhide.

Miroslav Suchý msuchy at fedoraproject.org
Tue Apr 26 12:24:03 UTC 2011


commit 3be6840f4d99974efdc009a7bf5e00506fc7c937
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Tue Apr 26 14:23:51 2011 +0200

    Rebase to rhn-client-tools-1.4.16-1.fc15 in rawhide.

 .gitignore            |    1 +
 rhn-client-tools.spec |   95 ++++++++++++++++++++++++++++++++++++++++++++++---
 sources               |    2 +-
 3 files changed, 92 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0c8e649..5782730 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ rhn-client-tools-1.1.6.tar.gz
 /rhn-client-tools-1.1.15.tar.gz
 /rhn-client-tools-1.2.15.tar.gz
 /rhn-client-tools-1.3.12.tar.gz
+/rhn-client-tools-1.4.16.tar.gz
diff --git a/rhn-client-tools.spec b/rhn-client-tools.spec
index 08789e5..1453309 100644
--- a/rhn-client-tools.spec
+++ b/rhn-client-tools.spec
@@ -4,15 +4,15 @@ Group: System Environment/Base
 Source0: https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
 URL:     https://fedorahosted.org/spacewalk
 Name: rhn-client-tools
-Version: 1.3.12
-Release: 2%{?dist}
+Version: 1.4.16
+Release: 1%{?dist}
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 %if 0%{?suse_version}
 BuildRequires: update-desktop-files
 %endif
 
-Requires: rhnlib >= 2.5.20
+Requires: rhnlib >= 2.5.38
 Requires: rpm >= 4.2.3-24_nonptl
 Requires: rpm-python 
 %if 0%{?rhel} && 0%{?rhel} <= 5
@@ -32,6 +32,7 @@ Requires: hal >= 0.5.8.1-52
 Requires: newt
 Requires: python-dmidecode
 Requires: libxml2-python
+Requires: yum
 
 Conflicts: up2date < 5.0.0
 Conflicts: yum-rhn-plugin < 1.1.4-1
@@ -198,7 +199,9 @@ make -f Makefile.rhn-client-tools test
 %{_datadir}/rhn/up2date_client/up2dateAuth.*
 %{_datadir}/rhn/up2date_client/rpcServer.*
 %{_datadir}/rhn/up2date_client/rhnserver.*
+%{_datadir}/rhn/up2date_client/pkgUtils.*
 %{_datadir}/rhn/up2date_client/rpmUtils.*
+%{_datadir}/rhn/up2date_client/debUtils.*
 %{_datadir}/rhn/up2date_client/rhnPackageInfo.*
 %{_datadir}/rhn/up2date_client/rhnChannel.*
 %{_datadir}/rhn/up2date_client/rhnHardware.*
@@ -206,6 +209,7 @@ make -f Makefile.rhn-client-tools test
 %{_datadir}/rhn/up2date_client/clientCaps.*
 %{_datadir}/rhn/up2date_client/capabilities.*
 %{_datadir}/rhn/up2date_client/rhncli.*
+%{_datadir}/rhn/up2date_client/platform.*
 %{_datadir}/rhn/__init__.*
 
 %{_sbindir}/rhn-profile-sync
@@ -250,6 +254,7 @@ make -f Makefile.rhn-client-tools test
 %{_sbindir}/rhn-channel
 
 %{_datadir}/rhn/up2date_client/rhnreg.*
+%{_datadir}/rhn/up2date_client/yumPlugin.*
 %{_datadir}/rhn/up2date_client/tui.*
 %{_datadir}/rhn/up2date_client/rhnreg_constants.*
 
@@ -292,8 +297,88 @@ make -f Makefile.rhn-client-tools test
 %endif
 
 %changelog
-* Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.12-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+* Wed Apr 13 2011 Miroslav Suchý 1.4.16-1
+- fix typo in key "product" vs. "PRODUCT"
+
+* Fri Apr 08 2011 Miroslav Suchý 1.4.15-1
+- fix fr translation (msuchy at redhat.com)
+
+* Fri Apr 08 2011 Miroslav Suchý 1.4.14-1
+- Revert "idn_unicode_to_pune() have to return string" (msuchy at redhat.com)
+
+* Fri Apr 08 2011 Miroslav Suchý 1.4.13-1
+- update copyright years (msuchy at redhat.com)
+- download spacewalk.rhn-client-tools from Transifex (msuchy at redhat.com)
+
+* Wed Apr 06 2011 Simon Lukasik <slukasik at redhat.com> 1.4.12-1
+- Move code for enabling yum-rhn-plugin to separate module
+  (slukasik at redhat.com)
+- Extract method: setDebugVerbosity (slukasik at redhat.com)
+- Introduce pkgUtils as an abstraction of either debUtils or rpmUtils
+  (slukasik at redhat.com)
+- Introduce Debian equivalent of rpmUtils. (slukasik at redhat.com)
+- Removing packages.verifyAll capability; it was never used.
+  (slukasik at redhat.com)
+- OS information is platform dependent; introducing a platform interface.
+  (slukasik at redhat.com)
+- versionOverride applies only to version; moving to getVersion
+  (slukasik at redhat.com)
+- Updated unittests (slukasik at redhat.com)
+
+* Tue Apr 05 2011 Michael Mraka <michael.mraka at redhat.com> 1.4.11-1
+- idn_unicode_to_pune() has to return string
+
+* Mon Apr 04 2011 Michael Mraka <michael.mraka at redhat.com> 1.4.10-1
+- urlsplit returns tuple on RHEL5
+- 691188 - inherit SSLCertificateVerifyFailedError from RepoError
+
+* Wed Mar 30 2011 Miroslav Suchý 1.4.9-1
+- 683200 - support IDN
+- 691837 - default to RHN Classic in firstboot (mzazrivec at redhat.com)
+
+* Thu Mar 24 2011 Miroslav Suchý <msuchy at redhat.com> 1.4.8-1
+- utilize config.getServerlURL()
+- atomic save of /etc/sysconfig/rhn/up2date
+
+* Thu Mar 17 2011 Miroslav Suchý <msuchy at redhat.com> 1.4.7-1
+- 680124 - do not count cpu from /proc/cpuinfo, but use /sys/devices/system/cpu
+
+* Wed Mar 16 2011 Miroslav Suchý <msuchy at redhat.com> 1.4.6-1
+- 684245 - lookup of the subscription-manager page via localized title is
+  volatile, let's use its __module__ name. (jpazdziora at redhat.com)
+- 624748 - report virtual network interfaces (mzazrivec at redhat.com)
+
+* Fri Mar 11 2011 Miroslav Suchý <msuchy at redhat.com> 1.4.5-1
+- declare that we are using utf-8
+
+* Thu Mar 10 2011 Miroslav Suchý <msuchy at redhat.com> 1.4.4-1
+- 683546 - optparse isn't friendly to translations in unicode
+- update .po files
+- 679217 - mention subscription manager as alternative to rhn_register
+
+* Tue Mar 01 2011 Miroslav Suchý <msuchy at redhat.com> 1.4.3-1
+- Revert "provide path to puplet-screenshot.png" (msuchy at redhat.com)
+- 666860 - remove glade warnings (msuchy at redhat.com)
+- provide path to puplet-screenshot.png (msuchy at redhat.com)
+- move <accessibility> in front of <signal> (msuchy at redhat.com)
+- 580479 - do not let combo box to fill available space (msuchy at redhat.com)
+- 651792 - if system is not registered, print nice error insted of TB
+  (msuchy at redhat.com)
+- 651857 - fix typo in variable name (msuchy at redhat.com)
+- 671039 - do not Traceback if system was never registered (msuchy at redhat.com)
+
+* Wed Feb 16 2011 Miroslav Suchý <msuchy at redhat.com> 1.4.2-1
+- l10n: Updates to Russian (ru) translation (ypoyarko at fedoraproject.org)
+
+* Tue Feb 08 2011 Miroslav Suchý <msuchy at redhat.com> 1.4.1-1
+- fix typo
+- 671039 - add warning about subsription manager to TUI part of rhn_register
+- 671039 - add warning about subsription manager to GUI part of rhn_register
+- l10n: Updates to German (de) translation (delouw at fedoraproject.org)
+- 671041 - substitute RHN with "RHN Satellite or RHN Classic"
+- 671032 - disable rhnplugin by default and enable it only after successful
+  registration
+- Bumping package versions for 1.4 (tlestach at redhat.com)
 
 * Mon Jan 31 2011 Miroslav Suchý <msuchy at redhat.com> 1.3.12-1
 - cp firstboot/rhn_choose_channel.py firstboot-legacy-rhel5/
diff --git a/sources b/sources
index 29e9ba1..3e72d62 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-88efcf99e52d99d9322de333bf4d5ee8  rhn-client-tools-1.3.12.tar.gz
+8768feda4763042453fbb8d6e9bd570a  rhn-client-tools-1.4.16.tar.gz


More information about the scm-commits mailing list