Accepting request 603699 from devel:CaaSP:Head:ControllerNode
autosubmit from concourse OBS-URL: https://build.opensuse.org/request/show/603699 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/podman?expand=0&rev=9
This commit is contained in:
parent
96c178a12d
commit
08113714bb
4
_service
4
_service
@ -4,8 +4,8 @@
|
|||||||
<param name="url">https://github.com/projectatomic/libpod.git</param>
|
<param name="url">https://github.com/projectatomic/libpod.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="filename">podman</param>
|
<param name="filename">podman</param>
|
||||||
<param name="versionformat">0.4.3</param>
|
<param name="versionformat">0.4.4</param>
|
||||||
<param name="revision">v0.4.3</param>
|
<param name="revision">v0.4.4</param>
|
||||||
</service>
|
</service>
|
||||||
|
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:deaa63bef127da21320fca69a94071292a1a774fb724b2907ac7e43b3ffb2eee
|
|
||||||
size 2165644
|
|
3
podman-0.4.4.tar.xz
Normal file
3
podman-0.4.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f05c737cf108831a639701e73718823a1f2e840d24b42849b47d405513c0d40f
|
||||||
|
size 2277604
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Apr 30 06:53:09 UTC 2018 - vrothberg@suse.com
|
||||||
|
|
||||||
|
- Update podman to v0.4.4:
|
||||||
|
* Use buildah commit and bud in podman
|
||||||
|
* Remove systemd-cat support
|
||||||
|
* Add --default-mounts-file hidden flag
|
||||||
|
* Add isolation note to build man page
|
||||||
|
* Strip transport from image name when looking for local image
|
||||||
|
* Do not eat error messages from pullImage
|
||||||
|
* Modify --user flag for podman create and run
|
||||||
|
* add libpod.conf man page
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 23 08:37:57 UTC 2018 - parlt@suse.com
|
Mon Apr 23 08:37:57 UTC 2018 - parlt@suse.com
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%define with_libostree 1
|
%define with_libostree 1
|
||||||
%endif
|
%endif
|
||||||
Name: podman
|
Name: podman
|
||||||
Version: 0.4.3
|
Version: 0.4.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Debugging tool for pods and images
|
Summary: Debugging tool for pods and images
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -125,6 +125,8 @@ install -D -m 0755 bin/podman %{buildroot}/%{_bindir}/podman
|
|||||||
# Manpages
|
# Manpages
|
||||||
install -d %{buildroot}/%{_mandir}/man1
|
install -d %{buildroot}/%{_mandir}/man1
|
||||||
install -m 0644 docs/podman-*.1 %{buildroot}/%{_mandir}/man1
|
install -m 0644 docs/podman-*.1 %{buildroot}/%{_mandir}/man1
|
||||||
|
install -d %{buildroot}/%{_mandir}/man5
|
||||||
|
install -m 0644 docs/libpod*.5 %{buildroot}/%{_mandir}/man5
|
||||||
# Configs
|
# Configs
|
||||||
install -D -m 0644 cni/87-podman-bridge.conflist %{buildroot}/%{_sysconfdir}/cni/net.d/87-podman-bridge.conflist
|
install -D -m 0644 cni/87-podman-bridge.conflist %{buildroot}/%{_sysconfdir}/cni/net.d/87-podman-bridge.conflist
|
||||||
install -D -m 0644 libpod.conf %{buildroot}/%{_sysconfdir}/containers/libpod.conf
|
install -D -m 0644 libpod.conf %{buildroot}/%{_sysconfdir}/containers/libpod.conf
|
||||||
@ -139,6 +141,7 @@ install -D -m 0644 completions/bash/podman %{buildroot}/%{_sysconfdir}/bash_comp
|
|||||||
%{_bindir}/podman
|
%{_bindir}/podman
|
||||||
# Manpages
|
# Manpages
|
||||||
%{_mandir}/man1/podman-*
|
%{_mandir}/man1/podman-*
|
||||||
|
%{_mandir}/man5/libpod*
|
||||||
# Configs
|
# Configs
|
||||||
%config(noreplace) %{_sysconfdir}/containers/libpod.conf
|
%config(noreplace) %{_sysconfdir}/containers/libpod.conf
|
||||||
%dir %{_datadir}/containers
|
%dir %{_datadir}/containers
|
||||||
|
Loading…
Reference in New Issue
Block a user