Update subscription-manager to 1.13.6-1
Resolves: #1093325 - Prevent rhsm-debug from throwing tbs (alikins@redhat.com) Resolves: #1149286 - Updated autocompletion for RHN migration script. (crog@redhat.com) Resolves: #1120772 - Don't traceback on missing /ostree/repo (alikins@redhat.com) Resolves: #1094747 - add appdata metdata file (jesusr@redhat.com) Resolves: #1122107 - Clarify registration --consumerid option in manpage. Resolves: #1149636 - Specify OS_VERSION to make in spec file. (awood@redhat.com) Resolves: #1151925 - Improved filtered listing output when results are empty. Resolves: #990183 - Add a manpage for rhsm.conf (bkearney@redhat.com) Resolves: #1122530 - Improved grammar and abbreviation usage. (crog@redhat.com) Resolves: #1120576 - Added additional testing of version parsing (crog@redhat.com)
This commit is contained in:
parent
f95e744b81
commit
7f14d74b0f
1
.gitignore
vendored
1
.gitignore
vendored
@ -44,3 +44,4 @@
|
|||||||
/subscription-manager-1.12.11.tar.gz
|
/subscription-manager-1.12.11.tar.gz
|
||||||
/subscription-manager-1.13.2.tar.gz
|
/subscription-manager-1.13.2.tar.gz
|
||||||
/subscription-manager-1.13.5.tar.gz
|
/subscription-manager-1.13.5.tar.gz
|
||||||
|
/subscription-manager-1.13.6.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
05b0c0f1fa3ed99bc4194171f77c8879 subscription-manager-1.13.5.tar.gz
|
5cdf0f95255e34f4e88881af35717ef6 subscription-manager-1.13.6.tar.gz
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: subscription-manager
|
Name: subscription-manager
|
||||||
Version: 1.13.5
|
Version: 1.13.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tools and libraries for subscription and repository management
|
Summary: Tools and libraries for subscription and repository management
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
@ -40,7 +40,7 @@ Requires: python-ethtool
|
|||||||
Requires: python-iniparse
|
Requires: python-iniparse
|
||||||
Requires: pygobject2
|
Requires: pygobject2
|
||||||
Requires: virt-what
|
Requires: virt-what
|
||||||
Requires: python-rhsm >= 1.12.3
|
Requires: python-rhsm >= 1.13.5
|
||||||
Requires: dbus-python
|
Requires: dbus-python
|
||||||
Requires: yum >= 3.2.19-15
|
Requires: yum >= 3.2.19-15
|
||||||
Requires: usermode
|
Requires: usermode
|
||||||
@ -168,8 +168,7 @@ make -f Makefile CFLAGS="%{optflags}"
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
make -f Makefile install VERSION=%{version}-%{release} PREFIX=%{buildroot} MANPATH=%{_mandir} %{?install_ostree}
|
make -f Makefile install VERSION=%{version}-%{release} PREFIX=%{buildroot} MANPATH=%{_mandir} OS_VERSION=%{?fedora}%{?rhel} %{?install_ostree}
|
||||||
|
|
||||||
|
|
||||||
desktop-file-validate \
|
desktop-file-validate \
|
||||||
%{buildroot}/etc/xdg/autostart/rhsm-icon.desktop
|
%{buildroot}/etc/xdg/autostart/rhsm-icon.desktop
|
||||||
@ -297,6 +296,7 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man8/rhsmcertd.8*
|
%{_mandir}/man8/rhsmcertd.8*
|
||||||
%{_mandir}/man8/rct.8*
|
%{_mandir}/man8/rct.8*
|
||||||
%{_mandir}/man8/rhsm-debug.8*
|
%{_mandir}/man8/rhsm-debug.8*
|
||||||
|
%{_mandir}/man5/rhsm.conf.5*
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
|
|
||||||
@ -318,6 +318,7 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/icons/hicolor/scalable/apps/*.svg
|
%{_datadir}/icons/hicolor/scalable/apps/*.svg
|
||||||
%attr(755,root,root) %{_sbindir}/subscription-manager-gui
|
%attr(755,root,root) %{_sbindir}/subscription-manager-gui
|
||||||
%attr(755,root,root) %{_bindir}/subscription-manager-gui
|
%attr(755,root,root) %{_bindir}/subscription-manager-gui
|
||||||
|
%{_datadir}/appdata/subscription-manager-gui.appdata.xml
|
||||||
|
|
||||||
%{_bindir}/rhsm-icon
|
%{_bindir}/rhsm-icon
|
||||||
%{_sysconfdir}/xdg/autostart/rhsm-icon.desktop
|
%{_sysconfdir}/xdg/autostart/rhsm-icon.desktop
|
||||||
@ -400,6 +401,24 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 23 2014 Alex Wood <awood@redhat.com> 1.13.6-1
|
||||||
|
- 1093325: Prevent rhsm-debug from throwing tbs (alikins@redhat.com)
|
||||||
|
- Send list of compliance reasons on dbus (wpoteat@redhat.com)
|
||||||
|
- 1149286: Updated autocompletion for RHN migration script. (crog@redhat.com)
|
||||||
|
- Fix file name for rhsm.conf.5 in spec file (alikins@redhat.com)
|
||||||
|
- 1120772: Don't traceback on missing /ostree/repo (alikins@redhat.com)
|
||||||
|
- 1094747: add appdata metdata file (jesusr@redhat.com)
|
||||||
|
- 1122107: Clarify registration --consumerid option in manpage.
|
||||||
|
(dgoodwin@redhat.com)
|
||||||
|
- 1149636: Specify OS_VERSION to make in spec file. (awood@redhat.com)
|
||||||
|
- Added client-side support for --matches on the list command.
|
||||||
|
(crog@redhat.com)
|
||||||
|
- 1151925: Improved filtered listing output when results are empty.
|
||||||
|
(crog@redhat.com)
|
||||||
|
- 990183: Add a manpage for rhsm.conf (bkearney@redhat.com)
|
||||||
|
- 1122530: Improved grammar and abbreviation usage. (crog@redhat.com)
|
||||||
|
- 1120576: Added additional testing of version parsing (crog@redhat.com)
|
||||||
|
|
||||||
* Fri Oct 03 2014 Alex Wood <awood@redhat.com> 1.13.5-1
|
* Fri Oct 03 2014 Alex Wood <awood@redhat.com> 1.13.5-1
|
||||||
- Use wildcards in the spec file. (awood@redhat.com)
|
- Use wildcards in the spec file. (awood@redhat.com)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user