diff --git a/package.yml b/package.yml index 9261803..cfd543c 100644 --- a/package.yml +++ b/package.yml @@ -1,43 +1,42 @@ name : buildah -version : 1.13.2 -release : 7 +version : 1.14.0 +release : 8 source : - - git|https://github.com/containers/buildah : v1.13.2 + - git|https://github.com/containers/buildah : v1.14.0 extract : no license : Apache-2.0 homepage : https://buildah.io/ component : virt summary : A tool that facilitates building Open Container Initiative (OCI) container images description: | The Buildah package provides a command line tool that can be used to - create a working container, either from scratch or using an image as a starting point - create an image, either from a working container or via the instructions in a Dockerfile - images can be built in either the OCI image format or the traditional upstream docker image format - mount a working container's root filesystem for manipulation - unmount a working container's root filesystem - use the updated contents of a container's root filesystem as a filesystem layer to create a new image - delete a working container or an image - rename a local container builddeps : - pkgconfig(devmapper) - pkgconfig(gpgme) - pkgconfig(libseccomp) - btrfs-progs-devel - golang - go-md2man rundeps : - bzip2 - cni-plugins - runc - skopeo environment: | export GOPATH=$PKG_BUILD_DIR export SRC_DIR=$GOPATH/src/github.com/containers - export BUILDTAGS="seccomp" setup : | mkdir -p $SRC_DIR cp -r $sources/buildah.git/. $SRC_DIR build : | - %make -C $SRC_DIR BUILDTAGS="$BUILDTAGS" + %make -C $SRC_DIR install : | %make_install -C $SRC_DIR PREFIX=%PREFIX% diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml index cdc7a2b..f0a27ff 100644 --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -1,82 +1,82 @@ buildah https://buildah.io/ Mislav Čakarić mcakaric@gmail.com Apache-2.0 virt A tool that facilitates building Open Container Initiative (OCI) container images The Buildah package provides a command line tool that can be used to - create a working container, either from scratch or using an image as a starting point - create an image, either from a working container or via the instructions in a Dockerfile - images can be built in either the OCI image format or the traditional upstream docker image format - mount a working container's root filesystem for manipulation - unmount a working container's root filesystem - use the updated contents of a container's root filesystem as a filesystem layer to create a new image - delete a working container or an image - rename a local container https://getsol.us/sources/README.Solus buildah A tool that facilitates building Open Container Initiative (OCI) container images The Buildah package provides a command line tool that can be used to - create a working container, either from scratch or using an image as a starting point - create an image, either from a working container or via the instructions in a Dockerfile - images can be built in either the OCI image format or the traditional upstream docker image format - mount a working container's root filesystem for manipulation - unmount a working container's root filesystem - use the updated contents of a container's root filesystem as a filesystem layer to create a new image - delete a working container or an image - rename a local container virt /usr/bin/buildah /usr/share/man/man1/buildah-add.1 /usr/share/man/man1/buildah-bud.1 /usr/share/man/man1/buildah-commit.1 /usr/share/man/man1/buildah-config.1 /usr/share/man/man1/buildah-containers.1 /usr/share/man/man1/buildah-copy.1 /usr/share/man/man1/buildah-from.1 /usr/share/man/man1/buildah-images.1 /usr/share/man/man1/buildah-info.1 /usr/share/man/man1/buildah-inspect.1 /usr/share/man/man1/buildah-login.1 /usr/share/man/man1/buildah-logout.1 /usr/share/man/man1/buildah-manifest-add.1 /usr/share/man/man1/buildah-manifest-annotate.1 /usr/share/man/man1/buildah-manifest-create.1 /usr/share/man/man1/buildah-manifest-inspect.1 /usr/share/man/man1/buildah-manifest-push.1 /usr/share/man/man1/buildah-manifest-remove.1 /usr/share/man/man1/buildah-manifest.1 /usr/share/man/man1/buildah-mount.1 /usr/share/man/man1/buildah-pull.1 /usr/share/man/man1/buildah-push.1 /usr/share/man/man1/buildah-rename.1 /usr/share/man/man1/buildah-rm.1 /usr/share/man/man1/buildah-rmi.1 /usr/share/man/man1/buildah-run.1 /usr/share/man/man1/buildah-tag.1 /usr/share/man/man1/buildah-umount.1 /usr/share/man/man1/buildah-unshare.1 /usr/share/man/man1/buildah-version.1 /usr/share/man/man1/buildah.1 - - 2020-02-03 - 1.13.2 + + 2020-02-10 + 1.14.0 Packaging update Mislav Čakarić mcakaric@gmail.com \ No newline at end of file