2bfb70
import buildah-0.16-3.git532e267.el7
@@ -1 +1 @@
|
|
1
|
-
|
1
|
+
02bbc7ff6b0fdbbe48c78ba9a5d4e6015e9ed834 SOURCES/buildah-532e267.tar.gz
|
@@ -1 +1 @@
|
|
1
|
-
SOURCES/buildah-
|
1
|
+
SOURCES/buildah-532e267.tar.gz
|
@@ -21,12 +21,12 @@
|
|
21
21
|
# https://github.com/projectatomic/buildah
|
22
22
|
%global provider_prefix %{provider}.%{provider_tld}/%{project}/%{repo}
|
23
23
|
%global import_path %{provider_prefix}
|
24
|
-
%global commit
|
24
|
+
%global commit 532e267a5856c56e7151b9ea011b7f783a746e53
|
25
25
|
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
26
26
|
|
27
|
-
Name:
|
28
|
-
Version: 0.
|
29
|
-
Release:
|
27
|
+
Name: %{repo}
|
28
|
+
Version: 0.16
|
29
|
+
Release: 3.git%{shortcommit}%{?dist}
|
30
30
|
Summary: A command line tool used for creating OCI Images
|
31
31
|
License: ASL 2.0
|
32
32
|
URL: https://%{provider_prefix}
|
@@ -85,12 +85,48 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} install install.completions
|
|
85
85
|
%license LICENSE
|
86
86
|
%doc README.md
|
87
87
|
%{_bindir}/%{name}
|
88
|
-
%{_mandir}/man1
|
88
|
+
%{_mandir}/man1/%{name}*
|
89
89
|
%dir %{_datadir}/bash-completion
|
90
90
|
%dir %{_datadir}/bash-completion/completions
|
91
|
-
%{_datadir}/bash-completion/completions
|
91
|
+
%{_datadir}/bash-completion/completions/%{name}
|
92
92
|
|
93
93
|
%changelog
|
94
|
+
* Thu May 03 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.16-3.git532e267
|
95
|
+
- Resolves: #1573681
|
96
|
+
- built commit 532e267
|
97
|
+
|
98
|
+
* Tue Apr 10 2018 Lokesh Mandvekar <lsm5@redhat.com> - 0.16.0-2.git6f7d05b
|
99
|
+
- built commit 6f7d05b
|
100
|
+
|
101
|
+
* Wed Apr 4 2018 Dan Walsh <dwalsh@redhat.com> 0.16-1
|
102
|
+
- Add support for shell
|
103
|
+
- Vendor in latest containers/image
|
104
|
+
- docker-archive generates docker legacy compatible images
|
105
|
+
- Do not create $DiffID subdirectories for layers with no configs
|
106
|
+
- Ensure the layer IDs in legacy docker/tarfile metadata are unique
|
107
|
+
- docker-archive: repeated layers are symlinked in the tar file
|
108
|
+
- sysregistries: remove all trailing slashes
|
109
|
+
- Improve docker/* error messages
|
110
|
+
- Fix failure to make auth directory
|
111
|
+
- Create a new slice in Schema1.UpdateLayerInfos
|
112
|
+
- Drop unused storageImageDestination.{image,systemContext}
|
113
|
+
- Load a *storage.Image only once in storageImageSource
|
114
|
+
- Support gzip for docker-archive files
|
115
|
+
- Remove .tar extension from blob and config file names
|
116
|
+
- ostree, src: support copy of compressed layers
|
117
|
+
- ostree: re-pull layer if it misses uncompressed_digest|uncompressed_size
|
118
|
+
- image: fix docker schema v1 -> OCI conversion
|
119
|
+
- Add /etc/containers/certs.d as default certs directory
|
120
|
+
- Change image time to locale, add troubleshooting.md, add logo to other mds
|
121
|
+
- Allow --cmd parameter to have commands as values
|
122
|
+
- Document the mounts.conf file
|
123
|
+
- Fix man pages to format correctly
|
124
|
+
- buildah from now supports pulling images using the following transports:
|
125
|
+
- docker-archive, oci-archive, and dir.
|
126
|
+
- If the user overrides the storage driver, the options should be dropped
|
127
|
+
- Show Config/Manifest as JSON string in inspect when format is not set
|
128
|
+
- Adds feature to pull compressed docker-archive files
|
129
|
+
|
94
130
|
* Tue Feb 27 2018 Dan Walsh <dwalsh@redhat.com> 0.15-1
|
95
131
|
- Fix handling of buildah run command options
|
96
132
|
|