Update subscription-manager to 1.19.1-1
This commit is contained in:
parent
f14a98d846
commit
9a44b61d9f
1
.gitignore
vendored
1
.gitignore
vendored
@ -69,3 +69,4 @@
|
||||
/subscription-manager-1.18.2.tar.gz
|
||||
/subscription-manager-1.18.6.tar.gz
|
||||
/subscription-manager-1.19.0.tar.gz
|
||||
/subscription-manager-1.19.1.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (subscription-manager-1.19.0.tar.gz) = 3e456a02222fff26c6a64046f6d4aa9c4b0504b24e886929450c972568686c07afcb82caccc97e64197091c73220089ad6e29dbfca4c783afcd04862d3ca7f80
|
||||
SHA512 (subscription-manager-1.19.1.tar.gz) = 4b45e04a5622ec6bae8854084ab13267d627b0485778d87d5692da0008e6aaadba1ce4c4c60928d7202fc74bb9070ac03da0ada38eb336a6062668813f7beb50
|
||||
|
@ -60,7 +60,7 @@
|
||||
%endif
|
||||
|
||||
Name: subscription-manager
|
||||
Version: 1.19.0
|
||||
Version: 1.19.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Tools and libraries for subscription and repository management
|
||||
Group: System Environment/Base
|
||||
@ -130,6 +130,7 @@ BuildRequires: gettext
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libnotify-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: dbus-glib-devel
|
||||
%if 0%{?fedora} || 0%{?rhel}
|
||||
BuildRequires: redhat-lsb
|
||||
%endif
|
||||
@ -601,6 +602,12 @@ fi
|
||||
gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
|
||||
%changelog
|
||||
* Fri Jan 20 2017 Alex Wood <awood@redhat.com> 1.19.1-1
|
||||
- Add missing BuildRequires. (awood@redhat.com)
|
||||
- Zanata translations for 1.19 (adarshvritant@gmail.com)
|
||||
- Drop unsupported languages from zanata.xml (adarshvritant@gmail.com)
|
||||
- Fix initialization of a couple of tests (khowell@redhat.com)
|
||||
|
||||
* Thu Jan 19 2017 Alex Wood <awood@redhat.com> 1.19.0-1
|
||||
- Bump version to 1.19 (adarshvritant@gmail.com)
|
||||
- 1405125: Strip null byte from end of virt uuid. (awood@redhat.com)
|
||||
|
Loading…
Reference in New Issue
Block a user