6952568
%global with_bundled 1
55281e9
%global with_debug 1
55281e9
17d40d4
%if 0%{?with_debug}
74c1fcd
%global _find_debuginfo_dwz_opts %{nil}
17d40d4
%global _dwz_low_mem_die_limit 0
17d40d4
%else
17d40d4
%global debug_package   %{nil}
17d40d4
%endif
17d40d4
c14385f
%global provider github
c14385f
%global provider_tld com
9dba8cb
%global project containers
c14385f
%global repo buildah
20dac33
# https://github.com/containers/buildah
17d40d4
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
c14385f
%global import_path %{provider_prefix}
Lokesh Mandvekar (Bot) 016eab3
%global commit0 021d6072825ff94ce7fe0bd40e8414af62fac33d
c14385f
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
17d40d4
c14385f
Name: %{repo}
Lokesh Mandvekar (Bot) f00978c
Version: 1.8
Lokesh Mandvekar (Bot) 016eab3
Release: 32.dev.git%{shortcommit0}%{?dist}
c14385f
Summary: A command line tool used for creating OCI Images
c14385f
License: ASL 2.0
c14385f
URL: https://%{provider_prefix}
c14385f
Source: https://%{provider_prefix}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
17d40d4
c14385f
ExclusiveArch: x86_64 %{arm} aarch64 ppc64le s390x
17d40d4
# If go_compiler is not set to 1, there is no virtual provide. Use golang instead.
c14385f
BuildRequires: %{?go_compiler:compiler(go-compiler)}%{!?go_compiler:golang}
c14385f
BuildRequires: git
c14385f
BuildRequires: glib2-devel
8316a6f
BuildRequires: libseccomp-static
c14385f
BuildRequires: ostree-devel
c14385f
BuildRequires: glibc-static
c14385f
BuildRequires: go-md2man
c14385f
BuildRequires: gpgme-devel
c14385f
BuildRequires: device-mapper-devel
c14385f
BuildRequires: btrfs-progs-devel
c14385f
BuildRequires: libassuan-devel
057ff55
BuildRequires: make
c14385f
Requires: runc >= 1.0.0-17
e9feb72
Requires: containers-common
fdf4328
Recommends: container-selinux
f3b3ca0
Recommends: slirp4netns >= 0.3-0
f3b3ca0
%if 0%{?fedora} > 28
f3b3ca0
Recommends: fuse-overlayfs
f3b3ca0
%endif
17d40d4
17d40d4
%description
6952568
The %{name} package provides a command line tool which can be used to
17d40d4
* create a working container from scratch
17d40d4
or
17d40d4
* create a working container from an image as a starting point
17d40d4
* mount/umount a working container's root file system for manipulation
17d40d4
* save container's root file system layer to create a new image
17d40d4
* delete a working container or an image
17d40d4
17d40d4
%prep
c14385f
%autosetup -Sgit -n %{name}-%{commit0}
17d40d4
17d40d4
%build
17d40d4
mkdir _build
17d40d4
pushd _build
17d40d4
mkdir -p src/%{provider}.%{provider_tld}/%{project}
17d40d4
ln -s $(dirs +1 -l) src/%{import_path}
17d40d4
popd
17d40d4
17d40d4
mv vendor src
17d40d4
17d40d4
export GOPATH=$(pwd)/_build:$(pwd):%{gopath}
6941693
export BUILDTAGS='seccomp selinux'
8316a6f
%gobuild -o %{name} %{import_path}/cmd/%{name}
8316a6f
%{__make} docs
17d40d4
17d40d4
%install
17d40d4
export GOPATH=$(pwd)/_build:$(pwd):%{gopath}
17d40d4
make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
17d40d4
17d40d4
#define license tag if not already defined
17d40d4
%{!?_licensedir:%global license %doc}
17d40d4
17d40d4
%files
17d40d4
%license LICENSE
17d40d4
%doc README.md
17d40d4
%{_bindir}/%{name}
6952568
%{_mandir}/man1/%{name}*
17d40d4
%dir %{_datadir}/bash-completion
17d40d4
%dir %{_datadir}/bash-completion/completions
6952568
%{_datadir}/bash-completion/completions/%{name}
17d40d4
17d40d4
%changelog
Lokesh Mandvekar (Bot) 016eab3
* Wed Apr 10 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.8-32.dev.git021d607
Lokesh Mandvekar (Bot) 016eab3
- autobuilt 021d607
Lokesh Mandvekar (Bot) 016eab3
Lokesh Mandvekar (Bot) 7c3b4a5
* Tue Apr 09 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.8-31.dev.git610eb7a
Lokesh Mandvekar (Bot) 7c3b4a5
- autobuilt 610eb7a
Lokesh Mandvekar (Bot) 7c3b4a5
Lokesh Mandvekar (Bot) c73658e
* Sun Apr 07 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.8-30.dev.git25b7c11
Lokesh Mandvekar (Bot) c73658e
- autobuilt 25b7c11
Lokesh Mandvekar (Bot) c73658e
Lokesh Mandvekar (Bot) b7bec15
* Sat Apr 06 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.8-29.dev.git29a6c81
Lokesh Mandvekar (Bot) b7bec15
- autobuilt 29a6c81
Lokesh Mandvekar (Bot) b7bec15
Lokesh Mandvekar (Bot) 39327b8
* Fri Apr 05 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.8-28.dev.gitac66d78
Lokesh Mandvekar (Bot) 39327b8
- autobuilt ac66d78
Lokesh Mandvekar (Bot) 39327b8
Lokesh Mandvekar (Bot) a4501eb
* Mon Apr 01 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.8-27.dev.git9e1967a
Lokesh Mandvekar (Bot) a4501eb
- autobuilt 9e1967a
Lokesh Mandvekar (Bot) a4501eb
Lokesh Mandvekar (Bot) 4300e7d
* Sat Mar 30 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.8-26.dev.git13d9142
Lokesh Mandvekar (Bot) 4300e7d
- autobuilt 13d9142
Lokesh Mandvekar (Bot) 4300e7d
Lokesh Mandvekar (Bot) 7de04e6
* Fri Mar 29 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.8-25.dev.gita9bd025
Lokesh Mandvekar (Bot) 7de04e6
- autobuilt a9bd025
Lokesh Mandvekar (Bot) 7de04e6
Lokesh Mandvekar (Bot) ece20ac
* Thu Mar 28 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.8-24.dev.gitc933fe4
Lokesh Mandvekar (Bot) ece20ac
- autobuilt c933fe4
Lokesh Mandvekar (Bot) ece20ac
Lokesh Mandvekar (Bot) cb97c3d
* Wed Mar 27 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.8-23.dev.git3d74031
Lokesh Mandvekar (Bot) cb97c3d
- autobuilt 3d74031
Lokesh Mandvekar (Bot) cb97c3d
Lokesh Mandvekar (Bot) 4ee2756
* Mon Mar 25 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.8-22.dev.git03fae01
Lokesh Mandvekar (Bot) 4ee2756
- autobuilt 03fae01
Lokesh Mandvekar (Bot) 4ee2756
Lokesh Mandvekar (Bot) 05d9e24
* Sat Mar 23 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.8-21.dev.gitd1c75ea
Lokesh Mandvekar (Bot) 05d9e24
- autobuilt d1c75ea
Lokesh Mandvekar (Bot) 05d9e24
Lokesh Mandvekar (Bot) 7798183
* Fri Mar 22 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.8-20.dev.gitc6ae5c5
Lokesh Mandvekar (Bot) 7798183
- autobuilt c6ae5c5
Lokesh Mandvekar (Bot) 7798183
6941693
* Thu Mar 21 2019 Dan Walsh <dwalsh@redhat.com> - 1.8-19.dev.gitbe0c8d2
6941693
- Complile with SELinux enabled
6941693
Lokesh Mandvekar (Bot) 9e67be5
* Thu Mar 21 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.8-18.dev.gitbe0c8d2
Lokesh Mandvekar (Bot) 9e67be5
- autobuilt be0c8d2
Lokesh Mandvekar (Bot) 9e67be5
Lokesh Mandvekar (Bot) 7efead3
* Wed Mar 20 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.8-17.dev.git9d6da3a
Lokesh Mandvekar (Bot) 7efead3
- autobuilt 9d6da3a
Lokesh Mandvekar (Bot) 7efead3
Lokesh Mandvekar (Bot) f2718b2
* Tue Mar 19 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.8-16.dev.git1ba9201
Lokesh Mandvekar (Bot) f2718b2
- autobuilt 1ba9201
Lokesh Mandvekar (Bot) f2718b2
Lokesh Mandvekar (Bot) 8ebab0a
* Sat Mar 16 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.8-15.dev.gita986f34
Lokesh Mandvekar (Bot) 8ebab0a
- autobuilt a986f34
Lokesh Mandvekar (Bot) 8ebab0a
Lokesh Mandvekar (Bot) 716c9e1
* Fri Mar 15 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.8-14.dev.gitc691d09
Lokesh Mandvekar (Bot) 716c9e1
- autobuilt c691d09
Lokesh Mandvekar (Bot) 716c9e1
Lokesh Mandvekar (Bot) 98c3978
* Thu Mar 14 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.8-13.dev.git3b497ff
Lokesh Mandvekar (Bot) 98c3978
- autobuilt 3b497ff
Lokesh Mandvekar (Bot) 98c3978
Lokesh Mandvekar (Bot) 7300ad5
* Wed Mar 13 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.8-12.dev.git3ba8822
Lokesh Mandvekar (Bot) 7300ad5
- autobuilt 3ba8822
Lokesh Mandvekar (Bot) 7300ad5
Lokesh Mandvekar (Bot) 7050b07
* Sun Mar 10 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.8-11.dev.git36605c2
Lokesh Mandvekar (Bot) 7050b07
- autobuilt 36605c2
Lokesh Mandvekar (Bot) 7050b07
Lokesh Mandvekar (Bot) 89f8059
* Sat Mar 09 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.8-10.dev.git984ea9b
Lokesh Mandvekar (Bot) 89f8059
- autobuilt 984ea9b
Lokesh Mandvekar (Bot) 89f8059
Lokesh Mandvekar (Bot) 51787f9
* Thu Mar 07 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.8-9.dev.git0a8ec97
Lokesh Mandvekar (Bot) 51787f9
- autobuilt 0a8ec97
Lokesh Mandvekar (Bot) 51787f9
f3b3ca0
* Wed Mar 06 2019 Dan Walsh <dwalsh@redhat.com> - 1.8-8.dev.git3afba37
f3b3ca0
- Add recommends for fuse-overlay and slirp4netns
f3b3ca0
Lokesh Mandvekar (Bot) 2d57931
* Wed Mar 06 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.8-7.dev.git3afba37
Lokesh Mandvekar (Bot) 2d57931
- autobuilt 3afba37
Lokesh Mandvekar (Bot) 2d57931
Lokesh Mandvekar (Bot) 6072159
* Tue Mar 05 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.8-6.dev.git11dd219
Lokesh Mandvekar (Bot) 6072159
- autobuilt 11dd219
Lokesh Mandvekar (Bot) 6072159
Lokesh Mandvekar (Bot) 9cf0554
* Fri Mar 01 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.8-5.dev.git8b1d11f
Lokesh Mandvekar (Bot) 9cf0554
- autobuilt 8b1d11f
Lokesh Mandvekar (Bot) 9cf0554
Lokesh Mandvekar (Bot) 3d42ae5
* Thu Feb 28 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.8-4.dev.git95a5089
Lokesh Mandvekar (Bot) 3d42ae5
- autobuilt 95a5089
Lokesh Mandvekar (Bot) 3d42ae5
Lokesh Mandvekar (Bot) 6c16b59
* Tue Feb 26 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.8-3.dev.git6c1a4cc
Lokesh Mandvekar (Bot) 6c16b59
- autobuilt 6c1a4cc
Lokesh Mandvekar (Bot) 6c16b59
Lokesh Mandvekar (Bot) f00978c
* Sat Feb 23 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.8-2.dev.git8c3d8b1
Lokesh Mandvekar (Bot) f00978c
- bump to 1.8
Lokesh Mandvekar (Bot) f00978c
- autobuilt 8c3d8b1
Lokesh Mandvekar (Bot) f00978c
Lokesh Mandvekar (Bot) fd9299a
* Fri Feb 22 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.7-20.dev.git873f001
Lokesh Mandvekar (Bot) fd9299a
- autobuilt 873f001
Lokesh Mandvekar (Bot) fd9299a
Lokesh Mandvekar (Bot) b5686ea
* Thu Feb 21 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.7-19.dev.gitdb6e7bb
Lokesh Mandvekar (Bot) b5686ea
- autobuilt db6e7bb
Lokesh Mandvekar (Bot) b5686ea
Lokesh Mandvekar (Bot) 6bf37aa
* Wed Feb 20 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.7-18.dev.git1b02a7e
Lokesh Mandvekar (Bot) 6bf37aa
- autobuilt 1b02a7e
Lokesh Mandvekar (Bot) 6bf37aa
Lokesh Mandvekar (Bot) 73931ac
* Mon Feb 18 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.7-17.dev.git146a0fc
Lokesh Mandvekar (Bot) 73931ac
- autobuilt 146a0fc
Lokesh Mandvekar (Bot) 73931ac
Lokesh Mandvekar (Bot) 774deb2
* Sat Feb 16 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.7-16.dev.git80fcb24
Lokesh Mandvekar (Bot) 774deb2
- autobuilt 80fcb24
Lokesh Mandvekar (Bot) 774deb2
Lokesh Mandvekar (Bot) 8f02791
* Fri Feb 15 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.7-15.dev.git40d4d59
Lokesh Mandvekar (Bot) 8f02791
- autobuilt 40d4d59
Lokesh Mandvekar (Bot) 8f02791
Lokesh Mandvekar (Bot) ab68e26
* Thu Feb 14 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.7-14.dev.gite4c4d46
Lokesh Mandvekar (Bot) ab68e26
- autobuilt e4c4d46
Lokesh Mandvekar (Bot) ab68e26
Lokesh Mandvekar (Bot) 7fe834c
* Sun Feb 10 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.7-13.dev.git711f9ea
Lokesh Mandvekar (Bot) 7fe834c
- autobuilt 711f9ea
Lokesh Mandvekar (Bot) 7fe834c
Lokesh Mandvekar (Bot) 7530706
* Fri Feb 08 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.7-12.dev.git310363c
Lokesh Mandvekar (Bot) 7530706
- autobuilt 310363c
Lokesh Mandvekar (Bot) 7530706
Lokesh Mandvekar (Bot) b009e0a
* Wed Feb 06 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.7-11.dev.git50539b5
Lokesh Mandvekar (Bot) b009e0a
- autobuilt 50539b5
Lokesh Mandvekar (Bot) b009e0a
Lokesh Mandvekar (Bot) bc343b4
* Tue Feb 05 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.7-10.dev.gitad24f28
Lokesh Mandvekar (Bot) bc343b4
- autobuilt ad24f28
Lokesh Mandvekar (Bot) bc343b4
Lokesh Mandvekar (Bot) 5854903
* Sat Feb 02 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.7-9.dev.git973bb88
Lokesh Mandvekar (Bot) 5854903
- autobuilt 973bb88
Lokesh Mandvekar (Bot) 5854903
Lokesh Mandvekar (Bot) f095a00
* Fri Feb 01 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.7-8.dev.git03f6247
Lokesh Mandvekar (Bot) f095a00
- autobuilt 03f6247
Lokesh Mandvekar (Bot) f095a00
3df18d0
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.7-7.dev.gite702872
3df18d0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
3df18d0
Lokesh Mandvekar (Bot) cbadc72
* Tue Jan 29 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.7-6.dev.gite702872
Lokesh Mandvekar (Bot) cbadc72
- autobuilt e702872
Lokesh Mandvekar (Bot) cbadc72
Lokesh Mandvekar (Bot) 664c8a8
* Thu Jan 24 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.7-5.dev.gitf1cec50
Lokesh Mandvekar (Bot) 664c8a8
- autobuilt f1cec50
Lokesh Mandvekar (Bot) 664c8a8
Lokesh Mandvekar (Bot) 827f15f
* Tue Jan 22 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.7-4.dev.git4bcddb7
Lokesh Mandvekar (Bot) 827f15f
- autobuilt 4bcddb7
Lokesh Mandvekar (Bot) 827f15f
Lokesh Mandvekar (Bot) 57977cb
* Mon Jan 21 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.7-3.dev.git9b9ed1d
Lokesh Mandvekar (Bot) 57977cb
- autobuilt 9b9ed1d
Lokesh Mandvekar (Bot) 57977cb
Lokesh Mandvekar (Bot) 6044ac5
* Sun Jan 20 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.7-2.dev.git7a85ca7
Lokesh Mandvekar (Bot) 6044ac5
- bump to 1.7
Lokesh Mandvekar (Bot) 6044ac5
- autobuilt 7a85ca7
Lokesh Mandvekar (Bot) 6044ac5
Lokesh Mandvekar (Bot) 00d8116
* Sat Jan 19 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.6-2.dev.git5f95bd9
Lokesh Mandvekar (Bot) 00d8116
- bump to 1.6
Lokesh Mandvekar (Bot) 00d8116
- autobuilt 5f95bd9
Lokesh Mandvekar (Bot) 00d8116
Lokesh Mandvekar (Bot) 595b047
* Fri Jan 18 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.7-2.dev.git0f114e9
Lokesh Mandvekar (Bot) 595b047
- bump to 1.7
Lokesh Mandvekar (Bot) 595b047
- autobuilt 0f114e9
Lokesh Mandvekar (Bot) 595b047
Lokesh Mandvekar (Bot) cbefee3
* Thu Jan 17 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.6-33.dev.git66ff1dd
Lokesh Mandvekar (Bot) cbefee3
- autobuilt 66ff1dd
Lokesh Mandvekar (Bot) cbefee3
Lokesh Mandvekar (Bot) 78838f5
* Wed Jan 16 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.6-32.dev.gitd7e530e
Lokesh Mandvekar (Bot) 78838f5
- autobuilt d7e530e
Lokesh Mandvekar (Bot) 78838f5
Lokesh Mandvekar (Bot) 35878dc
* Tue Jan 15 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.6-31.dev.gitfe7e09c
Lokesh Mandvekar (Bot) 35878dc
- autobuilt fe7e09c
Lokesh Mandvekar (Bot) 35878dc
Lokesh Mandvekar (Bot) 0dc62ae
* Sun Jan 13 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.6-30.dev.gitfa86533
Lokesh Mandvekar (Bot) 0dc62ae
- autobuilt fa86533
Lokesh Mandvekar (Bot) 0dc62ae
Lokesh Mandvekar (Bot) 70b4414
* Sat Jan 12 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.6-29.dev.gitf6a0258
Lokesh Mandvekar (Bot) 70b4414
- autobuilt f6a0258
Lokesh Mandvekar (Bot) 70b4414
Lokesh Mandvekar (Bot) 2fced18
* Fri Jan 11 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.6-28.dev.git5d22f3c
Lokesh Mandvekar (Bot) 2fced18
- autobuilt 5d22f3c
Lokesh Mandvekar (Bot) 2fced18
Lokesh Mandvekar (Bot) 0640966
* Thu Jan 10 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.6-27.dev.git1ef527c
Lokesh Mandvekar (Bot) 0640966
- autobuilt 1ef527c
Lokesh Mandvekar (Bot) 0640966
Lokesh Mandvekar (Bot) 91cd363
* Wed Jan 09 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.6-26.dev.git169a923
Lokesh Mandvekar (Bot) 91cd363
- autobuilt 169a923
Lokesh Mandvekar (Bot) 91cd363
Lokesh Mandvekar (Bot) 75cdf45
* Tue Jan 08 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.6-25.dev.git48b44e5
Lokesh Mandvekar (Bot) 75cdf45
- autobuilt 48b44e5
Lokesh Mandvekar (Bot) 75cdf45
Lokesh Mandvekar (Bot) 0db58c4
* Mon Jan 07 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.6-24.dev.gita4200ae
Lokesh Mandvekar (Bot) 0db58c4
- autobuilt a4200ae
Lokesh Mandvekar (Bot) 0db58c4
Lokesh Mandvekar (Bot) 15c8c84
* Sun Jan 06 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.6-23.dev.gitbb710f3
Lokesh Mandvekar (Bot) 15c8c84
- autobuilt bb710f3
Lokesh Mandvekar (Bot) 15c8c84
Lokesh Mandvekar (Bot) a334dda
* Sat Jan 05 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.6-22.dev.git8f05aa6
Lokesh Mandvekar (Bot) a334dda
- autobuilt 8f05aa6
Lokesh Mandvekar (Bot) a334dda
Lokesh Mandvekar (Bot) 9ac53f7
* Fri Jan 04 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.6-21.dev.git579f1d5
Lokesh Mandvekar (Bot) 9ac53f7
- autobuilt 579f1d5
Lokesh Mandvekar (Bot) 9ac53f7
Lokesh Mandvekar (Bot) 443fa7b
* Thu Jan 03 2019 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.6-20.dev.gite55a9f3
Lokesh Mandvekar (Bot) 443fa7b
- autobuilt e55a9f3
Lokesh Mandvekar (Bot) 443fa7b
Lokesh Mandvekar (Bot) 00d8116
* Tue Dec 25 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.6-1.nightly.git5f95bd99.dev.giteebbba2
Lokesh Mandvekar (Bot) 8d154d0
- autobuilt eebbba2
Lokesh Mandvekar (Bot) 8d154d0
Lokesh Mandvekar (Bot) 00d8116
* Thu Dec 20 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.6-1.nightly.git5f95bd98.dev.git4674656
Lokesh Mandvekar (Bot) 7c71428
- autobuilt 4674656
Lokesh Mandvekar (Bot) 7c71428
Lokesh Mandvekar (Bot) 00d8116
* Wed Dec 19 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.6-1.nightly.git5f95bd97.dev.gitdd3dff5
Lokesh Mandvekar (Bot) fbad611
- autobuilt dd3dff5
Lokesh Mandvekar (Bot) fbad611
Lokesh Mandvekar (Bot) 00d8116
* Sun Dec 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.6-1.nightly.git5f95bd96.dev.git96c68db
Lokesh Mandvekar (Bot) ddfc490
- autobuilt 96c68db
Lokesh Mandvekar (Bot) ddfc490
Lokesh Mandvekar (Bot) 00d8116
* Fri Dec 14 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.6-1.nightly.git5f95bd95.dev.gitde7f480
Lokesh Mandvekar (Bot) 1053dac
- autobuilt de7f480
Lokesh Mandvekar (Bot) 1053dac
Lokesh Mandvekar (Bot) 00d8116
* Wed Dec 12 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.6-1.nightly.git5f95bd94.dev.git90ea890
Lokesh Mandvekar (Bot) 55af0c5
- autobuilt 90ea890
Lokesh Mandvekar (Bot) 55af0c5
Lokesh Mandvekar (Bot) 00d8116
* Mon Dec 10 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.6-1.nightly.git5f95bd93.dev.gitdd0f4f1
Lokesh Mandvekar (Bot) 9aefc58
- autobuilt dd0f4f1
Lokesh Mandvekar (Bot) 9aefc58
Lokesh Mandvekar (Bot) 00d8116
* Sat Dec 08 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.6-1.nightly.git5f95bd92.dev.git1e1dc14
Lokesh Mandvekar (Bot) 6de24b0
- autobuilt 1e1dc14
Lokesh Mandvekar (Bot) 6de24b0
Lokesh Mandvekar (Bot) 00d8116
* Fri Dec 07 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.6-1.nightly.git5f95bd91.dev.git9c1d273
Lokesh Mandvekar (Bot) 40fae25
- autobuilt 9c1d273
Lokesh Mandvekar (Bot) 40fae25
Lokesh Mandvekar (Bot) 00d8116
* Thu Dec 06 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.6-1.nightly.git5f95bd90.dev.git5cca1d6
Lokesh Mandvekar (Bot) 510e80d
- autobuilt 5cca1d6
Lokesh Mandvekar (Bot) 510e80d
Lokesh Mandvekar (Bot) 215142c
* Wed Dec 05 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.6-9.dev.git01f9ae2
Lokesh Mandvekar (Bot) 215142c
- autobuilt 01f9ae2
Lokesh Mandvekar (Bot) 215142c
Lokesh Mandvekar (Bot) 1909386
* Tue Dec 04 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.6-8.dev.git9c65e56
Lokesh Mandvekar (Bot) 1909386
- autobuilt 9c65e56
Lokesh Mandvekar (Bot) 1909386
Lokesh Mandvekar (Bot) ae7ab26
* Sun Dec 02 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.6-7.dev.gitb68a8e1
Lokesh Mandvekar (Bot) ae7ab26
- autobuilt b68a8e1
Lokesh Mandvekar (Bot) ae7ab26
Lokesh Mandvekar (Bot) 627413b
* Sat Dec 01 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.6-6.dev.git2b582d3
Lokesh Mandvekar (Bot) 627413b
- autobuilt 2b582d3
Lokesh Mandvekar (Bot) 627413b
Lokesh Mandvekar (Bot) 16849a2
* Fri Nov 30 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.6-5.dev.git6e00183
Lokesh Mandvekar (Bot) 16849a2
- autobuilt 6e00183
Lokesh Mandvekar (Bot) 16849a2
Lokesh Mandvekar (Bot) b037fea
* Thu Nov 29 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.6-4.dev.git93d8b9f
Lokesh Mandvekar (Bot) b037fea
- autobuilt 93d8b9f
Lokesh Mandvekar (Bot) b037fea
Lokesh Mandvekar (Bot) b91f2c1
* Wed Nov 28 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.6-3.dev.git4126176
Lokesh Mandvekar (Bot) b91f2c1
- autobuilt 4126176
Lokesh Mandvekar (Bot) b91f2c1
Lokesh Mandvekar (Bot) 669b92a
* Fri Nov 23 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.6-2.dev.gitd5a3c52
Lokesh Mandvekar (Bot) 669b92a
- bump to 1.6
Lokesh Mandvekar (Bot) 669b92a
- autobuilt d5a3c52
Lokesh Mandvekar (Bot) 669b92a
Lokesh Mandvekar (Bot) 75bc805
* Thu Nov 22 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.5-12.dev.git25d89b4
Lokesh Mandvekar (Bot) 75bc805
- autobuilt 25d89b4
Lokesh Mandvekar (Bot) 75bc805
Lokesh Mandvekar (Bot) 7e92596
* Wed Nov 21 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.5-11.dev.git2ac987a
Lokesh Mandvekar (Bot) 7e92596
- autobuilt 2ac987a
Lokesh Mandvekar (Bot) 7e92596
Lokesh Mandvekar (Bot) 887855a
* Tue Nov 20 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.5-10.dev.gitc9cb148
Lokesh Mandvekar (Bot) 887855a
- autobuilt c9cb148
Lokesh Mandvekar (Bot) 887855a
Lokesh Mandvekar (Bot) 36d85cf
* Sat Nov 17 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.5-9.dev.git18309de
Lokesh Mandvekar (Bot) 36d85cf
- autobuilt 18309de
Lokesh Mandvekar (Bot) 36d85cf
Lokesh Mandvekar (Bot) 5f793c9
* Fri Nov 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.5-8.dev.gitd7e0993
Lokesh Mandvekar (Bot) 5f793c9
- autobuilt d7e0993
Lokesh Mandvekar (Bot) 5f793c9
Lokesh Mandvekar (Bot) d4d5d6c
* Thu Nov 15 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.5-7.dev.gitdac7819
Lokesh Mandvekar (Bot) d4d5d6c
- autobuilt dac7819
Lokesh Mandvekar (Bot) d4d5d6c
Lokesh Mandvekar (Bot) ec32211
* Tue Nov 13 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.5-6.dev.gitfb2b2bd
Lokesh Mandvekar (Bot) ec32211
- autobuilt fb2b2bd
Lokesh Mandvekar (Bot) ec32211
Lokesh Mandvekar (Bot) 224ec6a
* Sat Nov 10 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.5-5.dev.git9add3c8
Lokesh Mandvekar (Bot) 224ec6a
- autobuilt 9add3c8
Lokesh Mandvekar (Bot) 224ec6a
Lokesh Mandvekar (Bot) cdd7a9a
* Fri Nov 09 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.5-4.dev.git74e0b6f
Lokesh Mandvekar (Bot) cdd7a9a
- autobuilt 74e0b6f
Lokesh Mandvekar (Bot) cdd7a9a
Lokesh Mandvekar (Bot) e2e86bf
* Thu Nov 08 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.5-3.dev.git0ae8b51
Lokesh Mandvekar (Bot) e2e86bf
- autobuilt 0ae8b51
Lokesh Mandvekar (Bot) e2e86bf
Lokesh Mandvekar (Bot) d834e98
* Wed Nov 07 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.5-2.dev.git7341758
Lokesh Mandvekar (Bot) d834e98
- autobuilt 7341758
Lokesh Mandvekar (Bot) d834e98
20dac33
* Tue Oct 2 2018 Dan Walsh <dwalsh@redhat.com> - 1.5-1.dev.git87239ae
20dac33
- bump to v1.5-dev Release
20dac33
287af28
* Wed Sep 19 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.4-2.dev.git19e44f0
287af28
- autobuilt 19e44f0
287af28
8316a6f
* Sun Aug 12 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.4-1.dev.git0a7389c
8316a6f
- bump to v1.4-dev
8316a6f
- built 0a7389c
8316a6f
Lokesh Mandvekar (Bot) b575d5d
* Wed Aug 01 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.3-11.dev.git02f54e4
Lokesh Mandvekar (Bot) b575d5d
- autobuilt 02f54e4
Lokesh Mandvekar (Bot) b575d5d
9842359
* Tue Jul 31 2018 Florian Weimer <fweimer@redhat.com> - 1.3-10.dev.gitbe03809
9842359
- Rebuild with fixed binutils
9842359
Lokesh Mandvekar (Bot) a44126c
* Sun Jul 29 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.3-9.dev.gitbe03809
Lokesh Mandvekar (Bot) a44126c
- autobuilt be03809
Lokesh Mandvekar (Bot) a44126c
Lokesh Mandvekar (Bot) e040e16
* Sat Jul 28 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.3-8.dev.gitc18724e
Lokesh Mandvekar (Bot) e040e16
- autobuilt c18724e
Lokesh Mandvekar (Bot) e040e16
Lokesh Mandvekar (Bot) 6ac685c
* Thu Jul 26 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.3-7.dev.git4976d8c
Lokesh Mandvekar (Bot) 6ac685c
- autobuilt 4976d8c
Lokesh Mandvekar (Bot) 6ac685c
Lokesh Mandvekar (Bot) 4fcce60
* Wed Jul 25 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.3-6.dev.gite5f7539
Lokesh Mandvekar (Bot) 4fcce60
- autobuilt e5f7539
Lokesh Mandvekar (Bot) 4fcce60
fdf4328
* Mon Jul 23 2018 Dan Walsh <dwalsh@redhat.com> - 1.3-5.dev.dev.git826733a
fdf4328
- Change container-selinux Requires to Recommends
fdf4328
Lokesh Mandvekar (Bot) 23c226e
* Fri Jul 20 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.3-4.dev.git826733a
Lokesh Mandvekar (Bot) 23c226e
- autobuilt 826733a
Lokesh Mandvekar (Bot) 23c226e
951d8ec
* Thu Jul 19 2018 Dan Walsh <dwalsh@redhat.com> - 1.3-3.dev.git1215b16
951d8ec
- buildah does not require ostree
951d8ec
Lokesh Mandvekar (Bot) b13bbdd
* Thu Jul 19 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.3-2.dev.git1215b16
Lokesh Mandvekar (Bot) b13bbdd
- autobuilt 1215b16
Lokesh Mandvekar (Bot) b13bbdd
6251e95
* Tue Jul 17 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 1.3-1.dev.gita9895bd
6251e95
- bump to v1.3-dev
6251e95
- built a9895bd
6251e95
ede4df9
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.2-25.dev.git3fb864b
ede4df9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
ede4df9
Lokesh Mandvekar (Bot) 8f66fb2
* Mon Jul 09 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-24.git3fb864b
Lokesh Mandvekar (Bot) 8f66fb2
- autobuilt 3fb864b
Lokesh Mandvekar (Bot) 8f66fb2
Lokesh Mandvekar (Bot) 4090ddf
* Sun Jul 08 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-23.git8be2b62
Lokesh Mandvekar (Bot) 4090ddf
- autobuilt 8be2b62
Lokesh Mandvekar (Bot) 4090ddf
Lokesh Mandvekar (Bot) 898f9d2
* Sat Jul 07 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-22.gita885bc6
Lokesh Mandvekar (Bot) 898f9d2
- autobuilt a885bc6
Lokesh Mandvekar (Bot) 898f9d2
Lokesh Mandvekar (Bot) 2e16ba2
* Fri Jul 06 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-21.git733cd20
Lokesh Mandvekar (Bot) 2e16ba2
- autobuilt 733cd20
Lokesh Mandvekar (Bot) 2e16ba2
Lokesh Mandvekar (Bot) 727e325
* Thu Jul 05 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-20.gita59fb7a
Lokesh Mandvekar (Bot) 727e325
- autobuilt a59fb7a
Lokesh Mandvekar (Bot) 727e325
Lokesh Mandvekar (Bot) 3bac9a9
* Tue Jul 03 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-19.git5c11c34
Lokesh Mandvekar (Bot) 3bac9a9
- autobuilt 5c11c34
Lokesh Mandvekar (Bot) 3bac9a9
Lokesh Mandvekar (Bot) 66af493
* Mon Jul 02 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-18.git5cd9be6
Lokesh Mandvekar (Bot) 66af493
- autobuilt 5cd9be6
Lokesh Mandvekar (Bot) 66af493
Lokesh Mandvekar (Bot) 0d4ae90
* Sun Jul 01 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-17.git6f72599
Lokesh Mandvekar (Bot) 0d4ae90
- autobuilt 6f72599
Lokesh Mandvekar (Bot) 0d4ae90
Lokesh Mandvekar (Bot) f566bfb
* Sat Jun 30 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-16.git704adec
Lokesh Mandvekar (Bot) f566bfb
- autobuilt 704adec
Lokesh Mandvekar (Bot) f566bfb
Lokesh Mandvekar (Bot) 75a7ed5
* Fri Jun 29 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-15.gitb965fc4
Lokesh Mandvekar (Bot) 75a7ed5
- autobuilt b965fc4
Lokesh Mandvekar (Bot) 75a7ed5
Lokesh Mandvekar (Bot) 1ddff90
* Thu Jun 28 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-14.git1acccce
Lokesh Mandvekar (Bot) 1ddff90
- autobuilt 1acccce
Lokesh Mandvekar (Bot) 1ddff90
Lokesh Mandvekar (Bot) 2e78f3b
* Wed Jun 27 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-13.git146c185
Lokesh Mandvekar (Bot) 2e78f3b
- autobuilt 146c185
Lokesh Mandvekar (Bot) 2e78f3b
Lokesh Mandvekar (Bot) e84255d
* Tue Jun 26 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-12.git16a33bd
Lokesh Mandvekar (Bot) e84255d
- autobuilt 16a33bd
Lokesh Mandvekar (Bot) e84255d
Lokesh Mandvekar (Bot) 9de27c9
* Mon Jun 25 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-11.git2ac95ea
Lokesh Mandvekar (Bot) 9de27c9
- autobuilt 2ac95ea
Lokesh Mandvekar (Bot) 9de27c9
Lokesh Mandvekar (Bot) 3a2d8da
* Sat Jun 23 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-10.git0143a44
Lokesh Mandvekar (Bot) 3a2d8da
- autobuilt 0143a44
Lokesh Mandvekar (Bot) 3a2d8da
Lokesh Mandvekar (Bot) 83ec27b
* Thu Jun 21 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-9.git2441ff4
Lokesh Mandvekar (Bot) 83ec27b
- autobuilt 2441ff4
Lokesh Mandvekar (Bot) 83ec27b
Lokesh Mandvekar (Bot) 0081bc0
* Wed Jun 20 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-8.gitda7be32
Lokesh Mandvekar (Bot) 0081bc0
- autobuilt da7be32
Lokesh Mandvekar (Bot) 0081bc0
Lokesh Mandvekar (Bot) 97cc557
* Tue Jun 19 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-7.git2064b29
Lokesh Mandvekar (Bot) 97cc557
- autobuilt 2064b29
Lokesh Mandvekar (Bot) 97cc557
Lokesh Mandvekar (Bot) 6e011cb
* Mon Jun 18 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-6.git93d8606
Lokesh Mandvekar (Bot) 6e011cb
- autobuilt 93d8606
Lokesh Mandvekar (Bot) 6e011cb
Lokesh Mandvekar (Bot) 8537ee9
* Fri Jun 15 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-5.gitfc438bb
Lokesh Mandvekar (Bot) 8537ee9
- autobuilt fc438bb
Lokesh Mandvekar (Bot) 8537ee9
Lokesh Mandvekar (Bot) 5354b27
* Thu Jun 14 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-4.git73820fc
Lokesh Mandvekar (Bot) 5354b27
- autobuilt 73820fc
Lokesh Mandvekar (Bot) 5354b27
Lokesh Mandvekar (Bot) 40f9ff0
* Wed Jun 13 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-3.git6c4bef7
Lokesh Mandvekar (Bot) 40f9ff0
- autobuilt 6c4bef7
Lokesh Mandvekar (Bot) 40f9ff0
Lokesh Mandvekar (Bot) 58dbc41
* Tue Jun 12 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-2.git94c1e6d
Lokesh Mandvekar (Bot) 58dbc41
- autobuilt 94c1e6d
Lokesh Mandvekar (Bot) 58dbc41
Lokesh Mandvekar (Bot) d675e0a
* Mon Jun 11 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.2-1.gitb9983a6
Lokesh Mandvekar (Bot) d675e0a
- bump to 1.2
Lokesh Mandvekar (Bot) d675e0a
- autobuilt b9983a6
Lokesh Mandvekar (Bot) d675e0a
e9376be
* Sun Jun 10 2018 Dan Walsh <dwalsh@redhat.com> 1.1-1
e9376be
- Drop capabilities if running container processes as non root
e9376be
- Print Warning message if cmd will not be used based on entrypoint
e9376be
- Update 01-intro.md
e9376be
- Shouldn't add insecure registries to list of search registries
e9376be
- Report errors on bad transports specification when pushing images
e9376be
- Move parsing code out of common for namespaces and into pkg/parse.go
e9376be
- Add disable-content-trust noop flag to bud
e9376be
- Change freenode chan to buildah
e9376be
- runCopyStdio(): don't close stdin unless we saw POLLHUP
e9376be
- Add registry errors for pull
e9376be
- runCollectOutput(): just read until the pipes are closed on us
e9376be
- Run(): provide redirection for stdio
e9376be
- rmi, rm: add test
e9376be
- add mount test
e9376be
- Add parameter judgment for commands that do not require parameters
e9376be
- Add context dir to bud command in baseline test
e9376be
- run.bats: check that we can run with symlinks in the bundle path
e9376be
- Give better messages to users when image can not be found
e9376be
- use absolute path for bundlePath
e9376be
- Add environment variable to buildah --format
e9376be
- rm: add validation to args and all option
e9376be
- Accept json array input for config entrypoint
e9376be
- Run(): process RunOptions.Mounts, and its flags
e9376be
- Run(): only collect error output from stdio pipes if we created some
e9376be
- Add OnBuild support for Dockerfiles
e9376be
- Quick fix on demo readme
e9376be
- run: fix validate flags
e9376be
- buildah bud should require a context directory or URL
e9376be
- Touchup tutorial for run changes
e9376be
- Validate common bud and from flags
e9376be
- images: Error if the specified imagename does not exist
e9376be
- inspect: Increase err judgments to avoid panic
e9376be
- add test to inspect
e9376be
- buildah bud picks up ENV from base image
e9376be
- Extend the amount of time travis_wait should wait
e9376be
- Add a make target for Installing CNI plugins
e9376be
- Add tests for namespace control flags
e9376be
- copy.bats: check ownerships in the container
e9376be
- Fix SELinux test errors when SELinux is enabled
e9376be
- Add example CNI configurations
e9376be
- Run: set supplemental group IDs
e9376be
- Run: use a temporary mount namespace
e9376be
- Use CNI to configure container networks
e9376be
- add/secrets/commit: Use mappings when setting permissions on added content
e9376be
- Add CLI options for specifying namespace and cgroup setup
e9376be
- Always set mappings when using user namespaces
e9376be
- Run(): break out creation of stdio pipe descriptors
e9376be
- Read UID/GID mapping information from containers and images
e9376be
- Additional bud CI tests
e9376be
- Run integration tests under travis_wait in Travis
e9376be
- build-using-dockerfile: add --annotation
e9376be
- Implement --squash for build-using-dockerfile and commit
e9376be
- Vendor in latest container/storage for devicemapper support
e9376be
- add test to inspect
e9376be
- Vendor github.com/onsi/ginkgo and github.com/onsi/gomega
e9376be
- Test with Go 1.10, too
e9376be
- Add console syntax highlighting to troubleshooting page
e9376be
- bud.bats: print "$output" before checking its contents
e9376be
- Manage "Run" containers more closely
e9376be
- Break Builder.Run()'s "run runc" bits out
e9376be
- util.ResolveName(): handle completion for tagged/digested image names
e9376be
- Handle /etc/hosts and /etc/resolv.conf properly in container
e9376be
- Documentation fixes
e9376be
- Make it easier to parse our temporary directory as an image name
e9376be
- Makefile: list new pkg/ subdirectoris as dependencies for buildah
e9376be
- containerImageSource: return more-correct errors
e9376be
- API cleanup: PullPolicy and TerminalPolicy should be types
e9376be
- Make "run --terminal" and "run -t" aliases for "run --tty"
e9376be
- Vendor github.com/containernetworking/cni v0.6.0
e9376be
- Update github.com/containers/storage
e9376be
- Update github.com/projectatomic/libpod
e9376be
- Add support for buildah bud --label
e9376be
- buildah push/from can push and pull images with no reference
e9376be
- Vendor in latest containers/image
e9376be
- Update gometalinter to fix install.tools error
e9376be
- Update troubleshooting with new run workaround
e9376be
- Added a bud demo and tidied up
e9376be
- Attempt to download file from url, if fails assume Dockerfile
e9376be
- Add buildah bud CI tests for ENV variables
e9376be
- Re-enable rpm .spec version check and new commit test
e9376be
- Update buildah scratch demo to support el7
e9376be
- Added Docker compatibility demo
e9376be
- Update to F28 and new run format in baseline test
e9376be
- Touchup man page short options across man pages
e9376be
- Added demo dir and a demo. chged distrorlease
e9376be
- builder-inspect: fix format option
e9376be
- Add cpu-shares short flag (-c) and cpu-shares CI tests
e9376be
- Minor fixes to formatting in rpm spec changelog
e9376be
- Fix rpm .spec changelog formatting
e9376be
- CI tests and minor fix for cache related noop flags
e9376be
- buildah-from: add effective value to mount propagation
e9376be
Lokesh Mandvekar (Bot) 088a5c2
* Sat Jun 09 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-20.gitf449b28
Lokesh Mandvekar (Bot) 088a5c2
- autobuilt f449b28
Lokesh Mandvekar (Bot) 088a5c2
Lokesh Mandvekar (Bot) 1e05b25
* Fri Jun 08 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-19.gitc306342
Lokesh Mandvekar (Bot) 1e05b25
- autobuilt c306342
Lokesh Mandvekar (Bot) 1e05b25
Lokesh Mandvekar (Bot) 7873757
* Wed Jun 06 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-18.gitd3d097b
Lokesh Mandvekar (Bot) 7873757
- autobuilt d3d097b
Lokesh Mandvekar (Bot) 7873757
Lokesh Mandvekar (Bot) 72e6aee
* Mon Jun 04 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-17.gitf90b6c0
Lokesh Mandvekar (Bot) 72e6aee
- autobuilt f90b6c0
Lokesh Mandvekar (Bot) 72e6aee
Lokesh Mandvekar (Bot) e4a0f63
* Sun Jun 03 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-16.git70641ee
Lokesh Mandvekar (Bot) e4a0f63
- autobuilt 70641ee
Lokesh Mandvekar (Bot) e4a0f63
Lokesh Mandvekar (Bot) 9a95d85
* Sat Jun 02 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-15.git03686e5
Lokesh Mandvekar (Bot) 9a95d85
- autobuilt 03686e5
Lokesh Mandvekar (Bot) 9a95d85
Lokesh Mandvekar (Bot) 233e869
* Fri Jun 01 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-14.git73bfd79
Lokesh Mandvekar (Bot) 233e869
- autobuilt 73bfd79
Lokesh Mandvekar (Bot) 233e869
Lokesh Mandvekar (Bot) 120eed3
* Thu May 31 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-13.git5595d4d
Lokesh Mandvekar (Bot) 120eed3
- autobuilt 5595d4d
Lokesh Mandvekar (Bot) 120eed3
Lokesh Mandvekar (Bot) 25e9104
* Wed May 30 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-12.gitebb0d8e
Lokesh Mandvekar (Bot) 25e9104
- autobuilt ebb0d8e
Lokesh Mandvekar (Bot) 25e9104
Lokesh Mandvekar (Bot) 2cf51bc
* Tue May 29 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-11.git88affbd
Lokesh Mandvekar (Bot) 2cf51bc
- autobuilt 88affbd
Lokesh Mandvekar (Bot) 2cf51bc
Lokesh Mandvekar (Bot) 25050ea
* Fri May 25 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-10.git25f4e8e
Lokesh Mandvekar (Bot) 25050ea
- autobuilt 25f4e8e
Lokesh Mandvekar (Bot) 25050ea
Lokesh Mandvekar (Bot) 3b2d8db
* Thu May 17 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-9.git2749191
Lokesh Mandvekar (Bot) 3b2d8db
- autobuilt 2749191
Lokesh Mandvekar (Bot) 3b2d8db
Lokesh Mandvekar (Bot) 950b6da
* Wed May 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-8.git3e320b9
Lokesh Mandvekar (Bot) 950b6da
- autobuilt 3e320b9
Lokesh Mandvekar (Bot) 950b6da
Lokesh Mandvekar (Bot) d5c556e
* Tue May 15 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-7.git8515867
Lokesh Mandvekar (Bot) d5c556e
- autobuilt 8515867
Lokesh Mandvekar (Bot) d5c556e
Lokesh Mandvekar (Bot) 40e971d
* Sun May 13 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-6.gitce8d467
Lokesh Mandvekar (Bot) 40e971d
- autobuilt ce8d467
Lokesh Mandvekar (Bot) 40e971d
Lokesh Mandvekar (Bot) b890924
* Sat May 12 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-5.gitb9a1041
Lokesh Mandvekar (Bot) b890924
- autobuilt b9a1041
Lokesh Mandvekar (Bot) b890924
Lokesh Mandvekar (Bot) c3dc1a3
* Fri May 11 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-4.git2ea3e11
Lokesh Mandvekar (Bot) c3dc1a3
- autobuilt 2ea3e11
Lokesh Mandvekar (Bot) c3dc1a3
Lokesh Mandvekar (Bot) 1c98b4e
* Wed May 09 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-3.gitfe204e4
Lokesh Mandvekar (Bot) 1c98b4e
- autobuilt fe204e4
Lokesh Mandvekar (Bot) 1c98b4e
Lokesh Mandvekar (Bot) f3bf229
* Tue May 08 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 1.0-2.git906ee37
Lokesh Mandvekar (Bot) f3bf229
- autobuilt 906ee37
Lokesh Mandvekar (Bot) f3bf229
dec3b4f
* Mon May 07 2018 Dan Walsh <dwalsh@redhat.com> 1.0-1
dec3b4f
- Remove buildah run cmd and entrypoint execution
dec3b4f
- Add Files section with registries.conf to pertinent man pages
dec3b4f
- Force "localhost" as a default registry
dec3b4f
- Add --compress, --rm, --squash flags as a noop for bud
dec3b4f
- Add FIPS mode secret to buildah run and bud
dec3b4f
- Add config --comment/--domainname/--history-comment/--hostname
dec3b4f
- Add support for --iidfile to bud and commit
dec3b4f
- Add /bin/sh -c to entrypoint in config
dec3b4f
- buildah images and podman images are listing different sizes
dec3b4f
- Remove tarball as an option from buildah push --help
dec3b4f
- Update entrypoint behaviour to match docker
dec3b4f
- Display imageId after commit
dec3b4f
- config: add support for StopSignal
dec3b4f
- Allow referencing stages as index and names
dec3b4f
- Add multi-stage builds support
dec3b4f
- Vendor in latest imagebuilder, to get mixed case AS support
dec3b4f
- Allow umount to have multi-containers
dec3b4f
- Update buildah push doc
dec3b4f
- buildah bud walks symlinks
dec3b4f
- Imagename is required for commit atm, update manpage
dec3b4f
Lokesh Mandvekar (Bot) 3eaeb32
* Mon May 07 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-25.gitdd02e70
Lokesh Mandvekar (Bot) 3eaeb32
- autobuilt dd02e70
Lokesh Mandvekar (Bot) 3eaeb32
Lokesh Mandvekar (Bot) 6d1cb6a
* Sat May 05 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-24.git45772e8
Lokesh Mandvekar (Bot) 6d1cb6a
- autobuilt 45772e8
Lokesh Mandvekar (Bot) 6d1cb6a
Lokesh Mandvekar (Bot) e7216f7
* Fri May 04 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-23.git6fe2b55
Lokesh Mandvekar (Bot) e7216f7
- autobuilt 6fe2b55
Lokesh Mandvekar (Bot) e7216f7
Lokesh Mandvekar (Bot) 26cbfe2
* Wed May 02 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-22.gita4f5707
Lokesh Mandvekar (Bot) 26cbfe2
- autobuilt a4f5707
Lokesh Mandvekar (Bot) 26cbfe2
Lokesh Mandvekar (Bot) a588835
* Wed May 02 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-21.gite130f2b
Lokesh Mandvekar (Bot) a588835
- autobuilt commit e130f2b
Lokesh Mandvekar (Bot) a588835
Lokesh Mandvekar (Bot) 3238581
* Tue May 01 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-20.gitadb8e6f
Lokesh Mandvekar (Bot) 3238581
- autobuilt commit adb8e6f
Lokesh Mandvekar (Bot) 3238581
Lokesh Mandvekar (Bot) 3b541a6
* Sat Apr 28 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-19.gitc50c287
Lokesh Mandvekar (Bot) 3b541a6
- autobuilt commit c50c287
Lokesh Mandvekar (Bot) 3b541a6
Lokesh Mandvekar (Bot) f583b92
* Fri Apr 27 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-18.gitca1704f
Lokesh Mandvekar (Bot) f583b92
- autobuilt commit ca1704f
Lokesh Mandvekar (Bot) f583b92
Lokesh Mandvekar (Bot) 48a0c68
* Wed Apr 25 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-17.git49abf82
Lokesh Mandvekar (Bot) 48a0c68
- autobuilt commit 49abf82
Lokesh Mandvekar (Bot) 48a0c68
Lokesh Mandvekar (Bot) f89e4f9
* Tue Apr 24 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-16.gitfdc3998
Lokesh Mandvekar (Bot) f89e4f9
- autobuilt commit fdc3998
Lokesh Mandvekar (Bot) f89e4f9
Lokesh Mandvekar (Bot) d53577b
* Tue Apr 24 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-15.gitb16a1ea
Lokesh Mandvekar (Bot) d53577b
- autobuilt commit b16a1ea
Lokesh Mandvekar (Bot) d53577b
Lokesh Mandvekar (Bot) 885e1b2
* Fri Apr 20 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-14.gitd84f05a
Lokesh Mandvekar (Bot) 885e1b2
- autobuilt commit d84f05a
Lokesh Mandvekar (Bot) 885e1b2
Lokesh Mandvekar (Bot) b63cc76
* Thu Apr 19 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-13.gite008b73
Lokesh Mandvekar (Bot) b63cc76
- autobuilt commit e008b73
Lokesh Mandvekar (Bot) b63cc76
Lokesh Mandvekar (Bot) 5695f6b
* Thu Apr 19 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-12.git28a27a3
Lokesh Mandvekar (Bot) 5695f6b
- autobuilt commit 28a27a3
Lokesh Mandvekar (Bot) 5695f6b
Lokesh Mandvekar (Bot) 4770dbb
* Tue Apr 17 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-11.git45a4b81
Lokesh Mandvekar (Bot) 4770dbb
- autobuilt commit 45a4b81
Lokesh Mandvekar (Bot) 4770dbb
Lokesh Mandvekar (Bot) 63b05c7
* Tue Apr 17 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-10.git45a4b81
Lokesh Mandvekar (Bot) 63b05c7
- autobuilt commit 45a4b81
Lokesh Mandvekar (Bot) 63b05c7
Lokesh Mandvekar (Bot) bde88e3
* Mon Apr 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-9.git6421399
Lokesh Mandvekar (Bot) bde88e3
- autobuilt commit 6421399
Lokesh Mandvekar (Bot) bde88e3
Lokesh Mandvekar (Bot) 0e135eb
* Mon Apr 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-8.git83d7d10
Lokesh Mandvekar (Bot) 0e135eb
- autobuilt commit 83d7d10
Lokesh Mandvekar (Bot) 0e135eb
Lokesh Mandvekar (Bot) 8235da6
* Mon Apr 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-7.git83d7d10
Lokesh Mandvekar (Bot) 8235da6
- autobuilt commit 83d7d10
Lokesh Mandvekar (Bot) 8235da6
Lokesh Mandvekar (Bot) 0d45aea
* Mon Apr 16 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-6.git83d7d10
Lokesh Mandvekar (Bot) 0d45aea
- autobuilt commit 83d7d10
Lokesh Mandvekar (Bot) 0d45aea
Lokesh Mandvekar (Bot) 428e3b8
* Mon Apr 09 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-5.git4339223
Lokesh Mandvekar (Bot) 428e3b8
- autobuilt commit 4339223
Lokesh Mandvekar (Bot) 428e3b8
Lokesh Mandvekar (Bot) d5812cd
* Mon Apr 09 2018 Lokesh Mandvekar (Bot) <lsm5+bot@fedoraproject.org> - 0.16-4.git4339223
Lokesh Mandvekar (Bot) d5812cd
- autobuilt commit 4339223
Lokesh Mandvekar (Bot) d5812cd
46a0f63
* Mon Apr 09 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.16-3.git4339223
46a0f63
- autobuilt commit 4339223
46a0f63
d2a10b7
* Sun Apr 08 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.16-2.git4743c2e
d2a10b7
- autobuilt commit 4743c2e
d2a10b7
78230e6
* Wed Apr 4 2018 Dan Walsh <dwalsh@redhat.com> 0.16-1
78230e6
-   Add support for shell
78230e6
-   Vendor in latest containers/image
78230e6
-    	 docker-archive generates docker legacy compatible images
78230e6
-	 Do not create $DiffID subdirectories for layers with no configs
78230e6
- 	 Ensure the layer IDs in legacy docker/tarfile metadata are unique
78230e6
-	 docker-archive: repeated layers are symlinked in the tar file
78230e6
-	 sysregistries: remove all trailing slashes
78230e6
-	 Improve docker/* error messages
78230e6
-	 Fix failure to make auth directory
78230e6
-	 Create a new slice in Schema1.UpdateLayerInfos
78230e6
-	 Drop unused storageImageDestination.{image,systemContext}
78230e6
-	 Load a *storage.Image only once in storageImageSource
78230e6
-	 Support gzip for docker-archive files
78230e6
-	 Remove .tar extension from blob and config file names
78230e6
-	 ostree, src: support copy of compressed layers
78230e6
-	 ostree: re-pull layer if it misses uncompressed_digest|uncompressed_size
78230e6
-	 image: fix docker schema v1 -> OCI conversion
78230e6
-	 Add /etc/containers/certs.d as default certs directory
78230e6
-  Change image time to locale, add troubleshooting.md, add logo to other mds
78230e6
-   Allow --cmd parameter to have commands as values
78230e6
-   Document the mounts.conf file
78230e6
-   Fix man pages to format correctly
78230e6
-   buildah from now supports pulling images using the following transports:
78230e6
-   docker-archive, oci-archive, and dir.
78230e6
-   If the user overrides the storage driver, the options should be dropped
78230e6
-   Show Config/Manifest as JSON string in inspect when format is not set
78230e6
-   Adds feature to pull compressed docker-archive files
78230e6
735cd52
* Tue Feb 27 2018 Dan Walsh <dwalsh@redhat.com> 0.15-1
735cd52
- Fix handling of buildah run command options
735cd52
735cd52
* Mon Feb 26 2018 Dan Walsh <dwalsh@redhat.com> 0.14-1
735cd52
- If commonOpts do not exist, we should return rather then segfault
735cd52
- Display full error string instead of just status
735cd52
- Implement --volume and --shm-size for bud and from
735cd52
- Fix secrets patch for buildah bud
735cd52
- Fixes the naming issue of blobs and config for the dir transport by removing the .tar extension
735cd52
157846a
* Sun Feb 25 2018 Peter Robinson <pbrobinson@fedoraproject.org> 0.13-2
157846a
- Build on ARMv7 too (Fedora supports containers on that arch too)
157846a
3602a57
* Thu Feb 22 2018 Dan Walsh <dwalsh@redhat.com> 0.13-1
3602a57
- Vendor in latest containers/storage
3602a57
-    This fixes a large SELinux bug.  
3602a57
- run: do not open /etc/hosts if not needed
3602a57
- Add the following flags to buildah bud and from
3602a57
            --add-host
3602a57
            --cgroup-parent
3602a57
            --cpu-period
3602a57
            --cpu-quota
3602a57
            --cpu-shares
3602a57
            --cpuset-cpus
3602a57
            --cpuset-mems
3602a57
            --memory
3602a57
            --memory-swap
3602a57
            --security-opt
3602a57
            --ulimit
3602a57
adad6b5
* Mon Feb 12 2018 Dan Walsh <dwalsh@redhat.com> 0.12-1
adad6b5
- Added handing for simpler error message for Unknown Dockerfile instructions.
adad6b5
- Change default certs directory to /etc/containers/certs.dir
adad6b5
- Vendor in latest containers/image
adad6b5
- Vendor in latest containers/storage
adad6b5
- build-using-dockerfile: set the 'author' field for MAINTAINER
adad6b5
- Return exit code 1 when buildah-rmi fails
adad6b5
- Trim the image reference to just its name before calling getImageName
adad6b5
- Touch up rmi -f usage statement
adad6b5
- Add --format and --filter to buildah containers
adad6b5
- Add --prune,-p option to rmi command
adad6b5
- Add authfile param to commit
adad6b5
- Fix --runtime-flag for buildah run and bud
adad6b5
- format should override quiet for images
adad6b5
- Allow all auth params to work with bud
adad6b5
- Do not overwrite directory permissions on --chown
adad6b5
- Unescape HTML characters output into the terminal
adad6b5
- Fix: setting the container name to the image
adad6b5
- Prompt for un/pwd if not supplied with --creds
adad6b5
- Make bud be really quiet
adad6b5
- Return a better error message when failed to resolve an image
adad6b5
- Update auth tests and fix bud man page
adad6b5
78c2996
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.11-3.git6bad262
78c2996
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
78c2996
6952568
* Mon Feb 05 2018 Lokesh Mandvekar <lsm5@fedoraproject.org> - 0.11-2
6952568
- Resolves: upstream gh#432
6952568
- enable debuginfo for non-fedora packages
6952568
b1da7ad
* Tue Jan 16 2018 Dan Walsh <dwalsh@redhat.com> 0.11-1
b1da7ad
- Add --all to remove containers
b1da7ad
- Add --all functionality to rmi
b1da7ad
- Show ctrid when doing rm -all
b1da7ad
- Ignore sequential duplicate layers when reading v2s1
b1da7ad
- Lots of minor bug fixes
b1da7ad
- Vendor in latest containers/image and containers/storage
b1da7ad
4c02e20
* Tue Dec 26 2017 Dan Walsh <dwalsh@redhat.com> 0.10-2
4c02e20
- Fix checkin
4c02e20
fa659c3
* Sat Dec 23 2017 Dan Walsh <dwalsh@redhat.com> 0.10-1
fa659c3
- Display Config and Manifest as strings
fa659c3
- Bump containers/image
fa659c3
- Use configured registries to resolve image names
fa659c3
- Update to work with newer image library
fa659c3
- Add --chown option to add/copy commands
fa659c3
9d94396
* Sat Dec 2 2017 Dan Walsh <dwalsh@redhat.com> 0.9-1
9d94396
- Allow push to use the image id
9d94396
- Make sure builtin volumes have the correct label
9d94396
fa6abe1
* Thu Nov 16 2017 Dan Walsh <dwalsh@redhat.com> 0.8-1
fa6abe1
- Buildah bud was failing on SELinux machines, this fixes this
fa6abe1
- Block access to certain kernel file systems inside of the container
fa6abe1
d14dafe
* Thu Nov 16 2017 Dan Walsh <dwalsh@redhat.com> 0.7-1
d14dafe
- Ignore errors when trying to read containers buildah.json for loading SELinux reservations
d14dafe
-     Use credentials from kpod login for buildah
d14dafe
7d3f1f0
* Wed Nov 15 2017 Dan Walsh <dwalsh@redhat.com> 0.6-1
7d3f1f0
- Adds support for converting manifest types when using the dir transport
7d3f1f0
- Rework how we do UID resolution in images
7d3f1f0
- Bump github.com/vbatts/tar-split
7d3f1f0
- Set option.terminal appropriately in run
7d3f1f0
404eab2
* Wed Nov 08 2017 Dan Walsh <dwalsh@redhat.com> 0.5-2
404eab2
-  Bump github.com/vbatts/tar-split
404eab2
-  Fixes CVE That could allow a container image to cause a DOS
404eab2
33387dc
* Tue Nov 07 2017 Dan Walsh <dwalsh@redhat.com> 0.5-1
33387dc
-  Add secrets patch to buildah
33387dc
-  Add proper SELinux labeling to buildah run
33387dc
-  Add tls-verify to bud command
33387dc
-  Make filtering by date use the image's date
33387dc
-  images: don't list unnamed images twice
33387dc
-  Fix timeout issue
33387dc
-  Add further tty verbiage to buildah run
33387dc
-  Make inspect try an image on failure if type not specified
33387dc
-  Add support for `buildah run --hostname`
33387dc
-  Tons of bug fixes and code cleanup
33387dc
dd55030
* Fri Sep 22 2017 Dan Walsh <dwalsh@redhat.com> 0.4-1.git9cbccf88c
dd55030
-   Add default transport to push if not provided
dd55030
-   Avoid trying to print a nil ImageReference
dd55030
-   Add authentication to commit and push
dd55030
-   Add information on buildah from man page on transports
dd55030
-   Remove --transport flag
dd55030
-   Run: do not complain about missing volume locations
dd55030
-   Add credentials to buildah from
dd55030
-   Remove export command
dd55030
-   Run(): create the right working directory
dd55030
-   Improve "from" behavior with unnamed references
dd55030
-   Avoid parsing image metadata for dates and layers
dd55030
-   Read the image's creation date from public API
dd55030
-   Bump containers/storage and containers/image
dd55030
-   Don't panic if an image's ID can't be parsed
dd55030
-   Turn on --enable-gc when running gometalinter
dd55030
-   rmi: handle truncated image IDs
dd55030
dc3f8b6
* Tue Aug 15 2017 Josh Boyer <jwboyer@redhat.com> - 0.3-5.gitb9b2a8a
dc3f8b6
- Build for s390x as well
dc3f8b6
48a3db3
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-4.gitb9b2a8a
48a3db3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
48a3db3
29b2c26
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3-3.gitb9b2a8a
29b2c26
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
29b2c26
8df8427
* Thu Jul 20 2017 Dan Walsh <dwalsh@redhat.com> 0.3-2.gitb9b2a8a7e
ffb71d3
- Bump for inclusion of OCI 1.0 Runtime and Image Spec
ffb71d3
4decefb
* Tue Jul 18 2017 Dan Walsh <dwalsh@redhat.com> 0.2.0-1.gitac2aad6
4decefb
-   buildah run: Add support for -- ending options parsing 
4decefb
-   buildah Add/Copy support for glob syntax
4decefb
-   buildah commit: Add flag to remove containers on commit
4decefb
-   buildah push: Improve man page and help information
4decefb
-   buildah run: add a way to disable PTY allocation
4decefb
-   Buildah docs: clarify --runtime-flag of run command
4decefb
-   Update to match newer storage and image-spec APIs
4decefb
-   Update containers/storage and containers/image versions
4decefb
-   buildah export: add support
4decefb
-   buildah images: update commands
4decefb
-   buildah images: Add JSON output option
4decefb
-   buildah rmi: update commands
4decefb
-   buildah containers: Add JSON output option
4decefb
-   buildah version: add command
4decefb
-   buildah run: Handle run without an explicit command correctly
4decefb
-   Ensure volume points get created, and with perms
4decefb
-   buildah containers: Add a -a/--all option
4decefb
304d219
* Wed Jun 14 2017 Dan Walsh <dwalsh@redhat.com> 0.1.0-2.git597d2ab9
789e2dc
- Release Candidate 1
789e2dc
- All features have now been implemented.
789e2dc
17d40d4
* Fri Apr 14 2017 Dan Walsh <dwalsh@redhat.com> 0.0.1-1.git7a0a5333
17d40d4
- First package for Fedora