msuchy pushed to rhncfg (master). "Update rhncfg to 5.10.83-1 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Wed Apr 15 05:19:06 UTC 2015


>From c4578b5513ad866037421ad72d78576f1d035a89 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:18:51 +0200
Subject: Update rhncfg to 5.10.83-1 Resolves: #1199197 - Avoid addition of
 None and str Resolves: #1177656 - Normalize path sooner Resolves: #1177656 -
 Fix directory creation Resolves: #1148250 - errror in rhncfg if selinux off,
 rhel 5, and new libselinux-python Resolves: #1142337 - rhncfg throws
 exception when verifying config files with macros Resolves: #1133652 - make
 rhncfg support sha256 and use it by default Resolves: #1133652 - validate the
 content of config files before deploying Resolves: #1120802 - make webui
 config dir diff work Resolves: #1120802 - remove debuging output and fix perm
 comparison from previous patch Resolves: #1120802 - ensure webui config file
 diff looks at owner and permissions Resolves: #1113848 - make sure webui
 doesn't say there are diffs if there aren't


diff --git a/.gitignore b/.gitignore
index 4b55717..2d89f73 100644
--- a/.gitignore
+++ b/.gitignore
@@ -10,3 +10,4 @@ rhncfg-5.9.22.tar.gz
 /rhncfg-5.10.55.tar.gz
 /rhncfg-5.10.65.tar.gz
 /rhncfg-5.10.70.tar.gz
+/rhncfg-5.10.83.tar.gz
diff --git a/rhncfg.spec b/rhncfg.spec
index e07fc33..c3d4b66 100644
--- a/rhncfg.spec
+++ b/rhncfg.spec
@@ -8,7 +8,7 @@ Group:   Applications/System
 License: GPLv2
 URL:     https://fedorahosted.org/spacewalk
 Source0: https://fedorahosted.org/releases/s/p/spacewalk/%{name}-%{version}.tar.gz
-Version: 5.10.70
+Version: 5.10.83
 Release: 1%{?dist}
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch: noarch
@@ -26,6 +26,9 @@ Requires: rhn-client-tools >= 1.0.0-51
 Requires: rhn-client-tools
 %endif
 %endif
+%if 0%{?rhel} && 0%{?rhel} <= 5
+Requires: python-hashlib
+%endif
 
 %if 0%{?suse_version}
 # provide rhn directories and no selinux on suse
@@ -119,6 +122,48 @@ fi
 %ghost %attr(600,root,root) %{_localstatedir}/log/rhncfg-actions
 
 %changelog
+* Thu Mar 19 2015 Grant Gainey 5.10.83-1
+- Updating copyright info for 2015
+
+* Thu Mar 05 2015 Matej Kollar <mkollar at redhat.com> 5.10.82-1
+- 1199197 - Avoid addition of None and str
+
+* Mon Jan 19 2015 Matej Kollar <mkollar at redhat.com> 5.10.81-1
+- 1177656 - Normalize path sooner
+
+* Tue Jan 13 2015 Matej Kollar <mkollar at redhat.com> 5.10.80-1
+- 1177656 - Fix directory creation
+- Getting rid of Tabs and trailing spaces in Python
+- Getting rid of Tabs and trailing spaces in LICENSE, COPYING, and README files
+
+* Fri Oct 03 2014 Stephen Herr <sherr at redhat.com> 5.10.79-1
+- 1148250 - errror in rhncfg if selinux off, rhel 5, and new libselinux-python
+
+* Tue Sep 16 2014 Stephen Herr <sherr at redhat.com> 5.10.78-1
+- 1142337 - rhncfg throws exception when verifying config files with macros
+
+* Thu Sep 11 2014 Stephen Herr <sherr at redhat.com> 5.10.77-1
+- 1133652 - make rhncfg support sha256 and use it by default
+
+* Mon Aug 25 2014 Stephen Herr <sherr at redhat.com> 5.10.76-1
+- 1133652 - validate the content of config files before deploying
+
+* Thu Jul 31 2014 Stephen Herr <sherr at redhat.com> 5.10.75-1
+- Avoid traceback with a configfiles upload action with no selinux context
+
+* Tue Jul 22 2014 Stephen Herr <sherr at redhat.com> 5.10.74-1
+- 1120802 - make webui config dir diff work
+- bumping rhncfg version to avoid tag collision with 2.2
+
+* Thu Jul 17 2014 Stephen Herr <sherr at redhat.com> 5.10.72-1
+- 1120802 - remove debuging output and fix perm comparison from previous patch
+- 1120802 - ensure webui config file diff looks at owner and permissions
+
+* Wed Jul 16 2014 Stephen Herr <sherr at redhat.com> 5.10.71-1
+- 1113848 - make sure webui doesn't say there are diffs if there aren't
+- bz1113848 - Reverting changes of 1003459 and making GUI results compatible to
+  rhncfg-client
+
 * Fri Jul 11 2014 Milan Zazrivec <mzazrivec at redhat.com> 5.10.70-1
 - fix copyright years
 
diff --git a/sources b/sources
index ca0e133..0f8f7ce 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a707c41631582f6dbce0aaddf21e49f5  rhncfg-5.10.70.tar.gz
+d4ffc31b7ce2af0143d67f05a112c0bd  rhncfg-5.10.83.tar.gz
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/rhncfg.git/commit/?h=master&id=c4578b5513ad866037421ad72d78576f1d035a89


More information about the scm-commits mailing list