rpms/rhn-client-tools/devel .cvsignore, 1.6, 1.7 import.log, 1.5, 1.6 rhn-client-tools.spec, 1.5, 1.6 sources, 1.6, 1.7

Miroslav Suchý msuchy at fedoraproject.org
Mon Jun 14 15:03:05 UTC 2010


Author: msuchy

Update of /cvs/pkgs/rpms/rhn-client-tools/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv23789/devel

Modified Files:
	.cvsignore import.log rhn-client-tools.spec sources 
Log Message:
Rebase to rhn-client-tools-1.1.6-1.el6.src.rpm in rawhide.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rhn-client-tools/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- .cvsignore	17 Feb 2010 10:10:46 -0000	1.6
+++ .cvsignore	14 Jun 2010 15:03:05 -0000	1.7
@@ -1 +1 @@
-rhn-client-tools-0.9.2.tar.gz
+rhn-client-tools-1.1.6.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/rhn-client-tools/devel/import.log,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- import.log	17 Feb 2010 10:10:46 -0000	1.5
+++ import.log	14 Jun 2010 15:03:05 -0000	1.6
@@ -3,3 +3,4 @@ rhn-client-tools-0_7_4-1:HEAD:rhn-client
 rhn-client-tools-0_8_12-1_el6:HEAD:rhn-client-tools-0.8.12-1.el6.src.rpm:1265890779
 rhn-client-tools-0_9_1-1_el6:HEAD:rhn-client-tools-0.9.1-1.el6.src.rpm:1266399386
 rhn-client-tools-0_9_2-1_el6:HEAD:rhn-client-tools-0.9.2-1.el6.src.rpm:1266401389
+rhn-client-tools-1_1_6-1_el6:HEAD:rhn-client-tools-1.1.6-1.el6.src.rpm:1276527723


Index: rhn-client-tools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rhn-client-tools/devel/rhn-client-tools.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- rhn-client-tools.spec	17 Feb 2010 10:10:46 -0000	1.5
+++ rhn-client-tools.spec	14 Jun 2010 15:03:05 -0000	1.6
@@ -4,7 +4,7 @@ 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: 0.9.2
+Version: 1.1.6
 Release: 1%{?dist}
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
@@ -19,7 +19,12 @@ Requires: python-ethtool
 Requires: gnupg
 Requires: sh-utils
 Requires: dbus-python
+%if 0%{?fedora} > 12 || 0%{?rhel} > 5
+Requires: python-gudev
+Requires: hwdata
+%else
 Requires: hal >= 0.5.8.1-52
+%endif
 Requires: newt
 Requires: python-dmidecode
 Requires: libxml2-python
@@ -91,6 +96,8 @@ rm -rf $RPM_BUILD_ROOT
 make -f Makefile.rhn-client-tools install VERSION=%{version}-%{release} PREFIX=$RPM_BUILD_ROOT MANPATH=%{_mandir}
 
 mkdir -p $RPM_BUILD_ROOT/var/lib/up2date
+mkdir -pm700 $RPM_BUILD_ROOT%{_localstatedir}/spool/up2date
+touch $RPM_BUILD_ROOT%{_localstatedir}/spool/up2date/loginAuth.pkl
 
 desktop-file-install --dir=${RPM_BUILD_ROOT}%{_datadir}/applications --vendor=rhn rhn_register.desktop
 %if 0%{?suse_version}
@@ -99,6 +106,9 @@ desktop-file-install --dir=${RPM_BUILD_R
 
 %find_lang %{name}
 
+%post
+rm -f %{_localstatedir}/spool/up2date/loginAuth.pkl
+
 %post -n rhn-setup-gnome
 touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
 
@@ -143,12 +153,13 @@ make -f Makefile.rhn-client-tools test
 # dirs
 %dir %{_datadir}/rhn
 %dir %{_datadir}/rhn/up2date_client
+%dir %{_localstatedir}/spool/up2date
 
 #files
 %{_datadir}/rhn/up2date_client/__init__.*
 %{_datadir}/rhn/up2date_client/config.*
 %{_datadir}/rhn/up2date_client/haltree.*
-%{_datadir}/rhn/up2date_client/hardware.*
+%{_datadir}/rhn/up2date_client/hardware*
 %{_datadir}/rhn/up2date_client/up2dateUtils.*
 %{_datadir}/rhn/up2date_client/up2dateLog.*
 %{_datadir}/rhn/up2date_client/up2dateErrors.*
@@ -167,6 +178,8 @@ make -f Makefile.rhn-client-tools test
 
 %{_sbindir}/rhn-profile-sync
 
+%ghost %attr(600,root,root) %verify(not md5 size mtime) %{_localstatedir}/spool/up2date/loginAuth.pkl
+
 #public keys and certificates
 %{_datadir}/rhn/RHNS-CA-CERT
 
@@ -209,14 +222,12 @@ make -f Makefile.rhn-client-tools test
 
 # firstboot is smart enough now to skip these modules
 # if the modules say to
-%{_datadir}/firstboot/modules/rhn_activate_gui.*
 %{_datadir}/firstboot/modules/rhn_login_gui.*
 %{_datadir}/firstboot/modules/rhn_register_firstboot_gui_window.*
 %{_datadir}/firstboot/modules/rhn_start_gui.*
 %{_datadir}/firstboot/modules/rhn_choose_server_gui.*
 %{_datadir}/firstboot/modules/rhn_provide_certificate_gui.*
 %{_datadir}/firstboot/modules/rhn_create_profile_gui.*
-%{_datadir}/firstboot/modules/rhn_choose_org_gui.*
 %{_datadir}/firstboot/modules/rhn_review_gui.*
 %{_datadir}/firstboot/modules/rhn_finish_gui.*
 
@@ -235,6 +246,67 @@ make -f Makefile.rhn-client-tools test
 %{_datadir}/applications/rhn_register.desktop
 
 %changelog
+* Wed May 05 2010 Jan Pazdziora 1.1.3-1
+- 589100 - address issue when clients were not able to register to the server.
+
+* Thu Apr 29 2010 Miroslav Suchý <msuchy at redhat.com> 1.1.2-1
+- 585386 - do not fail if file do not exist
+- bump up version
+
+* Wed Apr 28 2010 Miroslav Suchý <msuchy at redhat.com> 1.0.1-1
+- 585386 - set properly acl for /var/spool/up2date/loginAuth.pkl
+- make read_cpuinfo() more readable
+
+* Thu Apr 08 2010 Jan Pazdziora 1.0.0-1
+- Bumping up version to 1.0.0.
+
+* Fri Apr 02 2010 Jan Pazdziora 0.9.13-1
+- Fixes to previous cleanup.
+
+* Fri Apr 02 2010 Jan Pazdziora 0.9.12-1
+- Code cleanup.
+- Remove the installation number support in GUI.
+
+* Wed Mar 31 2010 Jan Pazdziora 0.9.11-1
+- Make sure activate_hardware_info is called before available_eus_channels.
+
+* Wed Mar 31 2010 Jan Pazdziora 0.9.10-1
+- Code cleanup.
+- Remove installation number activation.
+
+* Mon Mar 29 2010 Jan Pazdziora 0.9.9-1
+- Code cleanup.
+- Add back invocation of _activate_hardware, for hosted.
+- Use /etc/sysconfig/rhn/hw-activation-code for the hardware activation code.
+
+* Fri Mar 26 2010 Jan Pazdziora 0.9.8-1
+- Check the capability in cfg (uses cached value).
+- Remove --email and --subscription options from rhnreg_ks.
+- No longer use rhnreg.reserveUser nor rhnreg.registerUser in rhnreg_ks.
+
+* Thu Mar 25 2010 Jan Pazdziora 0.9.7-1
+- Code cleanup.
+- 575127 - fix typo in dmidecode key (msuchy at redhat.com)
+- Changing the default networkRetries from 5 to 1 (so no retries).
+- do not use reserved word type (msuchy at redhat.com)
+- remove dead code (msuchy at redhat.com)
+- group test on subsystem together, to create more readable code
+  (msuchy at redhat.com)
+
+* Tue Mar 23 2010 Miroslav Suchy <msuchy at redhat.com> 0.9.6-1
+- 564352 - try to get from udev as much hw info as possible
+
+* Mon Mar 22 2010 Miroslav Suchy <msuchy at redhat.com> 0.9.5-1
+- 564352 - use gudev instead of hal if gudev is present
+
+* Mon Mar 01 2010 Michael Mraka <michael.mraka at redhat.com> 0.9.4-1
+- added new CA key valid until 2020
+- 567901 - fix input of user name
+
+* Fri Feb 19 2010 Jan Pazdziora 0.9.3-1
+- Move the logging of XMLRPC calls down to up2date_client/rpcServer
+- Cleanup of unused code
+
 * Wed Feb 17 2010 Miroslav Suchy <msuchy at redhat.com> 0.9.2-1
 - 564491 - package should be noarch
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rhn-client-tools/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- sources	17 Feb 2010 10:10:46 -0000	1.6
+++ sources	14 Jun 2010 15:03:05 -0000	1.7
@@ -1 +1 @@
-89e23dad52f0f73be4ed97c7e076fba9  rhn-client-tools-0.9.2.tar.gz
+62756bcbb9346a60ea220f08c3584ffe  rhn-client-tools-1.1.6.tar.gz



More information about the scm-commits mailing list