Update to 50
Resolves: RHEL-111406
This commit is contained in:
parent
cd730ceca5
commit
fa5a657f51
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/image-builder-cli-41.tar.gz
|
||||
/image-builder-cli-43.tar.gz
|
||||
/image-builder-cli-48.tar.gz
|
||||
/image-builder-cli-50.tar.gz
|
||||
|
||||
@ -3,11 +3,11 @@
|
||||
# required. So if this needs backport to places where there is no
|
||||
# recent osbuild available we could simply make --use-librepo false
|
||||
# and go back to 129.
|
||||
%global min_osbuild_version 167
|
||||
%global min_osbuild_version 171
|
||||
|
||||
%global goipath github.com/osbuild/image-builder-cli
|
||||
|
||||
Version: 48
|
||||
Version: 50
|
||||
|
||||
%gometa
|
||||
|
||||
@ -146,8 +146,8 @@ Provides: bundled(golang(github.com/opencontainers/go-digest)) = 1.0.0
|
||||
Provides: bundled(golang(github.com/opencontainers/image-spec)) = 1.1.1
|
||||
Provides: bundled(golang(github.com/opencontainers/runtime-spec)) = 1.2.1
|
||||
Provides: bundled(golang(github.com/opencontainers/selinux)) = 1.12.0
|
||||
Provides: bundled(golang(github.com/osbuild/blueprint)) = 1.22.0
|
||||
Provides: bundled(golang(github.com/osbuild/images)) = 0.234.0
|
||||
Provides: bundled(golang(github.com/osbuild/blueprint)) = 1.23.0
|
||||
Provides: bundled(golang(github.com/osbuild/images)) = 0.240.0
|
||||
Provides: bundled(golang(github.com/pkg/errors)) = 0.9.1
|
||||
Provides: bundled(golang(github.com/pmezard/go-difflib)) = 5d4384e
|
||||
Provides: bundled(golang(github.com/proglottis/gpgme)) = 0.1.4
|
||||
@ -157,7 +157,7 @@ Provides: bundled(golang(github.com/secure-systems-lab/go-securesystemslib)) = 0
|
||||
Provides: bundled(golang(github.com/sigstore/fulcio)) = 1.6.6
|
||||
Provides: bundled(golang(github.com/sigstore/protobuf-specs)) = 0.4.1
|
||||
Provides: bundled(golang(github.com/sigstore/sigstore)) = 1.9.5
|
||||
Provides: bundled(golang(github.com/sirupsen/logrus)) = 1.9.3
|
||||
Provides: bundled(golang(github.com/sirupsen/logrus)) = 1.9.4
|
||||
Provides: bundled(golang(github.com/smallstep/pkcs7)) = 0.1.1
|
||||
Provides: bundled(golang(github.com/spf13/cobra)) = 1.10.2
|
||||
Provides: bundled(golang(github.com/spf13/pflag)) = 1.0.10
|
||||
@ -262,9 +262,12 @@ cd $PWD/_build/src/%{goipath}
|
||||
%doc README.md
|
||||
%{_bindir}/image-builder
|
||||
%{_tmpfilesdir}/image-builder.conf
|
||||
%ghost %dir /var/cache/image-builder
|
||||
%ghost %attr(0755, root, root) %dir /var/cache/image-builder
|
||||
|
||||
%changelog
|
||||
* Tue Feb 17 2026 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 50-1
|
||||
- New upstream release
|
||||
|
||||
* Wed Feb 04 2026 imagebuilder-bot <imagebuilder-bots+imagebuilder-bot@redhat.com> - 48-1
|
||||
- New upstream release
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (image-builder-cli-48.tar.gz) = 3cd7fe719af8590c16014ea22d91547dfc20059c268b49e6a31de5da91a6363744d30675576160d5cf40004566c93f1d266f83bd08f43ce208eb82795a319dd2
|
||||
SHA512 (image-builder-cli-50.tar.gz) = 046d43988fc5ac889896aeca3c2f239cb7dc2fa0bd628cff339adeadb994ce81234d513a74d7eab813bdf764b4b4d23985be0123465a549699b0105ce90f5bdc
|
||||
|
||||
Loading…
Reference in New Issue
Block a user