- run tests
OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/container-suseconnect?expand=0&rev=16
This commit is contained in:
parent
f194a56dd4
commit
088293e172
@ -8,6 +8,7 @@ Wed Feb 28 08:57:41 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
|||||||
* Use switch instead of else if construction
|
* Use switch instead of else if construction
|
||||||
* Add system token header to query SCC subscriptions
|
* Add system token header to query SCC subscriptions
|
||||||
(bsc#1219855)
|
(bsc#1219855)
|
||||||
|
- run tests
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Oct 5 12:52:42 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
Thu Oct 5 12:52:42 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
@ -51,6 +51,9 @@ using the host machine entitlements.
|
|||||||
%build
|
%build
|
||||||
go build -tags enablecgo -o %{project} -mod=vendor -buildmode=pie -trimpath -ldflags="-s -w" ./cmd/container-suseconnect
|
go build -tags enablecgo -o %{project} -mod=vendor -buildmode=pie -trimpath -ldflags="-s -w" ./cmd/container-suseconnect
|
||||||
|
|
||||||
|
%check
|
||||||
|
go test ./...
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -D -m 755 %{project} %{buildroot}/%{_bindir}/%{project}
|
install -D -m 755 %{project} %{buildroot}/%{_bindir}/%{project}
|
||||||
mkdir -p %{buildroot}/%{zypp_services}
|
mkdir -p %{buildroot}/%{zypp_services}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user