Accepting request 866552 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/866552 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/buildah?expand=0&rev=38
This commit is contained in:
25
_service
25
_service
@@ -1,21 +1,18 @@
|
||||
<services>
|
||||
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/containers/buildah.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="filename">buildah</param>
|
||||
<param name="versionformat">1.17.1</param>
|
||||
<param name="revision">v1.17.1</param>
|
||||
<param name="url">https://github.com/containers/buildah.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">buildah</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="revision">v1.19.2</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
|
||||
<service name="set_version" mode="disabled">
|
||||
<param name="basename">buildah</param>
|
||||
</service>
|
||||
|
||||
<param name="basename">buildah</param>
|
||||
</service>
|
||||
</services>
|
||||
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@@ -0,0 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/containers/buildah.git</param>
|
||||
<param name="changesrevision">7b83c4beddc7c10e38e071c380a9b5d2f9f60d9c</param></service></servicedata>
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa86282db0bc49b0731b994f5bf6e75a000c870dbcac62e58dd05352fae1e41b
|
||||
size 5981208
|
3
buildah-1.19.2.tar.xz
Normal file
3
buildah-1.19.2.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e489d4ba532c5f8636065a0aadffa4ef6d27f553aff6830f455039ae71005e10
|
||||
size 6088508
|
@@ -1,3 +1,95 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 22 23:28:28 UTC 2021 - dmueller@suse.com
|
||||
|
||||
- Update to version 1.19.2:
|
||||
* Update vendor of containers/storage and containers/common
|
||||
* Buildah inspect should be able to inspect manifests
|
||||
* Make buildah push support pushing manifests lists and digests
|
||||
* Fix handling of TMPDIR environment variable
|
||||
* Add support for --manifest flags
|
||||
* Upper directory should match mode of destination directory
|
||||
* Only grab the OS, Arch if the user actually specified them
|
||||
* Use --arch and --os and --variant options to select architecture and os
|
||||
* Cirrus: Track libseccomp and golang version
|
||||
* copier.PutOptions: add an "IgnoreDevices" flag
|
||||
* fix: `rmi --prune` when parent image is in store.
|
||||
* build(deps): bump github.com/containers/storage from 1.24.3 to 1.24.4
|
||||
* build(deps): bump github.com/containers/common from 0.31.1 to 0.31.2
|
||||
* Allow users to specify stdin into containers
|
||||
* Drop log message on failure to mount on /sys file systems to info
|
||||
* Spelling
|
||||
* SELinux no longer requires a tag.
|
||||
* build(deps): bump github.com/opencontainers/selinux from 1.6.0 to 1.8.0
|
||||
* build(deps): bump github.com/containers/common from 0.31.0 to 0.31.1
|
||||
* Update nix pin with `make nixpkgs`
|
||||
* Switch references of /var/run -> /run
|
||||
* Allow FROM to be overriden with from option
|
||||
* copier: don't assume we can chroot() on Unixy systems
|
||||
* copier: add PutOptions.NoOverwriteDirNonDir, Get/PutOptions.Rename
|
||||
* copier: handle replacing directories with not-directories
|
||||
* copier: Put: skip entries with zero-length names
|
||||
* build(deps): bump github.com/containers/storage from 1.24.2 to 1.24.3
|
||||
* Add U volume flag to chown source volumes
|
||||
* Turn off PRIOR_UBUNTU Test until vm is updated
|
||||
* pkg, cli: rootless uses correct isolation
|
||||
* build(deps): bump github.com/onsi/gomega from 1.10.3 to 1.10.4
|
||||
* update installation doc to reflect current status
|
||||
* Move away from using docker.io
|
||||
* enable short-name aliasing
|
||||
* build(deps): bump github.com/containers/storage from 1.24.1 to 1.24.2
|
||||
* build(deps): bump github.com/containers/common from 0.30.0 to 0.31.0
|
||||
* Throw errors when using bogus --network flags
|
||||
* pkg/supplemented test: replace our null blobinfocache
|
||||
* build(deps): bump github.com/containers/common from 0.29.0 to 0.30.0
|
||||
* inserts forgotten quotation mark
|
||||
* Not prefer use local image create/add manifest
|
||||
* Add container information to .containerenv
|
||||
* Add --ignorefile flag to use alternate .dockerignore flags
|
||||
* Add a source debug build
|
||||
* Fix crash on invalid filter commands
|
||||
* build(deps): bump github.com/containers/common from 0.27.0 to 0.29.0
|
||||
* Switch to using containers/common pkg's
|
||||
* fix: non-portable shebang #2812
|
||||
* Remove copy/paste errors that leaked `Podman` into man pages.
|
||||
* Add suggests cpp to spec file
|
||||
* Apply suggestions from code review
|
||||
* update docs for debian testing and unstable
|
||||
* imagebuildah: disable pseudo-terminals for RUN
|
||||
* Compute diffID for mapped-layer at creating image source
|
||||
* intermediateImageExists: ignore images whose history we can't read
|
||||
* Bump to v1.19.0-dev
|
||||
* build(deps): bump github.com/containers/common from 0.26.3 to 0.27.0
|
||||
* Fix testing error caused by simultanious merge
|
||||
* Vendor in containers/storage v1.24.0
|
||||
* short-names aliasing
|
||||
* Add --policy flag to buildah pull
|
||||
* Stop overwrapping and stuttering
|
||||
* copier.Get(): ignore ENOTSUP/ENOSYS when listing xattrs
|
||||
* Run: don't forcibly disable UTS namespaces in rootless mode
|
||||
* test: ensure non-directory in a Dockerfile path is handled correctly
|
||||
* Add a few tests for `pull` command
|
||||
* Fix buildah config --cmd to handle array
|
||||
* build(deps): bump github.com/containers/storage from 1.23.8 to 1.23.9
|
||||
* Fix NPE when Dockerfile path contains non-directory entries
|
||||
* Update buildah bud man page from podman build man page
|
||||
* Move declaration of decryption-keys to common cli
|
||||
* Run: correctly call copier.Mkdir
|
||||
* util: digging UID/GID out of os.FileInfo should work on Unix
|
||||
* imagebuildah.getImageTypeAndHistoryAndDiffIDs: cache results
|
||||
* Verify userns-uid-map and userns-gid-map input
|
||||
* Use CPP, CC and flags in dep check scripts
|
||||
* Avoid overriding LDFLAGS in Makefile
|
||||
* ADD: handle --chown on URLs
|
||||
* Update nix pin with `make nixpkgs`
|
||||
* (*Builder).Run: MkdirAll: handle EEXIST error
|
||||
* copier: try to force loading of nsswitch modules before chroot()
|
||||
* fix MkdirAll usage
|
||||
* build(deps): bump github.com/containers/common from 0.26.2 to 0.26.3
|
||||
* build(deps): bump github.com/containers/storage from 1.23.7 to 1.23.8
|
||||
* Use osusergo build tag for static build
|
||||
* imagebuildah: cache should take image format into account
|
||||
* Bump to v1.18.0-dev
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 08 11:52:40 UTC 2021 - rbrown@suse.com
|
||||
|
||||
|
@@ -22,7 +22,7 @@
|
||||
%define with_libostree 1
|
||||
%endif
|
||||
Name: buildah
|
||||
Version: 1.17.1
|
||||
Version: 1.19.2
|
||||
Release: 0
|
||||
Summary: Tool for building OCI containers
|
||||
License: Apache-2.0
|
||||
|
Reference in New Issue
Block a user