rpms/rhn-client-tools/devel .cvsignore, 1.3, 1.4 import.log, 1.2, 1.3 rhn-client-tools.spec, 1.2, 1.3 sources, 1.3, 1.4

Miroslav Suchý msuchy at fedoraproject.org
Thu Feb 11 12:23:21 UTC 2010


Author: msuchy

Update of /cvs/pkgs/rpms/rhn-client-tools/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2922/devel

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


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/rhn-client-tools/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	5 Oct 2009 07:36:27 -0000	1.3
+++ .cvsignore	11 Feb 2010 12:23:21 -0000	1.4
@@ -1 +1 @@
-rhn-client-tools-0.7.4.tar.gz
+rhn-client-tools-0.8.12.tar.gz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/rhn-client-tools/devel/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	5 Oct 2009 07:36:27 -0000	1.2
+++ import.log	11 Feb 2010 12:23:21 -0000	1.3
@@ -1,2 +1,3 @@
 rhn-client-tools-0_7_3-1:HEAD:rhn-client-tools-0.7.3-1.src.rpm:1253630821
 rhn-client-tools-0_7_4-1:HEAD:rhn-client-tools-0.7.4-1.src.rpm:1254727705
+rhn-client-tools-0_8_12-1_el6:HEAD:rhn-client-tools-0.8.12-1.el6.src.rpm:1265890779


Index: rhn-client-tools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/rhn-client-tools/devel/rhn-client-tools.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- rhn-client-tools.spec	5 Oct 2009 07:36:27 -0000	1.2
+++ rhn-client-tools.spec	11 Feb 2010 12:23:21 -0000	1.3
@@ -4,20 +4,26 @@ 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.7.4
+Version: 0.8.12
 Release: 1%{?dist}
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+%if 0%{?suse_version: %{suse_version} > 1000} 
+%{!?suse_version:1}
 BuildArch: noarch
+BuildRequires: update-desktop-files
+%endif
 
-Requires: rhnlib >= 2.2.7
+Requires: rhnlib >= 2.5.20
 Requires: rpm >= 4.2.3-24_nonptl
 Requires: rpm-python 
 Requires: python-ethtool
 Requires: gnupg
 Requires: sh-utils
 Requires: dbus-python
-Requires: hal
+Requires: hal >= 0.5.8.1-52
 Requires: newt
+Requires: python-dmidecode
+Requires: libxml2-python
 
 Conflicts: up2date < 5.0.0
 
@@ -79,6 +85,9 @@ make -f Makefile.rhn-client-tools instal
 mkdir -p $RPM_BUILD_ROOT/var/lib/up2date
 
 desktop-file-install --dir=${RPM_BUILD_ROOT}%{_datadir}/applications --vendor=rhn rhn_register.desktop
+%if 0%{?suse_version}
+%suse_update_desktop_file rhn_register System
+%endif
 
 %find_lang %{name}
 
@@ -144,8 +153,6 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/rhn/up2date_client/clientCaps.*
 %{_datadir}/rhn/up2date_client/capabilities.*
 %{_datadir}/rhn/up2date_client/rhncli.*
-%{_datadir}/rhn/up2date_client/rhn_fcntl.*
-%{_datadir}/rhn/up2date_client/rhnLockfile.*
 %{_datadir}/rhn/__init__.*
 
 %{_sbindir}/rhn-profile-sync
@@ -175,6 +182,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %{_mandir}/man8/rhnreg_ks.8*
 %{_mandir}/man8/rhn_register.8*
+%{_mandir}/man8/spacewalk-channel.8*
 
 %config(noreplace) %{_sysconfdir}/security/console.apps/rhn_register
 %config(noreplace) %{_sysconfdir}/pam.d/rhn_register
@@ -182,6 +190,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/rhn_register
 %{_sbindir}/rhn_register
 %{_sbindir}/rhnreg_ks
+%{_sbindir}/spacewalk-channel
+%{_sbindir}/rhn-channel
 
 %{_datadir}/rhn/up2date_client/rhnreg.*
 %{_datadir}/rhn/up2date_client/tui.*
@@ -215,6 +225,68 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/applications/rhn_register.desktop
 
 %changelog
+* Fri Feb  5 2010 Miroslav Suchy <msuchy at redhat.com> 0.8.12-1
+- 543509 - found another part of code where we use hal for getting DMI inforation, removing
+
+* Thu Feb 04 2010 Michael Mraka <michael.mraka at redhat.com> 0.8.10-1
+- updated copyrights
+- 561485 - clear dmi warnings on ia64
+
+* Wed Feb 03 2010 Michael Mraka <michael.mraka at redhat.com> 0.8.9-1
+- fixed several unit test
+
+* Tue Feb 02 2010 Michael Mraka <michael.mraka at redhat.com> 0.8.8-1
+- fixed failed build 
+
+* Mon Feb 01 2010 Michael Mraka <michael.mraka at redhat.com> 0.8.7-1
+- use rhnLockfile.py from rhnlib
+- 543509 - don't send "Not Settable"/"Not Present" when guest have no UUID
+
+* Fri Jan 29 2010 Miroslav Suchý <msuchy at redhat.com> 0.8.6-1
+- 557370 - clear dmi warnings for xen pv guests (mzazrivec at redhat.com)
+- 546312 - fix typo - we do not want to assign the result of the SetResultType operation. (jpazdziora at redhat.com)
+- Remove other branches that check SubscriptionWindow by name. (jpazdziora at redhat.com)
+- Since SubscriptionWindow is not in the list now, remove the whole class. (jpazdziora at redhat.com)
+- Remove the SubscriptionWindow from the list. (jpazdziora at redhat.com)
+
+* Thu Jan 21 2010 Miroslav Suchý <msuchy at redhat.com> 0.8.5-1
+- 557059 - convert dbus.string to unicode
+
+* Thu Jan 21 2010 Milan Zazrivec <mzazrivec at redhat.com> 0.8.4-1
+- 557370 - put dmidecode import warnings into log
+
+* Fri Jan 15 2010 Michael Mraka <michael.mraka at redhat.com> 0.8.3-1
+- 554317 - fix for gui registration traceback
+- removed dead code
+- 513660 - save / update up2date config during firstboot
+
+* Tue Dec 15 2009 Miroslav Suchý <msuchy at redhat.com> 0.8.2-1
+- 546312 - do not depend on hald for rhnreg_ks
+
+* Tue Dec  1 2009 Miroslav Suchý <msuchy at redhat.com> 0.7.11-1
+- 541262 - fix networkRetries logic (mzazrivec at redhat.com)
+
+* Wed Nov 25 2009 Miroslav Suchý <msuchy at redhat.com> 0.7.10-1
+- 216808 - add man page to package
+- 216808 - create new script spacewalk-channel
+- 527412 - compute delta and write it to logs only if writeChangesToLog is set to 1
+- 536789 - remove forgotten lines
+- 536789 - set only necessary network info
+
+* Thu Nov  5 2009 Miroslav Suchy <msuchy at redhat.com> 0.7.9-1
+- suse has its own macro for updating icons
+- enable build for suse 10.00 too
+- hardcode MANPATH
+- fix build under opensuse
+- 532145 - define local variable ipaddr before it is used
+- Dont halt registration if the hardware info could not be acquired for rhnreg_ks.
+
+* Fri Oct 23 2009 Miroslav Suchy <msuchy at redhat.com> 0.7.7-1
+- 530369 - header is inmutable
+
+* Thu Oct 22 2009 Miroslav Suchy <msuchy at redhat.com> 0.7.5-1
+- 449167 - record installation date of rpm package
+
 * Mon Oct  5 2009 Miroslav Suchý <msuchy at redhat.com> 0.7.4-1
 - add versioned conflict to up2date
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/rhn-client-tools/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	5 Oct 2009 07:36:27 -0000	1.3
+++ sources	11 Feb 2010 12:23:21 -0000	1.4
@@ -1 +1 @@
-7e4f869be175bb7ee4b82761c43ac723  rhn-client-tools-0.7.4.tar.gz
+3bd9d3b69cedbd8d261564e6b1197d33  rhn-client-tools-0.8.12.tar.gz



More information about the scm-commits mailing list