msuchy pushed to rhn-client-tools (master). "Update rhn-client-tools to 2.3.16-1 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 15 05:12:28 UTC 2015


>From 39f30f102b12b8bccc388b3b7626acad747eabe8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miroslav=20Such=C3=BD?= <msuchy at redhat.com>
Date: Wed, 15 Apr 2015 07:12:18 +0200
Subject: Update rhn-client-tools to 2.3.16-1 Resolves: #1147425 - we might be
 registered also via rhsm Resolves: #1147425 - avoid "list index out of range"
 Resolves: #1036586 - separate username/password request Resolves: #916597 -
 More helpful message


diff --git a/.gitignore b/.gitignore
index 68b02fb..ad85a2c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ rhn-client-tools-1.1.6.tar.gz
 /rhn-client-tools-2.0.1.tar.gz
 /rhn-client-tools-2.1.16.tar.gz
 /rhn-client-tools-2.2.7.tar.gz
+/rhn-client-tools-2.3.16.tar.gz
diff --git a/rhn-client-tools.spec b/rhn-client-tools.spec
index c81bd38..967b749 100644
--- a/rhn-client-tools.spec
+++ b/rhn-client-tools.spec
@@ -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: 2.2.7
+Version: 2.3.16
 Release: 1%{?dist}
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
@@ -97,7 +97,9 @@ scheduled actions.
 %package -n rhn-setup
 Summary: Configure and register an RHN/Spacewalk client
 Group: System Environment/Base
+%if 0%{?fedora} || 0%{?rhel}
 Requires: usermode >= 1.36
+%endif
 Requires: %{name} = %{version}-%{release}
 Requires: rhnsd
 %if 0%{?rhel} == 5
@@ -121,8 +123,8 @@ Requires: pam >= 0.72
 Requires: python-gnome python-gtk
 %else
 Requires: pygtk2 pygtk2-libglade gnome-python2 gnome-python2-canvas
-%endif
 Requires: usermode-gtk
+%endif
 %if 0%{?fedora} || 0%{?rhel} > 5
 Requires: gnome-python2-gnome gnome-python2-bonobo
 Requires: liberation-sans-fonts
@@ -176,6 +178,8 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/firstboot/modules/rhn_*_*.*
 desktop-file-install --dir=${RPM_BUILD_ROOT}%{_datadir}/applications --vendor=rhn rhn_register.desktop
 %if 0%{?suse_version}
 %suse_update_desktop_file -r rhn_register "Settings;System;SystemSetup;"
+# no usermod on SUSE
+rm -f $RPM_BUILD_ROOT%{_bindir}/rhn_register
 %endif
 
 %find_lang %{name}
@@ -285,8 +289,9 @@ make -f Makefile.rhn-client-tools test
 
 %config(noreplace) %{_sysconfdir}/security/console.apps/rhn_register
 %config(noreplace) %{_sysconfdir}/pam.d/rhn_register
-
+%if 0%{?fedora} || 0%{?rhel}
 %{_bindir}/rhn_register
+%endif
 %{_sbindir}/rhn_register
 %{_sbindir}/rhnreg_ks
 %{_sbindir}/spacewalk-channel
@@ -365,6 +370,78 @@ make -f Makefile.rhn-client-tools test
 %endif
 
 %changelog
+* Thu Mar 19 2015 Grant Gainey 2.3.16-1
+- Updating copyright info for 2015
+- Revert "allow building rhn-client-tools package on rhel5"
+
+* Thu Mar 19 2015 Tomas Kasparek <tkasparek at redhat.com> 2.3.15-1
+- allow building rhn-client-tools package on rhel5
+
+* Fri Mar 06 2015 Matej Kollar <mkollar at redhat.com> 2.3.14-1
+- Fixed typos with options and function name
+
+* Fri Mar 06 2015 Matej Kollar <mkollar at redhat.com> 2.3.13-1
+- Fix issue introduced by b0cd7ef72cd92837155e6c5dcdb5213cba31af48
+
+* Mon Mar 02 2015 Grant Gainey 2.3.12-1
+- Use plural for lists
+- Refactoring
+- Sanitize input
+- Fix grammar
+- Extract listing of available channels
+- Extract listing of base channel
+- Extract channels listing
+- Extract channel removal
+- Extract channel addition
+- Extract logging function
+- Cleanup
+- Pylint/Pep8
+- Get rid of unused global variable
+
+* Mon Mar 02 2015 Matej Kollar <mkollar at redhat.com> 2.3.11-1
+- 1147425 - we might be registered also via rhsm
+- 1147425 - avoid "list index out of range"
+- Make indentation more PEP8
+
+* Fri Feb 20 2015 Matej Kollar <mkollar at redhat.com> 2.3.10-1
+- Localize error messages
+- Typo
+- 1036586 - separate username/password request
+- Remove unused variable
+- Indentation homogenization
+- Separate definitions from directly executed code
+- Remove unused import
+
+* Wed Feb 18 2015 Matej Kollar <mkollar at redhat.com> 2.3.9-1
+- 916597 - More helpful message
+
+* Thu Feb 05 2015 Matej Kollar <mkollar at redhat.com> 2.3.8-1
+- Updating function names
+- Documentation changes - fix name and refer to RFC.
+
+* Tue Jan 13 2015 Matej Kollar <mkollar at redhat.com> 2.3.7-1
+- Getting rid of Tabs and trailing spaces in Python
+- Getting rid of Tabs and trailing spaces in LICENSE, COPYING, and README files
+
+* Mon Dec 22 2014 Stephen Herr <sherr at redhat.com> 2.3.6-1
+- rhn-client-tools: no usermod on SUSE
+
+* Thu Oct 09 2014 Michael Mraka <michael.mraka at redhat.com> 2.3.5-1
+- fixed translations
+
+* Thu Oct 09 2014 Michael Mraka <michael.mraka at redhat.com> 2.3.4-1
+- fixed ar.po formating
+
+* Tue Oct 07 2014 Michael Mraka <michael.mraka at redhat.com> 2.3.3-1
+- disable sgmlop import in rhn_check
+
+* Mon Oct 06 2014 Michael Mraka <michael.mraka at redhat.com> 2.3.2-1
+- rhn-client-tools translations backported from RHEL6
+- rhn-client-tools translations updated from Transifex
+
+* Tue Aug 26 2014 Michael Mraka <michael.mraka at redhat.com> 2.3.1-1
+- updated translations
+
 * Fri Jul 11 2014 Milan Zazrivec <mzazrivec at redhat.com> 2.2.7-1
 - fix copyright years
 
diff --git a/sources b/sources
index 871ab10..0255a7c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aab2a8ed11aec1e9949657ebbef02b68  rhn-client-tools-2.2.7.tar.gz
+1c953e899ffd9c40d89e967b3f9cd2a4  rhn-client-tools-2.3.16.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/rhn-client-tools.git/commit/?h=master&id=39f30f102b12b8bccc388b3b7626acad747eabe8


More information about the scm-commits mailing list