diff --git a/_service b/_service index c00a86c..9c52fdc 100644 --- a/_service +++ b/_service @@ -5,8 +5,8 @@ container-suseconnect .git git.%H - 2.2.0 - v2.2.0 + 2.3.0 + v2.3.0 *.tar diff --git a/container-suseconnect-2.2.0.tar.bz2 b/container-suseconnect-2.2.0.tar.bz2 deleted file mode 100644 index 08f1e8c..0000000 --- a/container-suseconnect-2.2.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cdfd78c13f0b7f933f924de7f296fb9f32ecd1504bf6aa5e3b9e336475be75ae -size 89320 diff --git a/container-suseconnect-2.3.0.tar.bz2 b/container-suseconnect-2.3.0.tar.bz2 new file mode 100644 index 0000000..ca496c4 --- /dev/null +++ b/container-suseconnect-2.3.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:175a9a9171c4e6e02a1db5a7de6b3458a9f920b90a14b464772a2d90df448209 +size 98408 diff --git a/container-suseconnect.changes b/container-suseconnect.changes index 8cf9764..b3dfdf9 100644 --- a/container-suseconnect.changes +++ b/container-suseconnect.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Tue Jun 30 14:14:49 UTC 2020 - Ralf Haferkamp + +- Update to 2.3.0 (bsc#1173375) + - Introduce "containerbuild-regionsrv" support and add + "susecloud" zypper url-resolver plugin to allow building SLE + containers on public cloud on-demand instances + - Fix usage with RMT when repositories require authentication +- remove "%gosrc" call to avoid including all the go sources into + the main package. + ------------------------------------------------------------------- Thu Nov 28 10:01:56 UTC 2019 - Ralf Haferkamp diff --git a/container-suseconnect.spec b/container-suseconnect.spec index 5fdbd20..0c71f87 100644 --- a/container-suseconnect.spec +++ b/container-suseconnect.spec @@ -17,10 +17,12 @@ %global project container-suseconnect %global import_path github.com/SUSE/%{project} -%global zypp_path /usr/lib/zypp/plugins/services +%global zypp_path /usr/lib/zypp/plugins +%global zypp_services %{zypp_path}/services +%global zypp_urlresolver %{zypp_path}/urlresolver Name: %{project} -Version: 2.2.0 +Version: 2.3.0 Release: 0 Summary: Provides access to repositories inside containers License: Apache-2.0 @@ -52,15 +54,18 @@ export GO111MODULE=off %install %goinstall -%gosrc %gofilelist -%__mkdir_p %{buildroot}/%{zypp_path} -%__ln_s %{_bindir}/%{project} %{buildroot}/%{zypp_path}/%{project}-zypp +%__mkdir_p %{buildroot}/%{zypp_services} +%__mkdir_p %{buildroot}/%{zypp_urlresolver} +%__ln_s %{_bindir}/%{project} %{buildroot}/%{zypp_services}/%{project}-zypp +%__ln_s %{_bindir}/%{project} %{buildroot}/%{zypp_urlresolver}/susecloud %files -f file.lst %defattr(-,root,root,-) -%doc README.md LICENSE +%doc README.md +%license LICENSE %{_bindir}/%{project} -%{zypp_path}/%{project}-zypp +%{zypp_services}/%{project}-zypp +%{zypp_urlresolver}/susecloud %changelog