[subscription-manager] Update subscription-manager to 1.8.2-1

Devan Goodwin dgoodwin at fedoraproject.org
Fri Feb 8 17:18:31 UTC 2013


commit fb6196ab6d62b406f05f13af89ae03371e8d340d
Author: Devan Goodwin <dgoodwin at redhat.com>
Date:   Fri Feb 8 13:18:28 2013 -0400

    Update subscription-manager to 1.8.2-1

 .gitignore                |    1 +
 sources                   |    2 +-
 subscription-manager.spec |   26 ++++++++++++++++++++++++--
 3 files changed, 26 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 2bfd851..92d1a9c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,3 +16,4 @@
 /subscription-manager-1.1.4.tar.gz
 /subscription-manager-1.8.0.tar.gz
 /subscription-manager-1.8.1.tar.gz
+/subscription-manager-1.8.2.tar.gz
diff --git a/sources b/sources
index f9efd90..59f3d29 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a59f86280a685d5ff2347d5561651a79  subscription-manager-1.8.1.tar.gz
+3a50421f74c03bd755f589f442161468  subscription-manager-1.8.2.tar.gz
diff --git a/subscription-manager.spec b/subscription-manager.spec
index c4caa39..3a1e9b9 100644
--- a/subscription-manager.spec
+++ b/subscription-manager.spec
@@ -7,7 +7,7 @@
 %endif
 
 Name: subscription-manager
-Version: 1.8.1
+Version: 1.8.2
 Release: 1%{?dist}
 Summary: Tools and libraries for subscription and repository management
 Group:   System Environment/Base
@@ -28,7 +28,7 @@ Requires:  python-iniparse
 Requires:  pygobject2
 Requires:  python-dateutil
 Requires:  virt-what
-Requires:  python-rhsm >= 1.8.0
+Requires:  python-rhsm >= 1.8.2
 Requires:  dbus-python
 Requires:  yum >= 3.2.19-15
 Requires:  usermode
@@ -290,6 +290,9 @@ rm -rf %{buildroot}
 
 %files -n subscription-manager-migration
 %defattr(-,root,root,-)
+%dir %{_datadir}/rhsm/subscription_manager/migrate
+%{_datadir}/rhsm/subscription_manager/migrate/__init__.py*
+%{_datadir}/rhsm/subscription_manager/migrate/migrate.py*
 %attr(755,root,root) %{_sbindir}/rhn-migrate-classic-to-rhsm
 # Install num migration is only for RHEL 5:
 %{?el5:%attr(755,root,root) %{_sbindir}/install-num-migrate-to-rhsm}
@@ -347,6 +350,25 @@ fi
 %endif
 
 %changelog
+* Fri Feb 08 2013 Bryan Kearney <bkearney at redhat.com> 1.8.2-1
+- Update tito for RHEL 7.0 (bkearney at redhat.com)
+- Small cleanups for test_migrate (alikins at redhat.com)
+- Write repofile once instead of during every iteration. (awood at redhat.com)
+- Add unit test for migration script. (awood at redhat.com)
+- Adding more tests for the migration script. (awood at redhat.com)
+- Bump the required version of python-rhsm to pick up the new config file
+  defaults (bkearney at redhat.com)
+- Modify migration script tests to run on Fedora. (awood at redhat.com)
+- Give users the ability to disable package reporting (bkearney at redhat.com)
+- 891377: Note in deprecated string that auto-attach-interval is a command
+  option (bkearney at redhat.com)
+- 901612: Yum plugin warnings should go to stderr, not stdout
+  (bkearney at redhat.com)
+- 903298: Replace use of 'Register to' with 'Register with'
+  (bkearney at redhat.com)
+- Rewrite of the migration script featuring unit tests. (awood at redhat.com)
+- Remove F16 and old cvs releasers, add F18. (dgoodwin at redhat.com)
+
 * Thu Jan 24 2013 Devan Goodwin <dgoodwin at rm-rf.ca> 1.8.1-1
 - Add two manifest commands to rct. (bkearney at redhat.com)
 - latest translations from zanata (alikins at redhat.com)


More information about the scm-commits mailing list