Update subscription-manager to 1.8.2-1
This commit is contained in:
parent
4b9cc5ada1
commit
fb6196ab6d
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
a59f86280a685d5ff2347d5561651a79 subscription-manager-1.8.1.tar.gz
|
||||
3a50421f74c03bd755f589f442161468 subscription-manager-1.8.2.tar.gz
|
||||
|
@ -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@redhat.com> 1.8.2-1
|
||||
- Update tito for RHEL 7.0 (bkearney@redhat.com)
|
||||
- Small cleanups for test_migrate (alikins@redhat.com)
|
||||
- Write repofile once instead of during every iteration. (awood@redhat.com)
|
||||
- Add unit test for migration script. (awood@redhat.com)
|
||||
- Adding more tests for the migration script. (awood@redhat.com)
|
||||
- Bump the required version of python-rhsm to pick up the new config file
|
||||
defaults (bkearney@redhat.com)
|
||||
- Modify migration script tests to run on Fedora. (awood@redhat.com)
|
||||
- Give users the ability to disable package reporting (bkearney@redhat.com)
|
||||
- 891377: Note in deprecated string that auto-attach-interval is a command
|
||||
option (bkearney@redhat.com)
|
||||
- 901612: Yum plugin warnings should go to stderr, not stdout
|
||||
(bkearney@redhat.com)
|
||||
- 903298: Replace use of 'Register to' with 'Register with'
|
||||
(bkearney@redhat.com)
|
||||
- Rewrite of the migration script featuring unit tests. (awood@redhat.com)
|
||||
- Remove F16 and old cvs releasers, add F18. (dgoodwin@redhat.com)
|
||||
|
||||
* Thu Jan 24 2013 Devan Goodwin <dgoodwin@rm-rf.ca> 1.8.1-1
|
||||
- Add two manifest commands to rct. (bkearney@redhat.com)
|
||||
- latest translations from zanata (alikins@redhat.com)
|
||||
|
Loading…
Reference in New Issue
Block a user