Skip to content

Commit

Permalink
Add rmt-client-setup dependencies & bump to 0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
lagartoflojo committed May 16, 2018
1 parent 408a641 commit b65ebfe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/suse/connect/version.rb
@@ -1,6 +1,5 @@
module SUSE
# Provides access to version number of a gem
module Connect
VERSION = '0.3.10'
VERSION = '0.3.11'
end
end
6 changes: 6 additions & 0 deletions package/SUSEConnect.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 16 10:14:57 UTC 2018 - hschmidt@suse.com

- Update to 0.3.11
- Add dependencies needed by the rmt-client-setup script.

-------------------------------------------------------------------
Mon May 7 15:47:50 UTC 2018 - hschmidt@suse.com

Expand Down
4 changes: 3 additions & 1 deletion package/SUSEConnect.spec
Expand Up @@ -16,7 +16,7 @@
#

Name: SUSEConnect
Version: 0.3.10
Version: 0.3.11
Release: 0
%define mod_name suse-connect
%define mod_full_name %{mod_name}-%{version}
Expand All @@ -25,6 +25,8 @@ Release: 0
ExcludeArch: %ix86 s390

Requires: coreutils, util-linux, net-tools, hwinfo, zypper, ca-certificates-mozilla
# Required by the rmt-client-setup script:
Requires: wget, gawk, openssl, grep, gpg2, sed
Requires: zypper(auto-agree-with-product-licenses)
%ifarch x86_64 aarch64
Requires: dmidecode
Expand Down

0 comments on commit b65ebfe

Please sign in to comment.