awood pushed to subscription-manager (f22). "Update subscription-manager to 1.14.3-1 (..more)"

notifications at fedoraproject.org notifications at fedoraproject.org
Thu Apr 9 14:17:04 UTC 2015


>From 7aa7795adee11511a2aef28f51c02c1dd0d91087 Mon Sep 17 00:00:00 2001
From: Alex Wood <awood at redhat.com>
Date: Thu, 9 Apr 2015 10:16:53 -0400
Subject: Update subscription-manager to 1.14.3-1 Resolves: #1170314 - Clarify
 that manage_repos 0 will delete redhat.repo. Resolves: #1207958 - Fix
 traceback when contract # is None (alikins at redhat.com) Resolves: #1200972 -
 Fixed grammar issue with error message in the attach command Resolves:
 #1204012 - Added missing documentation for the --release option Resolves:
 #1209519 - Removed erroneous information in help message for subman Resolves:
 #1198369 - refresh_compliance_status now has a default value for state
 Resolves: #1180273 - Allow migration without requiring RHN credentials
 (awood at redhat.com) Resolves: #1201727 - Handle reasons with expired ent id
 (alikins at redhat.com) Resolves: #1133647 - Fix messageWindow deprecation
 warning. (alikins at redhat.com) Resolves: #1183382 - Fix test case to work with
 dateutil 2. (alikins at redhat.com) Resolves: #1196416 - Migration should not
 need credentials with activation keys Resolves: #1196385 - Add
 --activation-key option to migration man page. Resolves: #1196418 - Add bash
 completion for --activation-key in migration. Resolves: #1154375 - Allow use
 of activation keys during migration. (awood at redhat.com) Resolves: #1191237 -
 Fix proxy "test connection" in firstboot. (alikins at redhat.com) Resolves:
 #1191237 - Make proxy config "save" work in firstboot. (alikins at redhat.com)
 Resolves: #1191241 - Handle network starting after subman does.
 (alikins at redhat.com) Resolves: #1191237 - Fix problems exitting firstboot on
 errors (alikins at redhat.com)


diff --git a/.gitignore b/.gitignore
index 1b39ab2..0284232 100644
--- a/.gitignore
+++ b/.gitignore
@@ -49,3 +49,4 @@
 /subscription-manager-1.13.12.tar.gz
 /subscription-manager-1.13.13.tar.gz
 /subscription-manager-1.14.1.tar.gz
+/subscription-manager-1.14.3.tar.gz
diff --git a/sources b/sources
index aad7737..f074868 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-417677921c98fc60f82125564c9745f8  subscription-manager-1.14.1.tar.gz
+94bc3eccb450d1ea7465daba1c9ac332  subscription-manager-1.14.3.tar.gz
diff --git a/subscription-manager.spec b/subscription-manager.spec
index c54591b..7f71af1 100644
--- a/subscription-manager.spec
+++ b/subscription-manager.spec
@@ -21,7 +21,7 @@
 %endif
 
 Name: subscription-manager
-Version: 1.14.1
+Version: 1.14.3
 Release: 1%{?dist}
 Summary: Tools and libraries for subscription and repository management
 Group:   System Environment/Base
@@ -29,18 +29,18 @@ License: GPLv2
 
 # How to create the source tarball:
 #
-# git clone git://git.fedorahosted.org/git/subscription-manager.git/
+# git clone https://github.com/candlepin/subscription-manager.git
 # yum install tito
 # tito build --tag subscription-manager-$VERSION-$RELEASE --tgz
 Source0: %{name}-%{version}.tar.gz
-URL:     https://fedorahosted.org/subscription-manager/
+URL:     http://www.candlepinproject.org/
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires:  python-ethtool
 Requires:  python-iniparse
 Requires:  pygobject2
 Requires:  virt-what
-Requires:  python-rhsm >= 1.13.10
+Requires:  python-rhsm >= 1.14.2
 Requires:  dbus-python
 Requires:  yum >= 3.2.19-15
 Requires:  usermode
@@ -182,7 +182,7 @@ subscriptions
 %setup -q
 
 %build
-make -f Makefile CFLAGS="%{optflags}"
+make -f Makefile VERSION=%{version}-%{release} CFLAGS="%{optflags}"
 
 %install
 rm -rf %{buildroot}
@@ -249,6 +249,7 @@ rm -rf %{buildroot}
 #remove the repo file when we are deleted
 %ghost %{_sysconfdir}/yum.repos.d/redhat.repo
 
+%config(noreplace) %attr(644,root,root) %{_sysconfdir}/rhsm/logging.conf
 %config(noreplace) %attr(644,root,root) %{_sysconfdir}/yum/pluginconf.d/subscription-manager.conf
 %config(noreplace) %attr(644,root,root) %{_sysconfdir}/yum/pluginconf.d/product-id.conf
 %config(noreplace) %attr(644,root,root) %{_sysconfdir}/logrotate.d/subscription-manager
@@ -484,6 +485,56 @@ fi
 %endif
 
 %changelog
+* Thu Apr 09 2015 Alex Wood <awood at redhat.com> 1.14.3-1
+- 1170314: Clarify that manage_repos 0 will delete redhat.repo.
+  (dgoodwin at redhat.com)
+- 1207958: Fix traceback when contract # is None (alikins at redhat.com)
+- 1117525,1189950,1188961 latest strings from zanata (alikins at redhat.com)
+- 1200972: Fixed grammar issue with error message in the attach command
+  (crog at redhat.com)
+- Bumping required python-rhsm version (mstead at redhat.com)
+- 1204012: Added missing documentation for the --release option
+  (crog at redhat.com)
+- 1209519: Removed erroneous information in help message for subman
+  (crog at redhat.com)
+- 1198369: refresh_compliance_status now has a default value for state
+  (crog at redhat.com)
+- 1180273: Allow migration without requiring RHN credentials (awood at redhat.com)
+- 1201727: Handle reasons with expired ent id (alikins at redhat.com)
+
+* Mon Mar 09 2015 Alex Wood <awood at redhat.com> 1.14.2-1
+- Move to fileConfig based logging. (alikins at redhat.com)
+- Ignore glib warnings about class properties. (alikins at redhat.com)
+- log level updates, mostly info->debug. (alikins at redhat.com)
+- Condense virt fact logging to one info level entry. (alikins at redhat.com)
+- Log to info when we update facts. (alikins at redhat.com)
+- Change branding 'nothing-happened' logs to debug. (alikins at redhat.com)
+- Condense cert_sorter logged info. (alikins at redhat.com)
+- Change most cache related log msgs to debug level. (alikins at redhat.com)
+- Make D-Bus related log entries debug level. (alikins at redhat.com)
+- Change heal logging to be more concise. (alikins at redhat.com)
+- Add log friendy str version of Identity (alikins at redhat.com)
+- 1133647: Fix messageWindow deprecation warning. (alikins at redhat.com)
+- 1183382: Fix test case to work with dateutil 2. (alikins at redhat.com)
+- Revert "Added check for /etc/oracle-release in hwprobe" (alikins at redhat.com)
+- 1196416: Migration should not need credentials with activation keys
+  (awood at redhat.com)
+- 1196385: Add --activation-key option to migration man page.
+  (awood at redhat.com)
+- 1196418: Add bash completion for --activation-key in migration.
+  (awood at redhat.com)
+- Update spec to point to github / new project website. (dgoodwin at redhat.com)
+- Quiet "Whoever translated calendar*" warnings. (alikins at redhat.com)
+- Stop 'recently-used.xbel' warnings, disable mru (alikins at redhat.com)
+- 1154375: Allow use of activation keys during migration. (awood at redhat.com)
+- 1191237: Fix proxy "test connection" in firstboot. (alikins at redhat.com)
+- 1191237: Make proxy config "save" work in firstboot. (alikins at redhat.com)
+- 1191241: Handle network starting after subman does. (alikins at redhat.com)
+- 1145077, disabled column wrapping during redirects (jmolet at redhat.com)
+- Add syslog logging handler. (alikins at redhat.com)
+- 1191237: Fix problems exitting firstboot on errors (alikins at redhat.com)
+- 1163398, fixing rhsm-icon --help descriptions (jmolet at redhat.com)
+
 * Fri Feb 06 2015 Devan Goodwin <dgoodwin at rm-rf.ca> 1.14.1-1
 - 976855: populate a "version.py" at build time (alikins at redhat.com)
 - Fixed typo in subscription-manager-gui (crog at redhat.com)
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/subscription-manager.git/commit/?h=f22&id=7aa7795adee11511a2aef28f51c02c1dd0d91087


More information about the scm-commits mailing list