Accepting request 714085 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/714085 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcontainers-common?expand=0&rev=16
This commit is contained in:
parent
36a47f11b4
commit
9dd2e7a1ad
12
_service
12
_service
@ -4,24 +4,24 @@
|
||||
<param name="url">https://github.com/containers/storage.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">storage</param>
|
||||
<param name="versionformat">1.12.10</param>
|
||||
<param name="revision">v1.12.10</param>
|
||||
<param name="versionformat">1.12.13</param>
|
||||
<param name="revision">v1.12.13</param>
|
||||
</service>
|
||||
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/containers/image.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">image</param>
|
||||
<param name="versionformat">1.5.1</param>
|
||||
<param name="revision">v1.5.1</param>
|
||||
<param name="versionformat">2.0.0</param>
|
||||
<param name="revision">v2.0.0</param>
|
||||
</service>
|
||||
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://github.com/containers/libpod.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">libpod</param>
|
||||
<param name="versionformat">1.4.0</param>
|
||||
<param name="revision">v1.4.0</param>
|
||||
<param name="versionformat">1.4.4</param>
|
||||
<param name="revision">v1.4.4</param>
|
||||
</service>
|
||||
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0fc964d0ff6c75534b6d1dd4603430dacb5a12d845b33f23f5db26329da83bf2
|
||||
size 251328
|
3
image-2.0.0.tar.xz
Normal file
3
image-2.0.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a4ef9770374e60e2a625309e35e45875313b0691ba796cd48193f8ca8b8f6d5a
|
||||
size 257232
|
@ -1,3 +1,99 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 8 13:18:20 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
||||
|
||||
- Update to libpod v1.4.4
|
||||
- Fixed a bug where rootless Podman would attempt to use the
|
||||
entire root configuration if no rootless configuration was
|
||||
present for the user, breaking rootless Podman for new
|
||||
installations
|
||||
- Fixed a bug where rootless Podman's pause process would block
|
||||
SIGTERM, preventing graceful system shutdown and hanging until
|
||||
the system's init send SIGKILL
|
||||
- Fixed a bug where running Podman as root with sudo -E would not
|
||||
work after running rootless Podman at least once
|
||||
- Fixed a bug where options for tmpfs volumes added with the
|
||||
--tmpfs flag were being ignored
|
||||
- Fixed a bug where images with no layers could not properly be
|
||||
displayed and removed by Podman
|
||||
- Fixed a bug where locks were not properly freed on failure to
|
||||
create a container or pod
|
||||
- Podman now has greatly improved support for containers using
|
||||
multiple OCI runtimes. Containers now remember if they were
|
||||
created with a different runtime using --runtime and will
|
||||
always use that runtime
|
||||
- The cached and delegated options for volume mounts are now
|
||||
allowed for Docker compatability (#3340)
|
||||
- The podman diff command now supports the --latest flag
|
||||
- Fixed a bug where podman cp on a single file would create a
|
||||
directory at the target and place the file in it (#3384)
|
||||
- Fixed a bug where podman inspect --format '{{.Mounts}}' would
|
||||
print a hexadecimal address instead of a container's mounts
|
||||
- Fixed a bug where rootless Podman would not add an entry to
|
||||
container's /etc/hosts files for their own hostname (#3405)
|
||||
- Fixed a bug where podman ps --sync would segfault (#3411)
|
||||
- Fixed a bug where podman generate kube would produce an invalid
|
||||
ports configuration (#3408)
|
||||
- Podman now performs much better on systems with heavy I/O load
|
||||
- The --cgroup-manager flag to podman now shows the correct
|
||||
default setting in help if the default was overridden by
|
||||
libpod.conf
|
||||
- For backwards compatability, setting --log-driver=json-file in
|
||||
podman run is now supported as an alias for
|
||||
--log-driver=k8s-file. This is considered deprecated, and
|
||||
json-file will be moved to a new implementation in the future
|
||||
([#3363](https://github.com/containers/libpod/issues/3363))
|
||||
- Podman's default libpod.conf file now allows the crun OCI
|
||||
runtime to be used if it is installed
|
||||
- Fixed a bug where Podman could not run containers using an
|
||||
older version of Systemd as init (#3295)
|
||||
- Updated vendored Buildah to v1.9.0 to resolve a critical bug
|
||||
with Dockerfile RUN instructions
|
||||
- The error message for running podman kill on containers that
|
||||
are not running has been improved
|
||||
- The Podman remote client can now log to a file if syslog is not
|
||||
available
|
||||
- The MacOS dmg file is experimental, use at your own risk.
|
||||
- The podman exec command now sets its error code differently
|
||||
based on whether the container does not exist, and the command
|
||||
in the container does not exist
|
||||
- The podman inspect command on containers now outputs Mounts
|
||||
JSON that matches that of docker inspect, only including
|
||||
user-specified volumes and differentiating bind mounts and
|
||||
named volumes
|
||||
- The podman inspect command now reports the path to a
|
||||
container's OCI spec with the OCIConfigPath key (only included
|
||||
when the container is initialized or running)
|
||||
- The podman run --mount command now supports the
|
||||
bind-nonrecursive option for bind mounts (#3314)
|
||||
- Fixed a bug where podman play kube would fail to create
|
||||
containers due to an unspecified log driver
|
||||
- Fixed a bug where Podman would fail to build with musl libc
|
||||
(#3284)
|
||||
- Fixed a bug where rootless Podman using slirp4netns networking
|
||||
in an environment with no nameservers on the host other than
|
||||
localhost would result in nonfunctional networking (#3277)
|
||||
- Fixed a bug where podman import would not properly set
|
||||
environment variables, discarding their values and retaining
|
||||
only keys
|
||||
- Fixed a bug where Podman would fail to run when built with
|
||||
Apparmor support but run on systems without the Apparmor kernel
|
||||
module loaded (#3331)
|
||||
- Remote Podman will now default the username it uses to log in
|
||||
to remote systems to the username of the current user
|
||||
- Podman now uses JSON logging with OCI runtimes that support it,
|
||||
allowing for better error reporting
|
||||
- Updated vendored Buildah to v1.8.4
|
||||
- Updated vendored containers/image to v2.0
|
||||
- Update to image v2.0.0
|
||||
- Add registry mirror support
|
||||
- Include missing man pages (bsc#1139526)
|
||||
- Update to storage v1.12.10
|
||||
- Add support for UID as well as UserName in /etc/subuid files.
|
||||
- utils: fix check for missing conf file
|
||||
- compression: add support for the zstd algorithm
|
||||
- overlay: cache the results of
|
||||
supported/using-metacopy/use-naive-diff feature tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 11 07:06:13 UTC 2019 - Sascha Grunert <sgrunert@suse.com>
|
||||
|
||||
|
@ -16,13 +16,13 @@
|
||||
#
|
||||
|
||||
# libpodver - version from containers/libpod
|
||||
%define libpodver 1.4.0
|
||||
%define libpodver 1.4.4
|
||||
|
||||
# storagever - version from containers/storage
|
||||
%define storagever 1.12.10
|
||||
%define storagever 1.12.13
|
||||
|
||||
# imagever - version from containers/image
|
||||
%define imagever 1.5.1
|
||||
%define imagever 2.0.0
|
||||
|
||||
Name: libcontainers-common
|
||||
Version: 20190401
|
||||
@ -74,11 +74,12 @@ rename '.md' '.1' docs/*
|
||||
cd ..
|
||||
# compile containers/storage manpages
|
||||
cd storage-%{storagever}
|
||||
for md in docs/*.5.md
|
||||
for md in docs/*.md
|
||||
do
|
||||
go-md2man -in $md -out $md
|
||||
done
|
||||
rename '.5.md' '.5' docs/*
|
||||
rename '.md' '.1' docs/*
|
||||
cd ..
|
||||
# compile subset of containers/libpod manpages
|
||||
cd libpod-%{libpodver}
|
||||
@ -112,6 +113,8 @@ install -D -m 0644 libpod-%{libpodver}/seccomp.json %{buildroot}/%{_sysconfdir}/
|
||||
install -d %{buildroot}/%{_mandir}/man1
|
||||
install -d %{buildroot}/%{_mandir}/man5
|
||||
install -D -m 0644 image-%{imagever}/docs/*.1 %{buildroot}/%{_mandir}/man1/
|
||||
install -D -m 0644 image-%{imagever}/docs/*.5 %{buildroot}/%{_mandir}/man5/
|
||||
install -D -m 0644 storage-%{storagever}/docs/*.1 %{buildroot}/%{_mandir}/man1/
|
||||
install -D -m 0644 storage-%{storagever}/docs/*.5 %{buildroot}/%{_mandir}/man5/
|
||||
install -D -m 0644 libpod-%{libpodver}/pkg/hooks/docs/oci-hooks.5 %{buildroot}/%{_mandir}/man5/
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4fb15b8b01def486c29bc962db51bed04d7fe6922e0e81e214435a35529eb22
|
||||
size 3819224
|
3
libpod-1.4.4.tar.xz
Normal file
3
libpod-1.4.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d140dc2b0ed7e938fa765d39d33b6faa12ea34e0fc098085ea54a40384ad82c
|
||||
size 4411108
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c449081389050a2ada7e63137ae9704ce8945126e77816bcbdfd50e5560f1c2a
|
||||
size 807868
|
3
storage-1.12.13.tar.xz
Normal file
3
storage-1.12.13.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8868cff09918e3b159628e112bc876514cba213cc10958efe98141a17bc74d40
|
||||
size 878452
|
Loading…
Reference in New Issue
Block a user