Fix handling of buildah run command options
This commit is contained in:
parent
157846a759
commit
735cd52f9f
1
.gitignore
vendored
1
.gitignore
vendored
@ -15,3 +15,4 @@
|
||||
/buildah-6bad262.tar.gz
|
||||
/buildah-8badcc2.tar.gz
|
||||
/buildah-ef0ca9c.tar.gz
|
||||
/buildah-d1330a5.tar.gz
|
||||
|
16
buildah.spec
16
buildah.spec
@ -14,12 +14,12 @@
|
||||
# https://github.com/projectatomic/buildah
|
||||
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
||||
%global import_path %{provider_prefix}
|
||||
%global commit ef0ca9cd2d69e8ca70d07e19386c676ae4985644
|
||||
%global commit d1330a5c4680dd18e1d58015f94cb3530c248eb9
|
||||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: %{repo}
|
||||
Version: 0.13
|
||||
Release: 2.git%{shortcommit}%{?dist}
|
||||
Version: 0.15
|
||||
Release: 1.git%{shortcommit}%{?dist}
|
||||
Summary: A command line tool used for creating OCI Images
|
||||
License: ASL 2.0
|
||||
URL: https://%{provider_prefix}
|
||||
@ -85,6 +85,16 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
|
||||
%{_datadir}/bash-completion/completions/%{name}
|
||||
|
||||
%changelog
|
||||
* Tue Feb 27 2018 Dan Walsh <dwalsh@redhat.com> 0.15-1
|
||||
- Fix handling of buildah run command options
|
||||
|
||||
* Mon Feb 26 2018 Dan Walsh <dwalsh@redhat.com> 0.14-1
|
||||
- If commonOpts do not exist, we should return rather then segfault
|
||||
- Display full error string instead of just status
|
||||
- Implement --volume and --shm-size for bud and from
|
||||
- Fix secrets patch for buildah bud
|
||||
- Fixes the naming issue of blobs and config for the dir transport by removing the .tar extension
|
||||
|
||||
* Sun Feb 25 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.13-2
|
||||
- Build on ARMv7 too (Fedora supports containers on that arch too)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (buildah-ef0ca9c.tar.gz) = 4199a2efa1042a8669abf9b051133bdf4cf9b802368fb88032125911a12e63c092f83bed7269eec80f20862d34d0f673fb5b83e474230fa853de784f8c5bf32e
|
||||
SHA512 (buildah-d1330a5.tar.gz) = ec9fde97d29c39bc73bb52afaa68656468fb2325a08bb064137a2d00e1a63fa5f7e881df78de526533b4f56f900322c78940cdbcc317ade4a36464ebd2494fd5
|
||||
|
Loading…
Reference in New Issue
Block a user