- Update to version 0.0.9~git8.f9adb71:
* Use standard buildconditionals * Strip the binaries (saves ~ 30%) OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:SCC/suseconnect-ng?expand=0&rev=33
This commit is contained in:
parent
e805ba1b4a
commit
a186c192dd
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/SUSE/connect-ng.git</param>
|
||||
<param name="changesrevision">75890b6d6cb41ce623cec1fd77f3c899e2625f88</param></service></servicedata>
|
||||
<param name="changesrevision">2654e7655fc297dc0c9c34497f379febf9cd6a1d</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dbbc41a68503c1d8047e823599912eda262dd8851cd4c2c2b5da5dedf42b81b4
|
||||
size 831728
|
3
connect-ng-0.0.9~git8.f9adb71.tar.xz
Normal file
3
connect-ng-0.0.9~git8.f9adb71.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1db844b57e44686b8e8a84930aea4cbc21c11cb4ba290baec2e0ce984a14545a
|
||||
size 842644
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 31 10:38:59 UTC 2022 - jan.suse@zerebecki.de
|
||||
|
||||
- Update to version 0.0.9~git8.f9adb71:
|
||||
* Use standard buildconditionals
|
||||
* Strip the binaries (saves ~ 30%)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 05 13:33:05 UTC 2022 - jan.suse@zerebecki.de
|
||||
|
||||
|
@ -19,11 +19,11 @@
|
||||
%global provider_prefix github.com/SUSE/connect-ng
|
||||
%global import_path %{provider_prefix}
|
||||
|
||||
# set this to 1 to enable hwinfo test in %check
|
||||
%global test_hwinfo 0
|
||||
# set this to enable hwinfo test in %check
|
||||
%bcond_with hwinfo
|
||||
|
||||
Name: suseconnect-ng
|
||||
Version: 0.0.9~git5.75890b6
|
||||
Version: 0.0.9~git8.f9adb71
|
||||
Release: 0
|
||||
URL: https://github.com/SUSE/connect-ng
|
||||
License: LGPL-2.1-or-later
|
||||
@ -35,7 +35,7 @@ BuildRequires: go >= 1.16
|
||||
BuildRequires: golang-packaging
|
||||
BuildRequires: ruby-devel
|
||||
BuildRequires: zypper
|
||||
%if 0%{?test_hwinfo}
|
||||
%if %{with hwinfo}
|
||||
%global test_hwinfo_args -test-hwinfo
|
||||
# packages required only for hwinfo tests
|
||||
%ifarch %ix86 ia64 x86_64 %arm aarch64
|
||||
@ -45,7 +45,7 @@ BuildRequires: dmidecode
|
||||
BuildRequires: s390-tools
|
||||
%endif
|
||||
BuildRequires: systemd
|
||||
%endif # test_hwinfo
|
||||
%endif
|
||||
|
||||
Obsoletes: SUSEConnect < 0.3.99
|
||||
Provides: SUSEConnect = 0.3.99
|
||||
@ -82,7 +82,6 @@ suseconnect-ng reduces the size of its runtime dependencies compared to the
|
||||
replaced SUSEConnect.
|
||||
|
||||
|
||||
%{go_nostrip}
|
||||
%{go_provides}
|
||||
|
||||
%package -n libsuseconnect
|
||||
|
Loading…
Reference in New Issue
Block a user