[rhn-client-tools] Rebase to rhn-client-tools-1.8.26-1.fc17 in rawhide.

Miroslav Suchý msuchy at fedoraproject.org
Fri Nov 2 10:29:03 UTC 2012


commit e63d55d4a96992a76674dc51e0433a0e9a2254b6
Author: Miroslav Suchý <msuchy at redhat.com>
Date:   Fri Nov 2 11:28:57 2012 +0100

    Rebase to rhn-client-tools-1.8.26-1.fc17 in rawhide.

 .gitignore            |    1 +
 rhn-client-tools.spec |  121 +++++++++++++++++++++++++++++++++++++++++++++----
 sources               |    2 +-
 3 files changed, 113 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3957b6a..fbb019d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ rhn-client-tools-1.1.6.tar.gz
 /rhn-client-tools-1.4.16.tar.gz
 /rhn-client-tools-1.6.46.tar.gz
 /rhn-client-tools-1.7.14.tar.gz
+/rhn-client-tools-1.8.26.tar.gz
diff --git a/rhn-client-tools.spec b/rhn-client-tools.spec
index 579e563..086772c 100644
--- a/rhn-client-tools.spec
+++ b/rhn-client-tools.spec
@@ -4,8 +4,8 @@ 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.7.14
-Release: 2%{?dist}
+Version: 1.8.26
+Release: 1%{?dist}
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
 %if 0%{?suse_version}
@@ -31,9 +31,13 @@ Requires: hal >= 0.5.8.1-52
 %endif
 %if 0%{?suse_version}
 Requires: python-newt
-%else
+%endif
+%if 0%{?rhel} == 5
 Requires: newt
 %endif
+%if 0%{?fedora} || 0%{?rhel} > 5
+Requires: newt-python
+%endif
 Requires: python-dmidecode
 %if 0%{?suse_version}
 Requires: zypper
@@ -46,7 +50,7 @@ Conflicts: yum-rhn-plugin < 1.6.4-1
 Conflicts: rhncfg < 5.9.23-1
 Conflicts: spacewalk-koan < 0.2.7-1
 Conflicts: rhn-kickstart < 5.4.3-1
-Conflicts: rhn-virtualization < 5.4.14-1
+Conflicts: rhn-virtualization < 5.4.36-2
 
 BuildRequires: python-devel
 BuildRequires: gettext
@@ -91,6 +95,12 @@ Group: System Environment/Base
 Requires: usermode >= 1.36
 Requires: %{name} = %{version}-%{release}
 Requires: rhnsd
+%if 0%{?rhel} == 5
+Requires: newt
+%endif
+%if 0%{?fedora} || 0%{?rhel} > 5
+Requires: newt-python
+%endif
 
 %description -n rhn-setup
 rhn-setup contains programs and utilities to configure a system to use
@@ -179,7 +189,6 @@ make -f Makefile.rhn-client-tools test
 %endif
 
 %files -f %{name}.lang
-%defattr(-,root,root,-)
 # some info about mirrors
 %doc doc/mirrors.txt 
 %doc doc/AUTHORS
@@ -233,7 +242,6 @@ make -f Makefile.rhn-client-tools test
 %{_datadir}/rhn/RHNS-CA-CERT
 
 %files -n rhn-check
-%defattr(-,root,root,-)
 %dir %{_datadir}/rhn/actions
 %{_mandir}/man8/rhn_check.8*
 
@@ -250,7 +258,6 @@ make -f Makefile.rhn-client-tools test
 %{_datadir}/rhn/actions/up2date_config.*
 
 %files -n rhn-setup
-%defattr(-,root,root,-)
 %{_mandir}/man8/rhnreg_ks.8*
 %{_mandir}/man8/rhn_register.8*
 %{_mandir}/man8/spacewalk-channel.8*
@@ -280,7 +287,6 @@ make -f Makefile.rhn-client-tools test
 %endif
 
 %files -n rhn-setup-gnome
-%defattr(-,root,root,-)
 %{_datadir}/rhn/up2date_client/messageWindow.*
 %{_datadir}/rhn/up2date_client/rhnregGui.*
 %{_datadir}/rhn/up2date_client/rh_register.glade
@@ -333,8 +339,103 @@ make -f Makefile.rhn-client-tools test
 %endif
 
 %changelog
-* Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.14-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+* Tue Oct 30 2012 Michael Mraka <michael.mraka at redhat.com> 1.8.26-1
+- check CA cert files only when needed
+
+* Tue Oct 30 2012 Jan Pazdziora 1.8.25-1
+- Update the copyright year.
+- Update .po and .pot files for rhn-client-tools.
+- New translations from Transifex for rhn-client-tools.
+- Download translations from Transifex for rhn-client-tools.
+
+* Wed Oct 24 2012 Stephen Herr <sherr at redhat.com> 1.8.24-1
+- 869814 - removing firstboot and RHN Hosted integration from rhn-client-tools
+
+* Thu Sep 27 2012 Stephen Herr <sherr at redhat.com> 1.8.23-1
+- 855992 - fix typo in urlunsplit method call
+
+* Wed Sep 26 2012 Jan Pazdziora 1.8.22-1
+- 859281 - translatable strings
+- 859281 - rhn-channel: new option to list base channel of a system
+
+* Mon Sep 17 2012 Jan Pazdziora 1.8.21-1
+- 823551 - fixing problem with firstboot
+- 823551 - gui and text changes for firstboot and rhn_register
+- 810389 - rhn_register / firstboot gui minor updates
+- 810315 - New "updates availabe" screenshot for firstboot
+- 851657 - polish registration strings
+- 855992 - make rhn-channel smart enough to use proxy if configured
+- 855883 - rhn_check: use gettext correctly when needed
+
+* Mon Sep 10 2012 Jan Pazdziora 1.8.20-1
+- 786422 - fixing typo in rhn_register tui
+
+* Thu Aug 30 2012 Miroslav Suchý <msuchy at redhat.com> 1.8.19-1
+- workaround missing python-ethtool
+
+* Thu Aug 02 2012 Michael Mraka <michael.mraka at redhat.com> 1.8.18-1
+- registerUser is dead since b27c6ad4b90a6c4c3f970fc0f8faefae7c134c9c
+
+* Mon Jul 30 2012 Michael Mraka <michael.mraka at redhat.com> 1.8.17-1
+- removed dead code
+
+* Tue Jul 24 2012 Stephen Herr <sherr at redhat.com> 1.8.16-1
+- 842836 - Make multi-line lists in conf files parse correctly
+
+* Wed Jul 18 2012 Jan Pazdziora 1.8.15-1
+- Update rhn_check to send abrt data to the server
+
+* Fri Jul 13 2012 Jan Pazdziora 1.8.14-1
+- 771749 - if the exception is <type 'instance'>, just plain if will fail.
+
+* Thu Jul 12 2012 Stephen Herr <sherr at redhat.com> 1.8.13-1
+- 839776 - rhn-profile-sync exits with status 1 if libvirtd is not running
+
+* Tue Jul 10 2012 Michael Mraka <michael.mraka at redhat.com> 1.8.12-1
+- Add missing space to log message
+- Fix missing exception scope
+
+* Mon Jul 09 2012 Michael Mraka <michael.mraka at redhat.com> 1.8.11-1
+- Fix typo in 'Fatal error in Python code occured'
+
+* Wed Jul 04 2012 Miroslav Suchý <msuchy at redhat.com> 1.8.10-1
+- read memory information even on kernels 3.x
+
+* Sat Jun 16 2012 Miroslav Suchý <msuchy at redhat.com> 1.8.9-1
+- allow to set value on Debian
+
+* Sat Jun 16 2012 Miroslav Suchý <msuchy at redhat.com> 1.8.8-1
+- workaround problem on suse and debian where you inherit from two same classes
+
+* Sat Jun 16 2012 Miroslav Suchý 1.8.7-1
+- allow linking against openssl (msuchy at redhat.com)
+
+* Fri Jun 15 2012 Miroslav Suchý <msuchy at redhat.com> 1.8.6-1
+- on Debian use Debian logo
+
+* Fri Jun 15 2012 Miroslav Suchý 1.8.5-1
+- fix files header, filese are not released under GPLv2+ but only GPLv2
+- fix files headers. our code is under gplv2 license
+- %%defattr is not needed since rpm 4.4
+
+* Wed May 02 2012 Milan Zazrivec <mzazrivec at redhat.com> 1.8.4-1
+- 816199 - fix package dependency on newt
+
+* Wed Apr 25 2012 Milan Zazrivec <mzazrivec at redhat.com> 1.8.3-1
+- 816199 - include package dependency on newt
+
+* Tue Apr 03 2012 Jan Pazdziora 1.8.2-1
+- 804559 - not all msgs are CommunicationError objects (mzazrivec at redhat.com)
+- 804559 - correct string catenation (mzazrivec at redhat.com)
+
+* Fri Mar 09 2012 Miroslav Suchý 1.8.1-1
+- fix typo in man page
+- 772070 - classic hosted alignment is no longer needed (mzazrivec at redhat.com)
+- 772070 - firstboot gui re-design (mzazrivec at redhat.com)
+- 772070 - correct button text (mzazrivec at redhat.com)
+- 772070 - new title for "cannot contact server" dialog (mzazrivec at redhat.com)
+- 799926 - correct path to rhsm's certlib (mzazrivec at redhat.com)
+- Bumping package versions for 1.8. (jpazdziora at redhat.com)
 
 * Fri Mar 02 2012 Jan Pazdziora 1.7.14-1
 - Update the copyright year info.
diff --git a/sources b/sources
index 91bd73b..c011ff9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-98f36ff0af32adcd37b2415c69374259  rhn-client-tools-1.7.14.tar.gz
+41907ef42e87a953c7f4c43dac71043f  rhn-client-tools-1.8.26.tar.gz


More information about the scm-commits mailing list