diff --git a/.buildah.metadata b/.buildah.metadata index c10bd09..a107ac5 100644 --- a/.buildah.metadata +++ b/.buildah.metadata @@ -1 +1 @@ -096c036d76429039955f77f88057772707102e85 SOURCES/buildah-04ea079.tar.gz +bb0e86a8a14b835ec78dbc23b40367df96cf6ac7 SOURCES/buildah-49095a8.tar.gz diff --git a/.gitignore b/.gitignore index fc0adb5..7f7d800 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/buildah-04ea079.tar.gz +SOURCES/buildah-49095a8.tar.gz diff --git a/SPECS/buildah.spec b/SPECS/buildah.spec index 18545d0..131de6c 100644 --- a/SPECS/buildah.spec +++ b/SPECS/buildah.spec @@ -21,18 +21,16 @@ # https://github.com/projectatomic/buildah %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} -%global commit 04ea0791308720d032fdf7f1efb55488ac633351 +%global commit 49095a83f8622cf69532352d183337635562e261 %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: buildah -Version: 0.9 -Release: 1.git%{shortcommit}%{?dist} +Version: 0.11 +Release: 3.git%{shortcommit}%{?dist} Summary: A command line tool used for creating OCI Images License: ASL 2.0 URL: https://%{provider_prefix} Source: https://%{provider_prefix}/archive/%{commit}/%{repo}-%{shortcommit}.tar.gz - -ExclusiveArch: x86_64 aarch64 ppc64le # If go_compiler is not set to 1, there is no virtual provide. Use golang instead. BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang} BuildRequires: git @@ -44,9 +42,10 @@ BuildRequires: gpgme-devel BuildRequires: device-mapper-devel BuildRequires: btrfs-progs-devel BuildRequires: libassuan-devel -Requires: runc >= 1.0.0-7 +Requires: runc >= 1.0.0-26 Requires: skopeo-containers >= 0.1.20-2 Requires: container-selinux +Requires: ostree Provides: %{repo} = %{version}-%{release} %description @@ -91,6 +90,33 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/buildah %changelog +* Mon Feb 05 2018 Lokesh Mandvekar - 0.11-3.git49095a8 +- Resolves: #1542236 - add ostree and bump runc dep + +* Thu Feb 01 2018 Frantisek Kluknavsky - 0.11-2.git49095a8 +- rebased to 49095a83f8622cf69532352d183337635562e261 + +* Tue Jan 16 2018 Dan Walsh 0.11-1 +- Add --all to remove containers +- Add --all functionality to rmi +- Show ctrid when doing rm -all +- Ignore sequential duplicate layers when reading v2s1 +- Lots of minor bug fixes +- Vendor in latest containers/image and containers/storage + +* Sat Dec 23 2017 Dan Walsh 0.10-2 +- Fix checkin + +* Sat Dec 23 2017 Dan Walsh 0.10-1 +- Display Config and Manifest as strings +- Bump containers/image +- Use configured registries to resolve image names +- Update to work with newer image library +- Add --chown option to add/copy commands + +* Tue Dec 12 2017 Lokesh Mandvekar - 0.9-2.git04ea079 +- build for all arches + * Sat Dec 2 2017 Dan Walsh 0.9-1 - Allow push to use the image id - Make sure builtin volumes have the correct label