[subscription-manager] Update subscription-manager to 1.13.6-1 Resolves: #1093325 - Prevent rhsm-debug from throwing tbs (a

Alex Wood awood at fedoraproject.org
Fri Oct 24 14:34:50 UTC 2014


commit 7f14d74b0faa2633b57a9c6aa14f4cc514479f44
Author: Alex Wood <awood at redhat.com>
Date:   Fri Oct 24 10:34:49 2014 -0400

    Update subscription-manager to 1.13.6-1
    Resolves: #1093325 - Prevent rhsm-debug from throwing tbs (alikins at redhat.com)
    Resolves: #1149286 - Updated autocompletion for RHN migration script. (crog at redhat.com)
    Resolves: #1120772 - Don't traceback on missing /ostree/repo (alikins at redhat.com)
    Resolves: #1094747 - add appdata metdata file (jesusr at redhat.com)
    Resolves: #1122107 - Clarify registration --consumerid option in manpage.
    Resolves: #1149636 - Specify OS_VERSION to make in spec file. (awood at redhat.com)
    Resolves: #1151925 - Improved filtered listing output when results are empty.
    Resolves: #990183 - Add a manpage for rhsm.conf (bkearney at redhat.com)
    Resolves: #1122530 - Improved grammar and abbreviation usage. (crog at redhat.com)
    Resolves: #1120576 - Added additional testing of version parsing (crog at redhat.com)

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


More information about the scm-commits mailing list