diff options
| author | Daniel J Walsh <dwalsh@redhat.com> | 2017-06-14 19:49:43 +0000 |
|---|---|---|
| committer | Daniel J Walsh <dwalsh@redhat.com> | 2017-06-14 19:49:43 +0000 |
| commit | 0d91c048b42e8bf806172613eccaef65d7340aae (patch) | |
| tree | 3e774aa6487e31bea1879e744071ee80593c0f52 | |
| parent | 17d40d45923539df6087b1da4265ad1d23cdbbd2 (diff) | |
Release Candidate 1
All features have now been implemented.
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | buildah.spec | 15 | ||||
| -rw-r--r-- | sources | 2 |
3 files changed, 11 insertions, 7 deletions
@@ -1 +1,2 @@ /buildah-a0a5333.tar.gz +/buildah-597d2ab.tar.gz diff --git a/buildah.spec b/buildah.spec index 20a1e4b..49720b3 100644 --- a/buildah.spec +++ b/buildah.spec @@ -21,12 +21,12 @@ # https://github.com/projectatomic/buildah %global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo} %global import_path %{provider_prefix} -%global commit a0a5333b94264d1fb1e072d63bcb98f9e2981b49 +%global commit 597d2ab9fa41b2db8ce0c6d8be05edb462d3b31d %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: buildah -Version: 0.0.1 -Release: 1.git%{shortcommit}%{?dist} +Version: 0.1.0 +Release: 2.git%{shortcommit}%{?dist} Summary: A command line tool used to creating OCI Images License: ASL 2.0 URL: https://%{provider_prefix} @@ -43,8 +43,8 @@ BuildRequires: gpgme-devel BuildRequires: device-mapper-devel BuildRequires: btrfs-progs-devel BuildRequires: libassuan-devel -Requires: runc >= 1.0.0-6 -Requires: skopeo-containers +Requires: runc >= 1.0.0-7 +Requires: skopeo-containers >= 0.1.20-2 Provides: %{repo} = %{version}-%{release} %description @@ -74,7 +74,6 @@ make all %install export GOPATH=$(pwd)/_build:$(pwd):%{gopath} - make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions #define license tag if not already defined @@ -90,5 +89,9 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions %{_datadir}/bash-completion/completions/buildah %changelog +* Wed Jun 14 2017 Dan Walsh <dwalsh@redhat.com> 0.1.0-2.git597d2ab9 +- Release Candidate 1 +- All features have now been implemented. + * Fri Apr 14 2017 Dan Walsh <dwalsh@redhat.com> 0.0.1-1.git7a0a5333 - First package for Fedora @@ -1 +1 @@ -SHA512 (buildah-a0a5333.tar.gz) = f8ca5b5b5287239d3ce85d042dc3b886fe590e17a870e4c119e0996fef2c938437d324c4da22536468a305e9245a127f27f4b23545beb59fafbefc57c141e113 +SHA512 (buildah-597d2ab.tar.gz) = 89f86b12fd2b96c52ce6c21e6583a2099fa4b8f8de0c7d18eef698ebdb846e7b33441c78ac8c8be4117d3b59a9c90c1987f490278b23e7fc5c9d8d366677a35a |
