Dirk Mueller 2024-02-28 09:00:09 +00:00 committed by Git OBS Bridge
parent f194a56dd4
commit 088293e172
2 changed files with 4 additions and 0 deletions

View File

@ -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
* Add system token header to query SCC subscriptions
(bsc#1219855)
- run tests
-------------------------------------------------------------------
Thu Oct 5 12:52:42 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -51,6 +51,9 @@ using the host machine entitlements.
%build
go build -tags enablecgo -o %{project} -mod=vendor -buildmode=pie -trimpath -ldflags="-s -w" ./cmd/container-suseconnect
%check
go test ./...
%install
install -D -m 755 %{project} %{buildroot}/%{_bindir}/%{project}
mkdir -p %{buildroot}/%{zypp_services}