forked from pool/suseconnect-ng
- Update to version 1.3.0~git13.ea9a6cda72b4
- Fixes bsc#1170267 - Fixes bsc#1214781 - Enables the build for SLE12 SP5 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:SCC/suseconnect-ng?expand=0&rev=71
This commit is contained in:
parent
478da49026
commit
2d1739c52d
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/SUSE/connect-ng.git</param>
|
<param name="url">https://github.com/SUSE/connect-ng.git</param>
|
||||||
<param name="changesrevision">516a41694fe9fe46a73008c1408a2e58070c2a09</param></service></servicedata>
|
<param name="changesrevision">ea9a6cda72b403330dab9ff14f2204df0e9bdb46</param></service></servicedata>
|
3
connect-ng-1.3.0~git13.ea9a6cda72b4.tar.xz
Normal file
3
connect-ng-1.3.0~git13.ea9a6cda72b4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:799f47f94b0998a38523749718d07c8611d6e2b192237998bb0324900d76df89
|
||||||
|
size 86064
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e7612be9b564b34bdbf64b576548c8f389abbe041578c256f5d754e4b7b986be
|
|
||||||
size 86096
|
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 15 10:57:30 UTC 2023 - Miquel Sabate Sola <msabate@suse.com>
|
||||||
|
|
||||||
|
- Update to version 1.3.0~git13.ea9a6cda72b4
|
||||||
|
- Fixes bsc#1170267
|
||||||
|
- Fixes bsc#1214781
|
||||||
|
- Enables the build for SLE12 SP5
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 3 12:11:07 UTC 2023 - tschmidt@suse.com
|
Thu Aug 3 12:11:07 UTC 2023 - tschmidt@suse.com
|
||||||
|
|
||||||
|
@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
Name: suseconnect-ng
|
Name: suseconnect-ng
|
||||||
# the version will get set by the 'set_version' service
|
# the version will get set by the 'set_version' service
|
||||||
Version: 1.3.0~git7.516a41694fe9
|
Version: 1.3.0~git13.ea9a6cda72b4
|
||||||
Release: 0
|
Release: 0
|
||||||
URL: https://github.com/SUSE/connect-ng
|
URL: https://github.com/SUSE/connect-ng
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -32,14 +32,8 @@ Summary: Utility to register a system with the SUSE Customer Center
|
|||||||
Group: System/Management
|
Group: System/Management
|
||||||
Source: connect-ng-%{version}.tar.xz
|
Source: connect-ng-%{version}.tar.xz
|
||||||
Source1: %name-rpmlintrc
|
Source1: %name-rpmlintrc
|
||||||
BuildRequires: golang-packaging
|
|
||||||
# use FIPS compliant go version for SLE targets and Leap 15.5+ targets
|
|
||||||
%if ( 0%{?is_opensuse} == 0 && 0%{?sle_version} ) || ( 0%{?is_opensuse} == 1 && 0%{?sle_version} >= 150500 )
|
|
||||||
# temporary until BuildRequires: go-openssl >= 1.16 works
|
|
||||||
BuildRequires: go1.18-openssl
|
BuildRequires: go1.18-openssl
|
||||||
%else
|
BuildRequires: golang-packaging
|
||||||
BuildRequires: go >= 1.16
|
|
||||||
%endif
|
|
||||||
BuildRequires: ruby-devel
|
BuildRequires: ruby-devel
|
||||||
BuildRequires: zypper
|
BuildRequires: zypper
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user