# podman/cfg - "Build" settings for package #--------------------------------------------------------------------- [technotes] 1. The source tarball used by this package was created based on "git" upstream sources. The sources were obtained as follows: ocgitfetch --run \ --checkout=v5.2.5 \ --deletegit \ https://github.com/containers/podman.git #--------------------------------------------------------------------- [buildtimes] #--------------------------------------------------------------------- [settings] configure = none defer = glibc64, needs-kernel license = See "license*.txt" in installed tree licfile = LICENSE tmpsize = 188M setpaths = libseccomp #--------------------------------------------------------------------- [depends] btrfs-progs cni-plugins conmon git go go-md2man gtkcore iptables libassuan libcgroup libgpg-error libgpgme libseccomp lvm2 pkgconf protobuf protobuf-c runc shadow slirp4netns # Used at runtime #--------------------------------------------------------------------- [build] MANBASE=$PKGDIR_PROD/man rm -fr $MANBASE if [ -f /proc/config.gz ]; then NN=`zgrep 'CONFIG_USER_NS=y' /proc/config.gz | wc -l` if [ "@$NN" == "@0" ]; then echo Error: Kernel needs 'CONFIG_USER_NS=y' exit 1 fi fi make BUILDTAGS="seccomp" make install PREFIX=$PKGDIR_PROD mkdir -p /etc/containers mkdir -p /usr/share/containers cp -p \ vendor/github.com/containers/common/pkg/config/containers.conf \ /etc/containers/ cp -p \ vendor/github.com/containers/common/pkg/seccomp/seccomp.json \ /usr/share/containers/ cp -p vendor/github.com/containers/storage/storage.conf \ /etc/containers/ cd $PKGDIR_PROD mv share/man $MANBASE cd $PKGDIR_SPECIAL mkdir -p /etc/containers/ cp -p policy.json registries.conf /etc/containers/ #--------------------------------------------------------------------- # Original URLs. These URLs were valid at one point, but may have died # since then. If you download newer versions of tarballs [etc.], don't # delete the original versions, as you may not be able to replace # them. [urls] url_debian_page = tbd url_home = tbd url_lfs = tbd url_tarball = git # See "technotes" in "cfg" file #--------------------------------------------------------------------- [history] 210511 Added package. Started with 59dd35750 ("git" hash). 210604 Updated to b8dbc1159 210614 Updated to e2f51eeb0 211113 Updated to 2ad1fd355 - same as 3.4.2 211207 Updated to 3450a60d2 - same as 3.4.3 211209 Updated to f6526ada1 - same as 3.4.4 220224 Updated to c8b9a2e3e - same as 4.0.1 220302 Updated to 342c82593 - same as 4.0.2 220404 Updated to 625340530 - same as 4.0.3 220506 Updated to e4b039020 - same as 4.1.0 220615 Updated to f73d8f887 - same as 4.1.1 220811 Updated to 7fe5a419c - same as 4.2.0 230122 Updated to 814b7b003 - same as 4.3.1 230210 Updated to 34e8f3933 - same as 4.4.1 230323 Updated to d2f93d621 - same as 4.4.3 230327 Updated to c8223435f - same as 4.4.4 240708 Updated to abf035052 - same as 5.1.1 240711 Updated to 94a24974a - same as 5.1.2 240802 Updated to b22d5c61e - same as 5.2.0 240824 Updated to fcee48106 - same as 5.2.2 241007 Updated to 76d0859d9 - same as 5.2.4 241023 Updated to 10c5aa720 - same as 5.2.5