summaryrefslogtreecommitdiffstats
path: root/buildah.spec
diff options
context:
space:
mode:
authorDaniel J Walsh <dwalsh@redhat.com>2017-06-14 19:49:43 +0000
committerDaniel J Walsh <dwalsh@redhat.com>2017-06-14 19:49:43 +0000
commit0d91c048b42e8bf806172613eccaef65d7340aae (patch)
tree3e774aa6487e31bea1879e744071ee80593c0f52 /buildah.spec
parent17d40d45923539df6087b1da4265ad1d23cdbbd2 (diff)
downloadbuildah-0d91c048b42e8bf806172613eccaef65d7340aae.tar.gz
buildah-0d91c048b42e8bf806172613eccaef65d7340aae.tar.xz
buildah-0d91c048b42e8bf806172613eccaef65d7340aae.zip
Release Candidate 1
All features have now been implemented.
Diffstat (limited to 'buildah.spec')
-rw-r--r--buildah.spec15
1 files changed, 9 insertions, 6 deletions
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