Skip to content

Commit

Permalink
podman: Update to v5.3.1
Browse files Browse the repository at this point in the history
**Summary**
- update podman to latest version
- latest [changelog](https://github.com/containers/podman/releases/tag/v5.3.1)
- removed devmapper dependency
  • Loading branch information
uni-dos committed Jan 9, 2025
1 parent 5eed150 commit 6f10c16
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 38 deletions.
2 changes: 1 addition & 1 deletion packages/n/netavark/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build : |
cd aardvark-dns
%make
install : |-
install : |
%make_install
cd aardvark-dns
Expand Down
1 change: 0 additions & 1 deletion packages/p/podman/abi_used_libs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
libc.so.6
libdevmapper.so.1.02
libgpgme.so.11
libseccomp.so.2
26 changes: 1 addition & 25 deletions packages/p/podman/abi_used_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,11 @@ libc.so.6:__memset_chk
libc.so.6:__snprintf_chk
libc.so.6:__sprintf_chk
libc.so.6:__stack_chk_fail
libc.so.6:__vasprintf_chk
libc.so.6:__vdprintf_chk
libc.so.6:__vfprintf_chk
libc.so.6:__xpg_basename
libc.so.6:_exit
libc.so.6:abort
libc.so.6:access
libc.so.6:basename
libc.so.6:calloc
libc.so.6:chdir
libc.so.6:close
Expand Down Expand Up @@ -172,28 +170,6 @@ libc.so.6:unshare
libc.so.6:utimes
libc.so.6:waitpid
libc.so.6:write
libdevmapper.so.1.02:dm_cookie_supported
libdevmapper.so.1.02:dm_get_library_version
libdevmapper.so.1.02:dm_get_next_target
libdevmapper.so.1.02:dm_log_with_errno_init
libdevmapper.so.1.02:dm_set_dev_dir
libdevmapper.so.1.02:dm_task_add_target
libdevmapper.so.1.02:dm_task_create
libdevmapper.so.1.02:dm_task_deferred_remove
libdevmapper.so.1.02:dm_task_destroy
libdevmapper.so.1.02:dm_task_get_deps
libdevmapper.so.1.02:dm_task_get_driver_version
libdevmapper.so.1.02:dm_task_get_info
libdevmapper.so.1.02:dm_task_run
libdevmapper.so.1.02:dm_task_set_add_node
libdevmapper.so.1.02:dm_task_set_cookie
libdevmapper.so.1.02:dm_task_set_message
libdevmapper.so.1.02:dm_task_set_name
libdevmapper.so.1.02:dm_task_set_ro
libdevmapper.so.1.02:dm_task_set_sector
libdevmapper.so.1.02:dm_udev_get_sync_support
libdevmapper.so.1.02:dm_udev_set_sync_support
libdevmapper.so.1.02:dm_udev_wait
libgpgme.so.11:gpgme_check_version_internal
libgpgme.so.11:gpgme_ctx_get_engine_info
libgpgme.so.11:gpgme_ctx_set_engine_info
Expand Down
7 changes: 3 additions & 4 deletions packages/p/podman/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : podman
version : 5.0.3
release : 43
version : 5.3.1
release : 44
source :
- https://github.com/containers/podman/archive/refs/tags/v5.0.3.tar.gz : 271e915bef96f42737517fe4df6e92e07717a486d769ce50123890b3a6721908
- https://github.com/containers/podman/archive/refs/tags/v5.3.1.tar.gz : 5b4e9ddce69cc2c8c8b8529e90093ae3ea9cb2959e2fceb98469b282dbffbcc7
license : Apache-2.0
homepage : https://podman.io/
component : virt
Expand All @@ -11,7 +11,6 @@ description: |
Containers under the control of Podman can either be run by root or by a non-privileged user. Podman manages the entire container ecosystem which includes pods, containers, container images, and container volumes using the libpod library. Podman specializes in all of the commands and functions that help you to maintain and modify OCI container images, such as pulling and tagging. It allows you to create, run, and maintain those containers created from those images in a production environment.
networking : yes
builddeps :
- pkgconfig(devmapper)
- pkgconfig(gpgme)
- pkgconfig(libprotobuf-c)
- pkgconfig(libseccomp)
Expand Down
19 changes: 12 additions & 7 deletions packages/p/podman/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>podman</Name>
<Homepage>https://podman.io/</Homepage>
<Packager>
<Name>Gavin Zhao</Name>
<Email>[email protected]</Email>
<Name>Robert Gonzalez</Name>
<Email>[email protected]</Email>
</Packager>
<License>Apache-2.0</License>
<PartOf>virt</PartOf>
Expand Down Expand Up @@ -34,8 +34,10 @@
<Path fileType="library">/usr/lib64/systemd/system/podman.socket</Path>
<Path fileType="library">/usr/lib64/systemd/user/podman-auto-update.service</Path>
<Path fileType="library">/usr/lib64/systemd/user/podman-auto-update.timer</Path>
<Path fileType="library">/usr/lib64/systemd/user/podman-clean-transient.service</Path>
<Path fileType="library">/usr/lib64/systemd/user/[email protected]</Path>
<Path fileType="library">/usr/lib64/systemd/user/podman-restart.service</Path>
<Path fileType="library">/usr/lib64/systemd/user/podman-user-wait-network-online.service</Path>
<Path fileType="library">/usr/lib64/systemd/user/podman.service</Path>
<Path fileType="library">/usr/lib64/systemd/user/podman.socket</Path>
<Path fileType="library">/usr/lib64/tmpfiles.d/podman.conf</Path>
Expand Down Expand Up @@ -225,6 +227,7 @@
<Path fileType="man">/usr/share/man/man1/podman-start.1</Path>
<Path fileType="man">/usr/share/man/man1/podman-stats.1</Path>
<Path fileType="man">/usr/share/man/man1/podman-stop.1</Path>
<Path fileType="man">/usr/share/man/man1/podman-system-check.1</Path>
<Path fileType="man">/usr/share/man/man1/podman-system-connection-add.1</Path>
<Path fileType="man">/usr/share/man/man1/podman-system-connection-default.1</Path>
<Path fileType="man">/usr/share/man/man1/podman-system-connection-list.1</Path>
Expand Down Expand Up @@ -266,17 +269,19 @@
<Path fileType="man">/usr/share/man/man1/podmansh.1</Path>
<Path fileType="man">/usr/share/man/man5/podman-systemd.unit.5</Path>
<Path fileType="man">/usr/share/man/man5/quadlet.5</Path>
<Path fileType="man">/usr/share/man/man7/podman-rootless.7</Path>
<Path fileType="man">/usr/share/man/man7/podman-troubleshooting.7</Path>
<Path fileType="data">/usr/share/zsh/site-functions/_podman</Path>
<Path fileType="data">/usr/share/zsh/site-functions/_podman-remote</Path>
</Files>
</Package>
<History>
<Update release="43">
<Date>2024-06-11</Date>
<Version>5.0.3</Version>
<Update release="44">
<Date>2025-01-09</Date>
<Version>5.3.1</Version>
<Comment>Packaging update</Comment>
<Name>Gavin Zhao</Name>
<Email>[email protected]</Email>
<Name>Robert Gonzalez</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>

0 comments on commit 6f10c16

Please sign in to comment.