- Update to version 0.0.3~git0.dacdd3b:
* Add gofmt target to Makefile * Fix gofmt errors * Add Requires that weren't explicit (bsc#1188646) * Use custom UnmarshalJSON() for the Product struct OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:SCC/suseconnect-ng?expand=0&rev=12
This commit is contained in:
parent
11fbbe808c
commit
988b3096ed
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/SUSE/connect-ng.git</param>
|
||||
<param name="changesrevision">ebef3b7c52fcde65172254107c52dd5e86b13c1e</param></service></servicedata>
|
||||
<param name="changesrevision">dacdd3b7623fda3a69fb5cfc271c8ef4048891ba</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e34a980cf1fb57f76976b0030e7d48d9e2257e58a2d4d303274dc6f27b477e14
|
||||
size 353712
|
3
connect-ng-0.0.3~git0.dacdd3b.tar.xz
Normal file
3
connect-ng-0.0.3~git0.dacdd3b.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:94beedd1f3dffd37f1340f9e1855d994086abed84d2498a78440467adced7d6a
|
||||
size 370624
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 27 09:02:36 UTC 2021 - jzerebecki@suse.com
|
||||
|
||||
- Update to version 0.0.3~git0.dacdd3b:
|
||||
* Add gofmt target to Makefile
|
||||
* Fix gofmt errors
|
||||
* Add Requires that weren't explicit (bsc#1188646)
|
||||
* Use custom UnmarshalJSON() for the Product struct
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 23 10:53:35 UTC 2021 - jzerebecki@suse.com
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%global import_path %{provider_prefix}
|
||||
|
||||
Name: suseconnect-ng
|
||||
Version: 0.0.2~git0.ebef3b7
|
||||
Version: 0.0.3~git0.dacdd3b
|
||||
Release: 0
|
||||
URL: https://github.com/SUSE/connect-ng
|
||||
License: LGPL-2.1-or-later
|
||||
@ -33,6 +33,26 @@ BuildRequires: golang-packaging
|
||||
Conflicts: SUSEConnect
|
||||
Obsoletes: SUSEConnect
|
||||
Provides: SUSEConnect
|
||||
%if 0%{?fedora} || 0%{?rhel} || 0%{?centos_version}
|
||||
Requires: ca-certificates
|
||||
%else
|
||||
Requires: ca-certificates-mozilla
|
||||
%endif
|
||||
Requires: coreutils
|
||||
# ExclusiveArch from this package
|
||||
%ifarch %ix86 ia64 x86_64 %arm aarch64
|
||||
Requires: dmidecode
|
||||
%endif
|
||||
# ExclusiveArch from this package
|
||||
%ifarch s390x
|
||||
Requires: s390-tools
|
||||
%endif
|
||||
Requires: systemd
|
||||
Requires: zypper
|
||||
# lscpu is only used on those
|
||||
%ifarch x86_64 aarch64
|
||||
Requires: util-linux
|
||||
%endif
|
||||
|
||||
%description
|
||||
This package provides a command line tool for connecting a
|
||||
|
Loading…
Reference in New Issue
Block a user