From 431ffe4ae62faa0ff7e89dcb24b5aaa3bb042d71 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sun, 27 Mar 2022 23:38:36 +1100 Subject: [PATCH 01/50] upgrade to podman v4 API local and remote system connection fix networks screen refresh after network prune command fix containers screen refresh after container rename command displaying pogressbar for pod create do not write to log file if debug mode is not enabled --- .gitignore | 1 + podman-tui.spec | 47 ++++++++++++++++++++++------------------------- sources | 2 +- 3 files changed, 24 insertions(+), 26 deletions(-) diff --git a/.gitignore b/.gitignore index 8282a1a..ec221cc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /podman-tui-0.2.0.tar.gz +/podman-tui-0.3.0.tar.gz diff --git a/podman-tui.spec b/podman-tui.spec index bb5de58..76c2a1f 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -9,15 +9,16 @@ %endif %global goipath github.com/containers/podman-tui -Version: 0.2.0 -%global tag v0.2.0 +Version: 0.3.0 +%global tag v0.3.0 %gometa %global goname podman-tui %global common_description %{expand: -%{goname} is a terminal user interface for Podman v3 (>= 3.1). -it is using podman.socket service to communicate with podman machine. +%{goname} is a terminal user interface for Podman v4. +%{goname} is using podman.socket service to communicate with podman environment +and SSH to connect to remote podman machines. } %global golicenses LICENSE @@ -70,8 +71,6 @@ BuildRequires: golang-github-klauspost-compress-devel BuildRequires: golang-github-xeipuuv-gojsonschema-devel BuildRequires: golang-github-xeipuuv-gojsonreference-devel BuildRequires: golang-github-xeipuuv-gojsonpointer-devel -BuildRequires: golang-github-vishvananda-netlink-devel -BuildRequires: golang-github-vishvananda-netns-devel BuildRequires: golang-github-ulikunitz-xz-devel BuildRequires: golang-github-syndtr-gocapability-devel BuildRequires: golang-github-miekg-pkcs11-devel @@ -98,8 +97,6 @@ BuildRequires: golang-github-cyphar-filepath-securejoin-devel BuildRequires: golang-github-beorn7-perks-devel BuildRequires: golang-github-acarl005-stripansi-devel BuildRequires: golang-github-containerd-cgroups-devel -BuildRequires: golang-github-containernetworking-plugins-devel -BuildRequires: golang-github-containernetworking-cni-devel BuildRequires: golang-gopkg-square-jose-2-devel BuildRequires: golang-github-vbatts-tar-split BuildRequires: golang-github-tchap-patricia-devel @@ -126,30 +123,30 @@ BuildRequires: golang-github-opencontainers-runtime-tools-devel BuildRequires: golang-github-containerd-stargz-snapshotter-estargz-devel # bundled libraries - not available in fedora packages -Provides: bundled(golang(github.com/containerd/containerd)) = v1.5.7 -Provides: bundled(golang(github.com/containers/buildah)) = v1.23.1 -Provides: bundled(golang(github.com/containers/common)) = v0.44.4 -Provides: bundled(golang(github.com/containers/image/v5)) = v5.17.0 +Provides: bundled(golang(github.com/containerd/containerd)) = v1.5.9 +Provides: bundled(golang(github.com/containers/buildah)) = v1.24.1 +Provides: bundled(golang(github.com/containers/common)) = v0.47.5 +Provides: bundled(golang(github.com/containers/image/v5)) = v5.19.1 Provides: bundled(golang(github.com/containers/libtrust)) = v0.0.0_20190913040956_14b96171aa3b Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.2 -Provides: bundled(golang(github.com/containers/podman/v3)) = v3.4.4 -Provides: bundled(golang(github.com/containers/psgo)) = v1.7.1 -Provides: bundled(golang(github.com/containers/storage)) = v1.37.0 -Provides: bundled(golang(github.com/cri_o/ocicni)) = v0.2.1_0.20210621164014_d0acc7862283 +Provides: bundled(golang(github.com/containers/podman/v4)) = v4.0.2 +Provides: bundled(golang(github.com/containers/psgo)) = v1.7.2 +Provides: bundled(golang(github.com/containers/storage)) = v1.38.2 Provides: bundled(golang(github.com/disiqueira/gotree/v3)) = v3.0.2 Provides: bundled(golang(github.com/gdamore/tcell/v2)) = v2.4.1_0.20210905002822_f057f0a857a1 Provides: bundled(golang(github.com/google/go_intervals)) = v0.0.2 -Provides: bundled(golang(github.com/jinzhu/copier)) = v0.3.2 +Provides: bundled(golang(github.com/jinzhu/copier)) = v0.3.5 Provides: bundled(golang(github.com/mattn/go_runewidth)) = v0.0.13 -Provides: bundled(golang(github.com/Microsoft/hcsshim)) = v0.8.22 -Provides: bundled(golang(github.com/mtrmac/gpgme)) = v0.1.2 +Provides: bundled(golang(github.com/Microsoft/hcsshim)) = v0.9.2 Provides: bundled(golang(github.com/navidys/tvxwidgets)) = v0.1.0 Provides: bundled(golang(github.com/navidys/vtterm)) = v0.1.0 Provides: bundled(golang(github.com/ostreedev/ostree_go)) = v0.0.0_20190702140239_759a8c1ac913 -Provides: bundled(golang(github.com/rivo/tview)) = v0.0.0_20220106183741_90d72bc664f5 -Provides: bundled(golang(github.com/vbauerster/mpb/v7)) = v7.1.5 +Provides: bundled(golang(github.com/rivo/tview)) = v0.0.0_20220307222120_9994674d60a8 +Provides: bundled(golang(github.com/vbauerster/mpb/v7)) = v7.3.2 Provides: bundled(golang(github.com/VividCortex/ewma)) = v1.2.0 Provides: bundled(golang(github.com/beorn7/perks)) = v1.0.1 +Provides: bundled(golang(github.com/proglottis/gpgme)) = v0.1.1 +Provides: bundled(golang(github.com/sylabs/sif/v2)) = v2.3.1 %description %{common_description} @@ -167,17 +164,17 @@ pushd _depbundle %{__install} -m 0755 -vd %{gobuilddir}/src/github.com/ostreedev %{__install} -m 0755 -vd %{gobuilddir}/src/github.com/disiqueira/gotree %{__install} -m 0755 -vd %{gobuilddir}/src/github.com/navidys -%{__install} -m 0755 -vd %{gobuilddir}/src/github.com/mtrmac %{__install} -m 0755 -vd %{gobuilddir}/src/github.com/Microsoft %{__install} -m 0755 -vd %{gobuilddir}/src/github.com/mattn %{__install} -m 0755 -vd %{gobuilddir}/src/github.com/jinzhu %{__install} -m 0755 -vd %{gobuilddir}/src/github.com/disiqueira/gotree %{__install} -m 0755 -vd %{gobuilddir}/src/github.com/containers -%{__install} -m 0755 -vd %{gobuilddir}/src/github.com/cri-o %{__install} -m 0755 -vd %{gobuilddir}/src/github.com/containerd/stargz-snapshotter %{__install} -m 0755 -vd %{gobuilddir}/src/github.com/google %{__install} -m 0755 -vd %{gobuilddir}/src/github.com/gdamore %{__install} -m 0755 -vd %{gobuilddir}/src/github.com/beorn7 +%{__install} -m 0755 -vd %{gobuilddir}/src/github.com/proglottis +%{__install} -m 0755 -vd %{gobuilddir}/src/github.com/sylabs # copy required bundled libraries %{__cp} -rp %{goname}-%{version}/vendor/github.com/VividCortex %{gobuilddir}/src/github.com/ @@ -186,7 +183,6 @@ pushd _depbundle %{__cp} -rp %{goname}-%{version}/vendor/github.com/ostreedev/ostree-go %{gobuilddir}/src/github.com/ostreedev/ %{__cp} -rp %{goname}-%{version}/vendor/github.com/navidys/tvxwidgets %{gobuilddir}/src/github.com/navidys/ %{__cp} -rp %{goname}-%{version}/vendor/github.com/navidys/vtterm %{gobuilddir}/src/github.com/navidys/ -%{__cp} -rp %{goname}-%{version}/vendor/github.com/mtrmac/gpgme %{gobuilddir}/src/github.com/mtrmac/ %{__cp} -rp %{goname}-%{version}/vendor/github.com/Microsoft/hcsshim %{gobuilddir}/src/github.com/Microsoft/ %{__cp} -rp %{goname}-%{version}/vendor/github.com/Microsoft/go-winio %{gobuilddir}/src/github.com/Microsoft/ %{__cp} -rp %{goname}-%{version}/vendor/github.com/mattn/go-runewidth %{gobuilddir}/src/github.com/mattn/ @@ -202,9 +198,10 @@ pushd _depbundle %{__cp} -rp %{goname}-%{version}/vendor/github.com/containers/common %{gobuilddir}/src/github.com/containers/ %{__cp} -rp %{goname}-%{version}/vendor/github.com/containers/buildah %{gobuilddir}/src/github.com/containers/ %{__cp} -rp %{goname}-%{version}/vendor/github.com/containers/podman %{gobuilddir}/src/github.com/containers/ -%{__cp} -rp %{goname}-%{version}/vendor/github.com/cri-o/ocicni %{gobuilddir}/src/github.com/cri-o/ %{__cp} -rp %{goname}-%{version}/vendor/github.com/containerd/containerd %{gobuilddir}/src/github.com/containerd/ %{__cp} -rp %{goname}-%{version}/vendor/github.com/beorn7/perks %{gobuilddir}/src/github.com/beorn7/ +%{__cp} -rp %{goname}-%{version}/vendor/github.com/proglottis/gpgme %{gobuilddir}/src/github.com/proglottis/ +%{__cp} -rp %{goname}-%{version}/vendor/github.com/sylabs/sif %{gobuilddir}/src/github.com/sylabs/ popd %{_bindir}/rm -rf _depbundle diff --git a/sources b/sources index 6639838..cfe3132 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (podman-tui-0.2.0.tar.gz) = ce3d49a7c648dfd7d64b1f5ed6a9517befd9910d02f33f5cf72eb86319a4ed5c579ac1b13d13e3122b9e7ba1948d5f0e33b97e55fc2204f5ba6c2acce3f6e2f8 +SHA512 (podman-tui-0.3.0.tar.gz) = 14a8d435ebb43542687cc45286c40b616fbc3daa8424c36aec39f93a038b89d6365b5e5cd1914b10524556e2c15c564a67f5846fe69a7630757ae70aff54492e From 5c94eebbd38363aae259b12486d221bdab74ea51 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sat, 16 Apr 2022 10:59:39 +1000 Subject: [PATCH 02/50] Update to v0.3.1 --- .gitignore | 1 + podman-tui.spec | 213 +++++++++++++++++++----------------------------- sources | 2 +- 3 files changed, 88 insertions(+), 128 deletions(-) diff --git a/.gitignore b/.gitignore index ec221cc..8db2d81 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /podman-tui-0.2.0.tar.gz /podman-tui-0.3.0.tar.gz +/podman-tui-0.3.1.tar.gz diff --git a/podman-tui.spec b/podman-tui.spec index 76c2a1f..52f7f6d 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -9,8 +9,8 @@ %endif %global goipath github.com/containers/podman-tui -Version: 0.3.0 -%global tag v0.3.0 +Version: 0.3.1 +%global tag v0.3.1 %gometa %global goname podman-tui @@ -52,101 +52,102 @@ BuildRequires: btrfs-progs-devel %if 0%{?fedora} >= 35 BuildRequires: shadow-utils-subid-devel %endif -BuildRequires: golang-github-docker-distribution-devel -BuildRequires: golang-github-docker-devel -BuildRequires: golang-github-docker-units-devel -BuildRequires: golang-github-pkg-errors-devel -BuildRequires: golang-github-rs-zerolog-devel -BuildRequires: golang-github-sirupsen-logrus-devel -BuildRequires: golang-github-spf13-cobra-devel -# indirect requirements -BuildRequires: golang-github-moby-term-devel -BuildRequires: golang-github-burntsushi-toml-devel -BuildRequires: golang-github-rivo-uniseg-devel -BuildRequires: golang-github-protobuf-devel -BuildRequires: golang-github-gorilla-mux-devel -BuildRequires: golang-github-gorilla-schema-devel -BuildRequires: golang-github-gdamore-encoding-devel -BuildRequires: golang-github-klauspost-compress-devel -BuildRequires: golang-github-xeipuuv-gojsonschema-devel -BuildRequires: golang-github-xeipuuv-gojsonreference-devel -BuildRequires: golang-github-xeipuuv-gojsonpointer-devel -BuildRequires: golang-github-ulikunitz-xz-devel -BuildRequires: golang-github-syndtr-gocapability-devel -BuildRequires: golang-github-miekg-pkcs11-devel -BuildRequires: golang-github-modern-reflect2-devel -BuildRequires: golang-github-lucasb-eyer-colorful-devel -BuildRequires: golang-github-klauspost-pgzip-devel -BuildRequires: golang-github-mattn-shellwords-devel -BuildRequires: golang-github-manifoldco-promptui-devel -BuildRequires: golang-github-inconshreveable-mousetrap-devel -BuildRequires: golang-github-imdario-mergo-devel -BuildRequires: golang-github-hpcloud-tail-devel -BuildRequires: golang-github-hashicorp-multierror-devel -BuildRequires: golang-github-hashicorp-errwrap-devel -BuildRequires: golang-github-google-uuid-devel -BuildRequires: golang-github-groupcache-devel -BuildRequires: golang-github-gogo-protobuf-devel -BuildRequires: compat-golang-github-godbus-dbus-5-devel -BuildRequires: golang-github-ghodss-yaml-devel -BuildRequires: golang-gopkg-yaml-2-devel -BuildRequires: golang-github-fsnotify-devel -BuildRequires: golang-github-docker-metrics-devel -BuildRequires: golang-github-docker-connections-devel -BuildRequires: golang-github-cyphar-filepath-securejoin-devel -BuildRequires: golang-github-beorn7-perks-devel -BuildRequires: golang-github-acarl005-stripansi-devel -BuildRequires: golang-github-containerd-cgroups-devel -BuildRequires: golang-gopkg-square-jose-2-devel -BuildRequires: golang-github-vbatts-tar-split -BuildRequires: golang-github-tchap-patricia-devel -BuildRequires: golang-github-stefanberger-pkcs11uri-devel -BuildRequires: golang-github-opencontainers-selinux-devel -BuildRequires: golang-github-modern-concurrent-devel -BuildRequires: golang-github-blang-semver-devel -BuildRequires: golang-github-json-iterator-devel -BuildRequires: golang-github-prometheus-common-devel -BuildRequires: golang-github-prometheus-client-devel -BuildRequires: golang-github-prometheus-client-model-devel -BuildRequires: golang-github-prometheus-procfs-devel -BuildRequires: golang-github-moby-sys-devel -BuildRequires: golang-github-docker-credential-helpers-devel -BuildRequires: compat-golang-github-chzyer-readline-devel -BuildRequires: golang-github-cespare-xxhash-devel -BuildRequires: golang-github-matttproud-protobuf-extensions-devel -BuildRequires: golang-github-mistifyio-zfs-devel -BuildRequires: golang-github-opencontainers-digest-devel -BuildRequires: golang-github-opencontainers-image-spec-devel -BuildRequires: golang-github-opencontainers-runc-devel -BuildRequires: golang-github-opencontainers-runtime-spec-devel -BuildRequires: golang-github-opencontainers-runtime-tools-devel -BuildRequires: golang-github-containerd-stargz-snapshotter-estargz-devel -# bundled libraries - not available in fedora packages -Provides: bundled(golang(github.com/containerd/containerd)) = v1.5.9 -Provides: bundled(golang(github.com/containers/buildah)) = v1.24.1 +# vendored libraries +# awk '{print "Provides: bundled(golang("$1")) = "$2}' go.mod | sort | uniq | sed -e 's/-/_/g' -e '/bundled(golang())/d' -e '/bundled(golang(go\|module\|replace\|require))/d' +Provides: bundled(golang(github.com/acarl005/stripansi)) = v0.0.0_20180116102854_5a71ef0e047d +Provides: bundled(golang(github.com/Azure/go_ansiterm)) = v0.0.0_20210617225240_d185dfc1b5a1 +Provides: bundled(golang(github.com/beorn7/perks)) = v1.0.1 +Provides: bundled(golang(github.com/blang/semver)) = v3.5.1+incompatible +Provides: bundled(golang(github.com/BurntSushi/toml)) = v1.1.0 +Provides: bundled(golang(github.com/cespare/xxhash/v2)) = v2.1.2 +Provides: bundled(golang(github.com/chzyer/readline)) = v0.0.0_20180603132655_2972be24d48e +Provides: bundled(golang(github.com/containerd/cgroups)) = v1.0.3 +Provides: bundled(golang(github.com/containerd/containerd)) = v1.6.2 +Provides: bundled(golang(github.com/containerd/stargz_snapshotter/estargz)) = v0.11.3 +Provides: bundled(golang(github.com/containers/buildah)) = v1.25.1 Provides: bundled(golang(github.com/containers/common)) = v0.47.5 -Provides: bundled(golang(github.com/containers/image/v5)) = v5.19.1 -Provides: bundled(golang(github.com/containers/libtrust)) = v0.0.0_20190913040956_14b96171aa3b -Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.2 -Provides: bundled(golang(github.com/containers/podman/v4)) = v4.0.2 +Provides: bundled(golang(github.com/containers/image/v5)) = v5.20.0 +Provides: bundled(golang(github.com/containers/libtrust)) = v0.0.0_20200511145503_9c3a6c22cd9a +Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.3 +Provides: bundled(golang(github.com/containers/podman/v4)) = v4.0.3 Provides: bundled(golang(github.com/containers/psgo)) = v1.7.2 -Provides: bundled(golang(github.com/containers/storage)) = v1.38.2 +Provides: bundled(golang(github.com/containers/storage)) = v1.39.0 +Provides: bundled(golang(github.com/coreos/go_systemd/v22)) = v22.3.2 +Provides: bundled(golang(github.com/cyphar/filepath_securejoin)) = v0.2.3 Provides: bundled(golang(github.com/disiqueira/gotree/v3)) = v3.0.2 +Provides: bundled(golang(github.com/docker/distribution)) = v2.8.1+incompatible +Provides: bundled(golang(github.com/docker/docker_credential_helpers)) = v0.6.4 +Provides: bundled(golang(github.com/docker/docker)) = v20.10.14+incompatible +Provides: bundled(golang(github.com/docker/go_connections)) = v0.4.1_0.20210727194412_58542c764a11 +Provides: bundled(golang(github.com/docker/go_metrics)) = v0.0.1 +Provides: bundled(golang(github.com/docker/go_units)) = v0.4.0 +Provides: bundled(golang(github.com/docker/libnetwork)) = v0.8.0_dev.2.0.20190625141545_5a177b73e316 +Provides: bundled(golang(github.com/gdamore/encoding)) = v1.0.0 Provides: bundled(golang(github.com/gdamore/tcell/v2)) = v2.4.1_0.20210905002822_f057f0a857a1 +Provides: bundled(golang(github.com/ghodss/yaml)) = v1.0.0 +Provides: bundled(golang(github.com/godbus/dbus/v5)) = v5.0.6 +Provides: bundled(golang(github.com/gogo/protobuf)) = v1.3.2 +Provides: bundled(golang(github.com/golang/groupcache)) = v0.0.0_20210331224755_41bb18bfe9da +Provides: bundled(golang(github.com/golang/protobuf)) = v1.5.2 Provides: bundled(golang(github.com/google/go_intervals)) = v0.0.2 +Provides: bundled(golang(github.com/google/uuid)) = v1.3.0 +Provides: bundled(golang(github.com/gorilla/mux)) = v1.8.0 +Provides: bundled(golang(github.com/gorilla/schema)) = v1.2.0 +Provides: bundled(golang(github.com/hashicorp/errwrap)) = v1.1.0 +Provides: bundled(golang(github.com/hashicorp/go_multierror)) = v1.1.1 +Provides: bundled(golang(github.com/hpcloud/tail)) = v1.0.0 +Provides: bundled(golang(github.com/imdario/mergo)) = v0.3.12 +Provides: bundled(golang(github.com/inconshreveable/mousetrap)) = v1.0.0 Provides: bundled(golang(github.com/jinzhu/copier)) = v0.3.5 +Provides: bundled(golang(github.com/json_iterator/go)) = v1.1.12 +Provides: bundled(golang(github.com/klauspost/compress)) = v1.15.1 +Provides: bundled(golang(github.com/klauspost/pgzip)) = v1.2.5 +Provides: bundled(golang(github.com/lucasb_eyer/go_colorful)) = v1.2.0 +Provides: bundled(golang(github.com/manifoldco/promptui)) = v0.9.0 Provides: bundled(golang(github.com/mattn/go_runewidth)) = v0.0.13 +Provides: bundled(golang(github.com/mattn/go_shellwords)) = v1.0.12 +Provides: bundled(golang(github.com/matttproud/golang_protobuf_extensions)) = v1.0.2_0.20181231171920_c182affec369 +Provides: bundled(golang(github.com/Microsoft/go_winio)) = v0.5.2 Provides: bundled(golang(github.com/Microsoft/hcsshim)) = v0.9.2 +Provides: bundled(golang(github.com/miekg/pkcs11)) = v1.1.1 +Provides: bundled(golang(github.com/mistifyio/go_zfs)) = v2.1.2_0.20190413222219_f784269be439+incompatible +Provides: bundled(golang(github.com/moby/sys/mountinfo)) = v0.6.0 +Provides: bundled(golang(github.com/moby/term)) = v0.0.0_20210619224110_3f7ff695adc6 +Provides: bundled(golang(github.com/modern_go/concurrent)) = v0.0.0_20180306012644_bacd9c7ef1dd +Provides: bundled(golang(github.com/modern_go/reflect2)) = v1.0.2 Provides: bundled(golang(github.com/navidys/tvxwidgets)) = v0.1.0 Provides: bundled(golang(github.com/navidys/vtterm)) = v0.1.0 -Provides: bundled(golang(github.com/ostreedev/ostree_go)) = v0.0.0_20190702140239_759a8c1ac913 +Provides: bundled(golang(github.com/opencontainers/go_digest)) = v1.0.0 +Provides: bundled(golang(github.com/opencontainers/image_spec)) = v1.0.3_0.20220114050600_8b9d41f48198 +Provides: bundled(golang(github.com/opencontainers/runc)) = v1.1.0 +Provides: bundled(golang(github.com/opencontainers/runtime_spec)) = v1.0.3_0.20211214071223_8958f93039ab +Provides: bundled(golang(github.com/opencontainers/runtime_tools)) = v0.9.1_0.20220110225228_7e2d60f1e41f +Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.10.0 +Provides: bundled(golang(github.com/ostreedev/ostree_go)) = v0.0.0_20210805093236_719684c64e4f +Provides: bundled(golang(github.com/pkg/errors)) = v0.9.1 +Provides: bundled(golang(github.com/proglottis/gpgme)) = v0.1.1 +Provides: bundled(golang(github.com/prometheus/client_golang)) = v1.11.1 +Provides: bundled(golang(github.com/prometheus/client_model)) = v0.2.0 +Provides: bundled(golang(github.com/prometheus/common)) = v0.30.0 +Provides: bundled(golang(github.com/prometheus/procfs)) = v0.7.3 Provides: bundled(golang(github.com/rivo/tview)) = v0.0.0_20220307222120_9994674d60a8 +Provides: bundled(golang(github.com/rivo/uniseg)) = v0.2.0 +Provides: bundled(golang(github.com/rs/zerolog)) = v1.26.1 +Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.8.1 +Provides: bundled(golang(github.com/spf13/cobra)) = v1.4.0 +Provides: bundled(golang(github.com/spf13/pflag)) = v1.0.5 +Provides: bundled(golang(github.com/stefanberger/go_pkcs11uri)) = v0.0.0_20201008174630_78d3cae3a980 +Provides: bundled(golang(github.com/sylabs/sif/v2)) = v2.3.2 +Provides: bundled(golang(github.com/syndtr/gocapability)) = v0.0.0_20200815063812_42c35b437635 +Provides: bundled(golang(github.com/tchap/go_patricia)) = v2.3.0+incompatible +Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.10 +Provides: bundled(golang(github.com/vbatts/tar_split)) = v0.11.2 Provides: bundled(golang(github.com/vbauerster/mpb/v7)) = v7.3.2 Provides: bundled(golang(github.com/VividCortex/ewma)) = v1.2.0 -Provides: bundled(golang(github.com/beorn7/perks)) = v1.0.1 -Provides: bundled(golang(github.com/proglottis/gpgme)) = v0.1.1 -Provides: bundled(golang(github.com/sylabs/sif/v2)) = v2.3.1 +Provides: bundled(golang(github.com/xeipuuv/gojsonpointer)) = v0.0.0_20190905194746_02993c407bfb +Provides: bundled(golang(github.com/xeipuuv/gojsonreference)) = v0.0.0_20180127040603_bd5ef7bd5415 +Provides: bundled(golang(github.com/xeipuuv/gojsonschema)) = v1.2.0 %description %{common_description} @@ -158,51 +159,9 @@ mkdir _depbundle pushd _depbundle /usr/bin/gzip -dc %{SOURCE0} | /usr/bin/tar -xof - /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . -%{__install} -m 0755 -vd %{gobuilddir}/src/github.com/ -%{__install} -m 0755 -vd %{gobuilddir}/src/github.com/vbauerster/mpb/ -%{__install} -m 0755 -vd %{gobuilddir}/src/github.com/rivo -%{__install} -m 0755 -vd %{gobuilddir}/src/github.com/ostreedev -%{__install} -m 0755 -vd %{gobuilddir}/src/github.com/disiqueira/gotree -%{__install} -m 0755 -vd %{gobuilddir}/src/github.com/navidys -%{__install} -m 0755 -vd %{gobuilddir}/src/github.com/Microsoft -%{__install} -m 0755 -vd %{gobuilddir}/src/github.com/mattn -%{__install} -m 0755 -vd %{gobuilddir}/src/github.com/jinzhu -%{__install} -m 0755 -vd %{gobuilddir}/src/github.com/disiqueira/gotree -%{__install} -m 0755 -vd %{gobuilddir}/src/github.com/containers -%{__install} -m 0755 -vd %{gobuilddir}/src/github.com/containerd/stargz-snapshotter -%{__install} -m 0755 -vd %{gobuilddir}/src/github.com/google -%{__install} -m 0755 -vd %{gobuilddir}/src/github.com/gdamore -%{__install} -m 0755 -vd %{gobuilddir}/src/github.com/beorn7 -%{__install} -m 0755 -vd %{gobuilddir}/src/github.com/proglottis -%{__install} -m 0755 -vd %{gobuilddir}/src/github.com/sylabs - +%{__install} -m 0755 -vd %{gobuilddir}/src/ # copy required bundled libraries -%{__cp} -rp %{goname}-%{version}/vendor/github.com/VividCortex %{gobuilddir}/src/github.com/ -%{__cp} -rp %{goname}-%{version}/vendor/github.com/vbauerster/mpb/v7 %{gobuilddir}/src/github.com/vbauerster/mpb/ -%{__cp} -rp %{goname}-%{version}/vendor/github.com/rivo/tview %{gobuilddir}/src/github.com/rivo/ -%{__cp} -rp %{goname}-%{version}/vendor/github.com/ostreedev/ostree-go %{gobuilddir}/src/github.com/ostreedev/ -%{__cp} -rp %{goname}-%{version}/vendor/github.com/navidys/tvxwidgets %{gobuilddir}/src/github.com/navidys/ -%{__cp} -rp %{goname}-%{version}/vendor/github.com/navidys/vtterm %{gobuilddir}/src/github.com/navidys/ -%{__cp} -rp %{goname}-%{version}/vendor/github.com/Microsoft/hcsshim %{gobuilddir}/src/github.com/Microsoft/ -%{__cp} -rp %{goname}-%{version}/vendor/github.com/Microsoft/go-winio %{gobuilddir}/src/github.com/Microsoft/ -%{__cp} -rp %{goname}-%{version}/vendor/github.com/mattn/go-runewidth %{gobuilddir}/src/github.com/mattn/ -%{__cp} -rp %{goname}-%{version}/vendor/github.com/jinzhu/copier %{gobuilddir}/src/github.com/jinzhu/ -%{__cp} -rp %{goname}-%{version}/vendor/github.com/google/go-intervals %{gobuilddir}/src/github.com/google/ -%{__cp} -rp %{goname}-%{version}/vendor/github.com/gdamore/tcell %{gobuilddir}/src/github.com/gdamore/ -%{__cp} -rp %{goname}-%{version}/vendor/github.com/disiqueira/gotree/v3 %{gobuilddir}/src/github.com/disiqueira/gotree/ -%{__cp} -rp %{goname}-%{version}/vendor/github.com/containers/storage %{gobuilddir}/src/github.com/containers/ -%{__cp} -rp %{goname}-%{version}/vendor/github.com/containers/psgo %{gobuilddir}/src/github.com/containers/ -%{__cp} -rp %{goname}-%{version}/vendor/github.com/containers/ocicrypt %{gobuilddir}/src/github.com/containers/ -%{__cp} -rp %{goname}-%{version}/vendor/github.com/containers/libtrust %{gobuilddir}/src/github.com/containers/ -%{__cp} -rp %{goname}-%{version}/vendor/github.com/containers/image %{gobuilddir}/src/github.com/containers/ -%{__cp} -rp %{goname}-%{version}/vendor/github.com/containers/common %{gobuilddir}/src/github.com/containers/ -%{__cp} -rp %{goname}-%{version}/vendor/github.com/containers/buildah %{gobuilddir}/src/github.com/containers/ -%{__cp} -rp %{goname}-%{version}/vendor/github.com/containers/podman %{gobuilddir}/src/github.com/containers/ -%{__cp} -rp %{goname}-%{version}/vendor/github.com/containerd/containerd %{gobuilddir}/src/github.com/containerd/ -%{__cp} -rp %{goname}-%{version}/vendor/github.com/beorn7/perks %{gobuilddir}/src/github.com/beorn7/ -%{__cp} -rp %{goname}-%{version}/vendor/github.com/proglottis/gpgme %{gobuilddir}/src/github.com/proglottis/ -%{__cp} -rp %{goname}-%{version}/vendor/github.com/sylabs/sif %{gobuilddir}/src/github.com/sylabs/ - +%{__cp} -rp %{goname}-%{version}/vendor/* %{gobuilddir}/src/ popd %{_bindir}/rm -rf _depbundle diff --git a/sources b/sources index cfe3132..975605f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (podman-tui-0.3.0.tar.gz) = 14a8d435ebb43542687cc45286c40b616fbc3daa8424c36aec39f93a038b89d6365b5e5cd1914b10524556e2c15c564a67f5846fe69a7630757ae70aff54492e +SHA512 (podman-tui-0.3.1.tar.gz) = e7095be80a664ccf9b951ca9998b68846dab10fab084c247fdc181055a867ef3d430df82be8aac7c4a522abbdc7417df3711028e8d78436a1df4c7a4755d6e5e From 9e705934768779a012628615320f3dfbbc7a9f05 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Fri, 3 Jun 2022 06:35:45 +1000 Subject: [PATCH 03/50] release v0.4.0 --- .gitignore | 1 + podman-tui.spec | 45 ++++++++++++++++++++++++--------------------- sources | 2 +- 3 files changed, 26 insertions(+), 22 deletions(-) diff --git a/.gitignore b/.gitignore index 8db2d81..d96fe74 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /podman-tui-0.2.0.tar.gz /podman-tui-0.3.0.tar.gz /podman-tui-0.3.1.tar.gz +/podman-tui-0.4.0.tar.gz diff --git a/podman-tui.spec b/podman-tui.spec index 52f7f6d..fccbb3e 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -9,8 +9,8 @@ %endif %global goipath github.com/containers/podman-tui -Version: 0.3.1 -%global tag v0.3.1 +Version: 0.4.0 +%global tag v0.4.0 %gometa %global goname podman-tui @@ -36,7 +36,7 @@ URL: %{gourl} Source0: %{gosource} BuildRequires: gcc -BuildRequires: golang >= 1.16.6 +BuildRequires: golang >= 1.18.2 BuildRequires: glib2-devel BuildRequires: glibc-devel BuildRequires: glibc-static @@ -63,30 +63,31 @@ Provides: bundled(golang(github.com/BurntSushi/toml)) = v1.1.0 Provides: bundled(golang(github.com/cespare/xxhash/v2)) = v2.1.2 Provides: bundled(golang(github.com/chzyer/readline)) = v0.0.0_20180603132655_2972be24d48e Provides: bundled(golang(github.com/containerd/cgroups)) = v1.0.3 -Provides: bundled(golang(github.com/containerd/containerd)) = v1.6.2 -Provides: bundled(golang(github.com/containerd/stargz_snapshotter/estargz)) = v0.11.3 -Provides: bundled(golang(github.com/containers/buildah)) = v1.25.1 -Provides: bundled(golang(github.com/containers/common)) = v0.47.5 -Provides: bundled(golang(github.com/containers/image/v5)) = v5.20.0 +Provides: bundled(golang(github.com/containerd/containerd)) = v1.6.4 +Provides: bundled(golang(github.com/containerd/stargz_snapshotter/estargz)) = v0.11.4 +Provides: bundled(golang(github.com/containers/buildah)) = v1.26.1 +Provides: bundled(golang(github.com/containers/common)) = v0.48.0 +Provides: bundled(golang(github.com/containers/image/v5)) = v5.21.1 Provides: bundled(golang(github.com/containers/libtrust)) = v0.0.0_20200511145503_9c3a6c22cd9a -Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.3 -Provides: bundled(golang(github.com/containers/podman/v4)) = v4.0.3 +Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.4 +Provides: bundled(golang(github.com/containers/podman/v4)) = v4.1.0 Provides: bundled(golang(github.com/containers/psgo)) = v1.7.2 -Provides: bundled(golang(github.com/containers/storage)) = v1.39.0 +Provides: bundled(golang(github.com/containers/storage)) = v1.41.0 Provides: bundled(golang(github.com/coreos/go_systemd/v22)) = v22.3.2 Provides: bundled(golang(github.com/cyphar/filepath_securejoin)) = v0.2.3 Provides: bundled(golang(github.com/disiqueira/gotree/v3)) = v3.0.2 Provides: bundled(golang(github.com/docker/distribution)) = v2.8.1+incompatible Provides: bundled(golang(github.com/docker/docker_credential_helpers)) = v0.6.4 -Provides: bundled(golang(github.com/docker/docker)) = v20.10.14+incompatible +Provides: bundled(golang(github.com/docker/docker)) = v20.10.16+incompatible Provides: bundled(golang(github.com/docker/go_connections)) = v0.4.1_0.20210727194412_58542c764a11 Provides: bundled(golang(github.com/docker/go_metrics)) = v0.0.1 Provides: bundled(golang(github.com/docker/go_units)) = v0.4.0 Provides: bundled(golang(github.com/docker/libnetwork)) = v0.8.0_dev.2.0.20190625141545_5a177b73e316 +Provides: bundled(golang(github.com/fsnotify/fsnotify)) = v1.5.4 Provides: bundled(golang(github.com/gdamore/encoding)) = v1.0.0 Provides: bundled(golang(github.com/gdamore/tcell/v2)) = v2.4.1_0.20210905002822_f057f0a857a1 Provides: bundled(golang(github.com/ghodss/yaml)) = v1.0.0 -Provides: bundled(golang(github.com/godbus/dbus/v5)) = v5.0.6 +Provides: bundled(golang(github.com/godbus/dbus/v5)) = v5.1.0 Provides: bundled(golang(github.com/gogo/protobuf)) = v1.3.2 Provides: bundled(golang(github.com/golang/groupcache)) = v0.0.0_20210331224755_41bb18bfe9da Provides: bundled(golang(github.com/golang/protobuf)) = v1.5.2 @@ -96,12 +97,12 @@ Provides: bundled(golang(github.com/gorilla/mux)) = v1.8.0 Provides: bundled(golang(github.com/gorilla/schema)) = v1.2.0 Provides: bundled(golang(github.com/hashicorp/errwrap)) = v1.1.0 Provides: bundled(golang(github.com/hashicorp/go_multierror)) = v1.1.1 -Provides: bundled(golang(github.com/hpcloud/tail)) = v1.0.0 +Provides: bundled(golang(github.com/hinshun/vt10x)) = v0.0.0_20220301184237_5011da428d02 Provides: bundled(golang(github.com/imdario/mergo)) = v0.3.12 Provides: bundled(golang(github.com/inconshreveable/mousetrap)) = v1.0.0 Provides: bundled(golang(github.com/jinzhu/copier)) = v0.3.5 Provides: bundled(golang(github.com/json_iterator/go)) = v1.1.12 -Provides: bundled(golang(github.com/klauspost/compress)) = v1.15.1 +Provides: bundled(golang(github.com/klauspost/compress)) = v1.15.4 Provides: bundled(golang(github.com/klauspost/pgzip)) = v1.2.5 Provides: bundled(golang(github.com/lucasb_eyer/go_colorful)) = v1.2.0 Provides: bundled(golang(github.com/manifoldco/promptui)) = v0.9.0 @@ -112,18 +113,20 @@ Provides: bundled(golang(github.com/Microsoft/go_winio)) = v0.5.2 Provides: bundled(golang(github.com/Microsoft/hcsshim)) = v0.9.2 Provides: bundled(golang(github.com/miekg/pkcs11)) = v1.1.1 Provides: bundled(golang(github.com/mistifyio/go_zfs)) = v2.1.2_0.20190413222219_f784269be439+incompatible -Provides: bundled(golang(github.com/moby/sys/mountinfo)) = v0.6.0 +Provides: bundled(golang(github.com/moby/sys/mountinfo)) = v0.6.1 Provides: bundled(golang(github.com/moby/term)) = v0.0.0_20210619224110_3f7ff695adc6 Provides: bundled(golang(github.com/modern_go/concurrent)) = v0.0.0_20180306012644_bacd9c7ef1dd Provides: bundled(golang(github.com/modern_go/reflect2)) = v1.0.2 Provides: bundled(golang(github.com/navidys/tvxwidgets)) = v0.1.0 -Provides: bundled(golang(github.com/navidys/vtterm)) = v0.1.0 +Provides: bundled(golang(github.com/nxadm/tail)) = v1.4.8 +Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = v2.1.4 +Provides: bundled(golang(github.com/onsi/gomega)) = v1.19.0 Provides: bundled(golang(github.com/opencontainers/go_digest)) = v1.0.0 Provides: bundled(golang(github.com/opencontainers/image_spec)) = v1.0.3_0.20220114050600_8b9d41f48198 -Provides: bundled(golang(github.com/opencontainers/runc)) = v1.1.0 +Provides: bundled(golang(github.com/opencontainers/runc)) = v1.1.1 Provides: bundled(golang(github.com/opencontainers/runtime_spec)) = v1.0.3_0.20211214071223_8958f93039ab Provides: bundled(golang(github.com/opencontainers/runtime_tools)) = v0.9.1_0.20220110225228_7e2d60f1e41f -Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.10.0 +Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.10.1 Provides: bundled(golang(github.com/ostreedev/ostree_go)) = v0.0.0_20210805093236_719684c64e4f Provides: bundled(golang(github.com/pkg/errors)) = v0.9.1 Provides: bundled(golang(github.com/proglottis/gpgme)) = v0.1.1 @@ -138,12 +141,12 @@ Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.8.1 Provides: bundled(golang(github.com/spf13/cobra)) = v1.4.0 Provides: bundled(golang(github.com/spf13/pflag)) = v1.0.5 Provides: bundled(golang(github.com/stefanberger/go_pkcs11uri)) = v0.0.0_20201008174630_78d3cae3a980 -Provides: bundled(golang(github.com/sylabs/sif/v2)) = v2.3.2 +Provides: bundled(golang(github.com/sylabs/sif/v2)) = v2.7.0 Provides: bundled(golang(github.com/syndtr/gocapability)) = v0.0.0_20200815063812_42c35b437635 Provides: bundled(golang(github.com/tchap/go_patricia)) = v2.3.0+incompatible Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.10 Provides: bundled(golang(github.com/vbatts/tar_split)) = v0.11.2 -Provides: bundled(golang(github.com/vbauerster/mpb/v7)) = v7.3.2 +Provides: bundled(golang(github.com/vbauerster/mpb/v7)) = v7.4.1 Provides: bundled(golang(github.com/VividCortex/ewma)) = v1.2.0 Provides: bundled(golang(github.com/xeipuuv/gojsonpointer)) = v0.0.0_20190905194746_02993c407bfb Provides: bundled(golang(github.com/xeipuuv/gojsonreference)) = v0.0.0_20180127040603_bd5ef7bd5415 diff --git a/sources b/sources index 975605f..a611661 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (podman-tui-0.3.1.tar.gz) = e7095be80a664ccf9b951ca9998b68846dab10fab084c247fdc181055a867ef3d430df82be8aac7c4a522abbdc7417df3711028e8d78436a1df4c7a4755d6e5e +SHA512 (podman-tui-0.4.0.tar.gz) = 7c00e72c398b2cac6120384ee142cfbabda0a0749be565abe0073242a98ab5dd10ec285101e1a5381f5f057bb81618cd0a9ce63566da233e7f95db12d4d5f686 From 2e4c10bb539e8bc4e6573bf7cb95016226522e76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= Date: Sat, 18 Jun 2022 12:18:06 +0200 Subject: [PATCH 04/50] Rebuilt for CVE-2022-1996, CVE-2022-24675, CVE-2022-28327, CVE-2022-27191, CVE-2022-29526, CVE-2022-30629 From 80764c350957a934c2049ab67a233f44d1c95974 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sun, 3 Jul 2022 08:50:16 +1000 Subject: [PATCH 05/50] release v0.5.0 --- .gitignore | 1 + podman-tui.spec | 16 +++++++++------- sources | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index d96fe74..fbca079 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /podman-tui-0.3.0.tar.gz /podman-tui-0.3.1.tar.gz /podman-tui-0.4.0.tar.gz +/podman-tui-0.5.0.tar.gz diff --git a/podman-tui.spec b/podman-tui.spec index fccbb3e..f437135 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -9,8 +9,8 @@ %endif %global goipath github.com/containers/podman-tui -Version: 0.4.0 -%global tag v0.4.0 +Version: 0.5.0 +%global tag v0.5.0 %gometa %global goname podman-tui @@ -70,15 +70,15 @@ Provides: bundled(golang(github.com/containers/common)) = v0.48.0 Provides: bundled(golang(github.com/containers/image/v5)) = v5.21.1 Provides: bundled(golang(github.com/containers/libtrust)) = v0.0.0_20200511145503_9c3a6c22cd9a Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.4 -Provides: bundled(golang(github.com/containers/podman/v4)) = v4.1.0 +Provides: bundled(golang(github.com/containers/podman/v4)) = v4.1.1 Provides: bundled(golang(github.com/containers/psgo)) = v1.7.2 Provides: bundled(golang(github.com/containers/storage)) = v1.41.0 -Provides: bundled(golang(github.com/coreos/go_systemd/v22)) = v22.3.2 +Provides: bundled(golang(github.com/coreos/go_systemd/v22)) = v22.3.3_0.20220203105225_a9a7ef127534 Provides: bundled(golang(github.com/cyphar/filepath_securejoin)) = v0.2.3 Provides: bundled(golang(github.com/disiqueira/gotree/v3)) = v3.0.2 Provides: bundled(golang(github.com/docker/distribution)) = v2.8.1+incompatible Provides: bundled(golang(github.com/docker/docker_credential_helpers)) = v0.6.4 -Provides: bundled(golang(github.com/docker/docker)) = v20.10.16+incompatible +Provides: bundled(golang(github.com/docker/docker)) = v20.10.17+incompatible Provides: bundled(golang(github.com/docker/go_connections)) = v0.4.1_0.20210727194412_58542c764a11 Provides: bundled(golang(github.com/docker/go_metrics)) = v0.0.1 Provides: bundled(golang(github.com/docker/go_units)) = v0.4.0 @@ -106,6 +106,8 @@ Provides: bundled(golang(github.com/klauspost/compress)) = v1.15.4 Provides: bundled(golang(github.com/klauspost/pgzip)) = v1.2.5 Provides: bundled(golang(github.com/lucasb_eyer/go_colorful)) = v1.2.0 Provides: bundled(golang(github.com/manifoldco/promptui)) = v0.9.0 +Provides: bundled(golang(github.com/mattn/go_colorable)) = v0.1.12 +Provides: bundled(golang(github.com/mattn/go_isatty)) = v0.0.14 Provides: bundled(golang(github.com/mattn/go_runewidth)) = v0.0.13 Provides: bundled(golang(github.com/mattn/go_shellwords)) = v1.0.12 Provides: bundled(golang(github.com/matttproud/golang_protobuf_extensions)) = v1.0.2_0.20181231171920_c182affec369 @@ -136,9 +138,9 @@ Provides: bundled(golang(github.com/prometheus/common)) = v0.30.0 Provides: bundled(golang(github.com/prometheus/procfs)) = v0.7.3 Provides: bundled(golang(github.com/rivo/tview)) = v0.0.0_20220307222120_9994674d60a8 Provides: bundled(golang(github.com/rivo/uniseg)) = v0.2.0 -Provides: bundled(golang(github.com/rs/zerolog)) = v1.26.1 +Provides: bundled(golang(github.com/rs/zerolog)) = v1.27.0 Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.8.1 -Provides: bundled(golang(github.com/spf13/cobra)) = v1.4.0 +Provides: bundled(golang(github.com/spf13/cobra)) = v1.5.0 Provides: bundled(golang(github.com/spf13/pflag)) = v1.0.5 Provides: bundled(golang(github.com/stefanberger/go_pkcs11uri)) = v0.0.0_20201008174630_78d3cae3a980 Provides: bundled(golang(github.com/sylabs/sif/v2)) = v2.7.0 diff --git a/sources b/sources index a611661..e7369fe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (podman-tui-0.4.0.tar.gz) = 7c00e72c398b2cac6120384ee142cfbabda0a0749be565abe0073242a98ab5dd10ec285101e1a5381f5f057bb81618cd0a9ce63566da233e7f95db12d4d5f686 +SHA512 (podman-tui-0.5.0.tar.gz) = 59a7945cb4a787871d54a806a26aac8273f3eec0971c7fecacb905f689e9466b98fbf4586d58b99bd498bc43bbec4eb776ceb45456c5563cb3bec692e404a0c0 From 08652dd3ddff0ddfbf7ebe16a4bc4dd1b4f45ba9 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Tue, 19 Jul 2022 13:58:55 -0500 Subject: [PATCH 06/50] Rebuild for CVE-2022-{1705,32148,30631,30633,28131,30635,30632,30630,1962} in golang From b9684ebbd6dc85f003d7035eced275eb90167da0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 22 Jul 2022 15:09:03 +0000 Subject: [PATCH 07/50] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering From ea9732de765de23b2e7fd6fdb0d44f3495034e17 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sat, 15 Oct 2022 13:47:49 +1100 Subject: [PATCH 08/50] release v0.6.0 --- .gitignore | 1 + podman-tui.spec | 69 ++++++++++++++++++++++++++++--------------------- sources | 2 +- 3 files changed, 41 insertions(+), 31 deletions(-) diff --git a/.gitignore b/.gitignore index fbca079..398f5fe 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /podman-tui-0.3.1.tar.gz /podman-tui-0.4.0.tar.gz /podman-tui-0.5.0.tar.gz +/podman-tui-0.6.0.tar.gz diff --git a/podman-tui.spec b/podman-tui.spec index f437135..c83b0d6 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -9,8 +9,8 @@ %endif %global goipath github.com/containers/podman-tui -Version: 0.5.0 -%global tag v0.5.0 +Version: 0.6.0 +%global tag v0.6.0 %gometa %global goname podman-tui @@ -59,20 +59,22 @@ Provides: bundled(golang(github.com/acarl005/stripansi)) = v0.0.0_20180116102854 Provides: bundled(golang(github.com/Azure/go_ansiterm)) = v0.0.0_20210617225240_d185dfc1b5a1 Provides: bundled(golang(github.com/beorn7/perks)) = v1.0.1 Provides: bundled(golang(github.com/blang/semver)) = v3.5.1+incompatible -Provides: bundled(golang(github.com/BurntSushi/toml)) = v1.1.0 +Provides: bundled(golang(github.com/blang/semver/v4)) = v4.0.0 +Provides: bundled(golang(github.com/BurntSushi/toml)) = v1.2.0 Provides: bundled(golang(github.com/cespare/xxhash/v2)) = v2.1.2 Provides: bundled(golang(github.com/chzyer/readline)) = v0.0.0_20180603132655_2972be24d48e +Provides: bundled(golang(github.com/cilium/ebpf)) = v0.7.0 Provides: bundled(golang(github.com/containerd/cgroups)) = v1.0.3 -Provides: bundled(golang(github.com/containerd/containerd)) = v1.6.4 -Provides: bundled(golang(github.com/containerd/stargz_snapshotter/estargz)) = v0.11.4 -Provides: bundled(golang(github.com/containers/buildah)) = v1.26.1 -Provides: bundled(golang(github.com/containers/common)) = v0.48.0 -Provides: bundled(golang(github.com/containers/image/v5)) = v5.21.1 +Provides: bundled(golang(github.com/containerd/containerd)) = v1.6.6 +Provides: bundled(golang(github.com/containerd/stargz_snapshotter/estargz)) = v0.12.0 +Provides: bundled(golang(github.com/containers/buildah)) = v1.27.0 +Provides: bundled(golang(github.com/containers/common)) = v0.49.1 +Provides: bundled(golang(github.com/containers/image/v5)) = v5.22.0 Provides: bundled(golang(github.com/containers/libtrust)) = v0.0.0_20200511145503_9c3a6c22cd9a -Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.4 -Provides: bundled(golang(github.com/containers/podman/v4)) = v4.1.1 -Provides: bundled(golang(github.com/containers/psgo)) = v1.7.2 -Provides: bundled(golang(github.com/containers/storage)) = v1.41.0 +Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.5 +Provides: bundled(golang(github.com/containers/podman/v4)) = v4.2.1 +Provides: bundled(golang(github.com/containers/psgo)) = v1.7.3 +Provides: bundled(golang(github.com/containers/storage)) = v1.42.0 Provides: bundled(golang(github.com/coreos/go_systemd/v22)) = v22.3.3_0.20220203105225_a9a7ef127534 Provides: bundled(golang(github.com/cyphar/filepath_securejoin)) = v0.2.3 Provides: bundled(golang(github.com/disiqueira/gotree/v3)) = v3.0.2 @@ -81,7 +83,7 @@ Provides: bundled(golang(github.com/docker/docker_credential_helpers)) = v0.6.4 Provides: bundled(golang(github.com/docker/docker)) = v20.10.17+incompatible Provides: bundled(golang(github.com/docker/go_connections)) = v0.4.1_0.20210727194412_58542c764a11 Provides: bundled(golang(github.com/docker/go_metrics)) = v0.0.1 -Provides: bundled(golang(github.com/docker/go_units)) = v0.4.0 +Provides: bundled(golang(github.com/docker/go_units)) = v0.5.0 Provides: bundled(golang(github.com/docker/libnetwork)) = v0.8.0_dev.2.0.20190625141545_5a177b73e316 Provides: bundled(golang(github.com/fsnotify/fsnotify)) = v1.5.4 Provides: bundled(golang(github.com/gdamore/encoding)) = v1.0.0 @@ -91,6 +93,8 @@ Provides: bundled(golang(github.com/godbus/dbus/v5)) = v5.1.0 Provides: bundled(golang(github.com/gogo/protobuf)) = v1.3.2 Provides: bundled(golang(github.com/golang/groupcache)) = v0.0.0_20210331224755_41bb18bfe9da Provides: bundled(golang(github.com/golang/protobuf)) = v1.5.2 +Provides: bundled(golang(github.com/google/go_cmp)) = v0.5.8 +Provides: bundled(golang(github.com/google/go_containerregistry)) = v0.10.0 Provides: bundled(golang(github.com/google/go_intervals)) = v0.0.2 Provides: bundled(golang(github.com/google/uuid)) = v1.3.0 Provides: bundled(golang(github.com/gorilla/mux)) = v1.8.0 @@ -98,12 +102,13 @@ Provides: bundled(golang(github.com/gorilla/schema)) = v1.2.0 Provides: bundled(golang(github.com/hashicorp/errwrap)) = v1.1.0 Provides: bundled(golang(github.com/hashicorp/go_multierror)) = v1.1.1 Provides: bundled(golang(github.com/hinshun/vt10x)) = v0.0.0_20220301184237_5011da428d02 -Provides: bundled(golang(github.com/imdario/mergo)) = v0.3.12 +Provides: bundled(golang(github.com/imdario/mergo)) = v0.3.13 Provides: bundled(golang(github.com/inconshreveable/mousetrap)) = v1.0.0 Provides: bundled(golang(github.com/jinzhu/copier)) = v0.3.5 Provides: bundled(golang(github.com/json_iterator/go)) = v1.1.12 -Provides: bundled(golang(github.com/klauspost/compress)) = v1.15.4 +Provides: bundled(golang(github.com/klauspost/compress)) = v1.15.9 Provides: bundled(golang(github.com/klauspost/pgzip)) = v1.2.5 +Provides: bundled(golang(github.com/letsencrypt/boulder)) = v0.0.0_20220331220046_b23ab962616e Provides: bundled(golang(github.com/lucasb_eyer/go_colorful)) = v1.2.0 Provides: bundled(golang(github.com/manifoldco/promptui)) = v0.9.0 Provides: bundled(golang(github.com/mattn/go_colorable)) = v0.1.12 @@ -112,48 +117,52 @@ Provides: bundled(golang(github.com/mattn/go_runewidth)) = v0.0.13 Provides: bundled(golang(github.com/mattn/go_shellwords)) = v1.0.12 Provides: bundled(golang(github.com/matttproud/golang_protobuf_extensions)) = v1.0.2_0.20181231171920_c182affec369 Provides: bundled(golang(github.com/Microsoft/go_winio)) = v0.5.2 -Provides: bundled(golang(github.com/Microsoft/hcsshim)) = v0.9.2 +Provides: bundled(golang(github.com/Microsoft/hcsshim)) = v0.9.3 Provides: bundled(golang(github.com/miekg/pkcs11)) = v1.1.1 Provides: bundled(golang(github.com/mistifyio/go_zfs)) = v2.1.2_0.20190413222219_f784269be439+incompatible -Provides: bundled(golang(github.com/moby/sys/mountinfo)) = v0.6.1 +Provides: bundled(golang(github.com/moby/sys/mountinfo)) = v0.6.2 Provides: bundled(golang(github.com/moby/term)) = v0.0.0_20210619224110_3f7ff695adc6 Provides: bundled(golang(github.com/modern_go/concurrent)) = v0.0.0_20180306012644_bacd9c7ef1dd Provides: bundled(golang(github.com/modern_go/reflect2)) = v1.0.2 -Provides: bundled(golang(github.com/navidys/tvxwidgets)) = v0.1.0 +Provides: bundled(golang(github.com/navidys/tvxwidgets)) = v0.1.1 Provides: bundled(golang(github.com/nxadm/tail)) = v1.4.8 -Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = v2.1.4 -Provides: bundled(golang(github.com/onsi/gomega)) = v1.19.0 +Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = v2.1.6 +Provides: bundled(golang(github.com/onsi/gomega)) = v1.20.2 Provides: bundled(golang(github.com/opencontainers/go_digest)) = v1.0.0 Provides: bundled(golang(github.com/opencontainers/image_spec)) = v1.0.3_0.20220114050600_8b9d41f48198 -Provides: bundled(golang(github.com/opencontainers/runc)) = v1.1.1 +Provides: bundled(golang(github.com/opencontainers/runc)) = v1.1.3 Provides: bundled(golang(github.com/opencontainers/runtime_spec)) = v1.0.3_0.20211214071223_8958f93039ab -Provides: bundled(golang(github.com/opencontainers/runtime_tools)) = v0.9.1_0.20220110225228_7e2d60f1e41f +Provides: bundled(golang(github.com/opencontainers/runtime_tools)) = v0.9.1_0.20220714195903_17b3287fafb7 Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.10.1 Provides: bundled(golang(github.com/ostreedev/ostree_go)) = v0.0.0_20210805093236_719684c64e4f Provides: bundled(golang(github.com/pkg/errors)) = v0.9.1 -Provides: bundled(golang(github.com/proglottis/gpgme)) = v0.1.1 -Provides: bundled(golang(github.com/prometheus/client_golang)) = v1.11.1 +Provides: bundled(golang(github.com/proglottis/gpgme)) = v0.1.3 +Provides: bundled(golang(github.com/prometheus/client_golang)) = v1.12.1 Provides: bundled(golang(github.com/prometheus/client_model)) = v0.2.0 -Provides: bundled(golang(github.com/prometheus/common)) = v0.30.0 +Provides: bundled(golang(github.com/prometheus/common)) = v0.32.1 Provides: bundled(golang(github.com/prometheus/procfs)) = v0.7.3 Provides: bundled(golang(github.com/rivo/tview)) = v0.0.0_20220307222120_9994674d60a8 Provides: bundled(golang(github.com/rivo/uniseg)) = v0.2.0 -Provides: bundled(golang(github.com/rs/zerolog)) = v1.27.0 -Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.8.1 +Provides: bundled(golang(github.com/rs/zerolog)) = v1.28.0 +Provides: bundled(golang(github.com/sigstore/sigstore)) = v1.3.1_0.20220629021053_b95fc0d626c1 +Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.9.0 Provides: bundled(golang(github.com/spf13/cobra)) = v1.5.0 Provides: bundled(golang(github.com/spf13/pflag)) = v1.0.5 Provides: bundled(golang(github.com/stefanberger/go_pkcs11uri)) = v0.0.0_20201008174630_78d3cae3a980 -Provides: bundled(golang(github.com/sylabs/sif/v2)) = v2.7.0 +Provides: bundled(golang(github.com/sylabs/sif/v2)) = v2.7.1 Provides: bundled(golang(github.com/syndtr/gocapability)) = v0.0.0_20200815063812_42c35b437635 Provides: bundled(golang(github.com/tchap/go_patricia)) = v2.3.0+incompatible +Provides: bundled(golang(github.com/theupdateframework/go_tuf)) = v0.3.1 +Provides: bundled(golang(github.com/titanous/rocacheck)) = v0.0.0_20171023193734_afe73141d399 Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.10 Provides: bundled(golang(github.com/vbatts/tar_split)) = v0.11.2 -Provides: bundled(golang(github.com/vbauerster/mpb/v7)) = v7.4.1 +Provides: bundled(golang(github.com/vbauerster/mpb/v7)) = v7.4.2 Provides: bundled(golang(github.com/VividCortex/ewma)) = v1.2.0 Provides: bundled(golang(github.com/xeipuuv/gojsonpointer)) = v0.0.0_20190905194746_02993c407bfb Provides: bundled(golang(github.com/xeipuuv/gojsonreference)) = v0.0.0_20180127040603_bd5ef7bd5415 Provides: bundled(golang(github.com/xeipuuv/gojsonschema)) = v1.2.0 + %description %{common_description} @@ -188,4 +197,4 @@ popd %{_bindir}/* %changelog -%autochangelog \ No newline at end of file +%autochangelog diff --git a/sources b/sources index e7369fe..19fc82f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (podman-tui-0.5.0.tar.gz) = 59a7945cb4a787871d54a806a26aac8273f3eec0971c7fecacb905f689e9466b98fbf4586d58b99bd498bc43bbec4eb776ceb45456c5563cb3bec692e404a0c0 +SHA512 (podman-tui-0.6.0.tar.gz) = 0d6dd83c2ddc8a5b2725282eaefece70ec0901496a111d752af3e0eeb7d38685bc481253f95417f56286469dc149d3576846531b37ddcee9683aa5d500cbe858 From 59119713bdd81d1388f5985d6acb0b5697946e6d Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sat, 19 Nov 2022 18:56:44 +1100 Subject: [PATCH 09/50] release v0.7.0 --- .gitignore | 1 + podman-tui.spec | 97 ++++++++++++++++++++++--------------------------- sources | 2 +- 3 files changed, 45 insertions(+), 55 deletions(-) diff --git a/.gitignore b/.gitignore index 398f5fe..0b4c7b7 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /podman-tui-0.4.0.tar.gz /podman-tui-0.5.0.tar.gz /podman-tui-0.6.0.tar.gz +/podman-tui-0.7.0.tar.gz diff --git a/podman-tui.spec b/podman-tui.spec index c83b0d6..ad3ed6f 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -9,8 +9,8 @@ %endif %global goipath github.com/containers/podman-tui -Version: 0.6.0 -%global tag v0.6.0 +Version: 0.7.0 +%global tag v0.7.0 %gometa %global goname podman-tui @@ -43,12 +43,7 @@ BuildRequires: glibc-static BuildRequires: git-core BuildRequires: go-rpm-macros BuildRequires: make -BuildRequires: gpgme-devel -BuildRequires: device-mapper-devel -BuildRequires: libassuan-devel -%if ! 0%{?centos} -BuildRequires: btrfs-progs-devel -%endif + %if 0%{?fedora} >= 35 BuildRequires: shadow-utils-subid-devel %endif @@ -57,35 +52,30 @@ BuildRequires: shadow-utils-subid-devel # awk '{print "Provides: bundled(golang("$1")) = "$2}' go.mod | sort | uniq | sed -e 's/-/_/g' -e '/bundled(golang())/d' -e '/bundled(golang(go\|module\|replace\|require))/d' Provides: bundled(golang(github.com/acarl005/stripansi)) = v0.0.0_20180116102854_5a71ef0e047d Provides: bundled(golang(github.com/Azure/go_ansiterm)) = v0.0.0_20210617225240_d185dfc1b5a1 -Provides: bundled(golang(github.com/beorn7/perks)) = v1.0.1 Provides: bundled(golang(github.com/blang/semver)) = v3.5.1+incompatible Provides: bundled(golang(github.com/blang/semver/v4)) = v4.0.0 -Provides: bundled(golang(github.com/BurntSushi/toml)) = v1.2.0 -Provides: bundled(golang(github.com/cespare/xxhash/v2)) = v2.1.2 -Provides: bundled(golang(github.com/chzyer/readline)) = v0.0.0_20180603132655_2972be24d48e -Provides: bundled(golang(github.com/cilium/ebpf)) = v0.7.0 -Provides: bundled(golang(github.com/containerd/cgroups)) = v1.0.3 -Provides: bundled(golang(github.com/containerd/containerd)) = v1.6.6 -Provides: bundled(golang(github.com/containerd/stargz_snapshotter/estargz)) = v0.12.0 -Provides: bundled(golang(github.com/containers/buildah)) = v1.27.0 -Provides: bundled(golang(github.com/containers/common)) = v0.49.1 -Provides: bundled(golang(github.com/containers/image/v5)) = v5.22.0 +Provides: bundled(golang(github.com/BurntSushi/toml)) = v1.2.1 +Provides: bundled(golang(github.com/chzyer/readline)) = v1.5.1 +Provides: bundled(golang(github.com/containerd/cgroups)) = v1.0.4 +Provides: bundled(golang(github.com/containerd/containerd)) = v1.6.8 +Provides: bundled(golang(github.com/containerd/stargz_snapshotter/estargz)) = v0.12.1 +Provides: bundled(golang(github.com/containers/buildah)) = v1.28.0 +Provides: bundled(golang(github.com/containers/common)) = v0.50.1 +Provides: bundled(golang(github.com/containers/image/v5)) = v5.23.1 Provides: bundled(golang(github.com/containers/libtrust)) = v0.0.0_20200511145503_9c3a6c22cd9a -Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.5 -Provides: bundled(golang(github.com/containers/podman/v4)) = v4.2.1 +Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.6 +Provides: bundled(golang(github.com/containers/podman/v4)) = v4.3.1 Provides: bundled(golang(github.com/containers/psgo)) = v1.7.3 -Provides: bundled(golang(github.com/containers/storage)) = v1.42.0 -Provides: bundled(golang(github.com/coreos/go_systemd/v22)) = v22.3.3_0.20220203105225_a9a7ef127534 +Provides: bundled(golang(github.com/containers/storage)) = v1.44.0 +Provides: bundled(golang(github.com/coreos/go_systemd/v22)) = v22.4.0 Provides: bundled(golang(github.com/cyphar/filepath_securejoin)) = v0.2.3 Provides: bundled(golang(github.com/disiqueira/gotree/v3)) = v3.0.2 Provides: bundled(golang(github.com/docker/distribution)) = v2.8.1+incompatible -Provides: bundled(golang(github.com/docker/docker_credential_helpers)) = v0.6.4 -Provides: bundled(golang(github.com/docker/docker)) = v20.10.17+incompatible +Provides: bundled(golang(github.com/docker/docker_credential_helpers)) = v0.7.0 +Provides: bundled(golang(github.com/docker/docker)) = v20.10.21+incompatible Provides: bundled(golang(github.com/docker/go_connections)) = v0.4.1_0.20210727194412_58542c764a11 -Provides: bundled(golang(github.com/docker/go_metrics)) = v0.0.1 Provides: bundled(golang(github.com/docker/go_units)) = v0.5.0 -Provides: bundled(golang(github.com/docker/libnetwork)) = v0.8.0_dev.2.0.20190625141545_5a177b73e316 -Provides: bundled(golang(github.com/fsnotify/fsnotify)) = v1.5.4 +Provides: bundled(golang(github.com/fsnotify/fsnotify)) = v1.6.0 Provides: bundled(golang(github.com/gdamore/encoding)) = v1.0.0 Provides: bundled(golang(github.com/gdamore/tcell/v2)) = v2.4.1_0.20210905002822_f057f0a857a1 Provides: bundled(golang(github.com/ghodss/yaml)) = v1.0.0 @@ -93,8 +83,9 @@ Provides: bundled(golang(github.com/godbus/dbus/v5)) = v5.1.0 Provides: bundled(golang(github.com/gogo/protobuf)) = v1.3.2 Provides: bundled(golang(github.com/golang/groupcache)) = v0.0.0_20210331224755_41bb18bfe9da Provides: bundled(golang(github.com/golang/protobuf)) = v1.5.2 -Provides: bundled(golang(github.com/google/go_cmp)) = v0.5.8 -Provides: bundled(golang(github.com/google/go_containerregistry)) = v0.10.0 +Provides: bundled(golang(github.com/go_logr/logr)) = v1.2.3 +Provides: bundled(golang(github.com/google/go_cmp)) = v0.5.9 +Provides: bundled(golang(github.com/google/go_containerregistry)) = v0.11.0 Provides: bundled(golang(github.com/google/go_intervals)) = v0.0.2 Provides: bundled(golang(github.com/google/uuid)) = v1.3.0 Provides: bundled(golang(github.com/gorilla/mux)) = v1.8.0 @@ -103,66 +94,63 @@ Provides: bundled(golang(github.com/hashicorp/errwrap)) = v1.1.0 Provides: bundled(golang(github.com/hashicorp/go_multierror)) = v1.1.1 Provides: bundled(golang(github.com/hinshun/vt10x)) = v0.0.0_20220301184237_5011da428d02 Provides: bundled(golang(github.com/imdario/mergo)) = v0.3.13 -Provides: bundled(golang(github.com/inconshreveable/mousetrap)) = v1.0.0 +Provides: bundled(golang(github.com/inconshreveable/mousetrap)) = v1.0.1 Provides: bundled(golang(github.com/jinzhu/copier)) = v0.3.5 Provides: bundled(golang(github.com/json_iterator/go)) = v1.1.12 -Provides: bundled(golang(github.com/klauspost/compress)) = v1.15.9 -Provides: bundled(golang(github.com/klauspost/pgzip)) = v1.2.5 -Provides: bundled(golang(github.com/letsencrypt/boulder)) = v0.0.0_20220331220046_b23ab962616e +Provides: bundled(golang(github.com/klauspost/compress)) = v1.15.12 +Provides: bundled(golang(github.com/klauspost/pgzip)) = v1.2.6_0.20220930104621_17e8dac29df8 +Provides: bundled(golang(github.com/kr/fs)) = v0.1.0 +Provides: bundled(golang(github.com/letsencrypt/boulder)) = v0.0.0_20220723181115_27de4befb95e Provides: bundled(golang(github.com/lucasb_eyer/go_colorful)) = v1.2.0 Provides: bundled(golang(github.com/manifoldco/promptui)) = v0.9.0 Provides: bundled(golang(github.com/mattn/go_colorable)) = v0.1.12 -Provides: bundled(golang(github.com/mattn/go_isatty)) = v0.0.14 +Provides: bundled(golang(github.com/mattn/go_isatty)) = v0.0.16 Provides: bundled(golang(github.com/mattn/go_runewidth)) = v0.0.13 Provides: bundled(golang(github.com/mattn/go_shellwords)) = v1.0.12 -Provides: bundled(golang(github.com/matttproud/golang_protobuf_extensions)) = v1.0.2_0.20181231171920_c182affec369 Provides: bundled(golang(github.com/Microsoft/go_winio)) = v0.5.2 -Provides: bundled(golang(github.com/Microsoft/hcsshim)) = v0.9.3 +Provides: bundled(golang(github.com/Microsoft/hcsshim)) = v0.9.5 Provides: bundled(golang(github.com/miekg/pkcs11)) = v1.1.1 -Provides: bundled(golang(github.com/mistifyio/go_zfs)) = v2.1.2_0.20190413222219_f784269be439+incompatible +Provides: bundled(golang(github.com/mistifyio/go_zfs/v3)) = v3.0.0 Provides: bundled(golang(github.com/moby/sys/mountinfo)) = v0.6.2 Provides: bundled(golang(github.com/moby/term)) = v0.0.0_20210619224110_3f7ff695adc6 Provides: bundled(golang(github.com/modern_go/concurrent)) = v0.0.0_20180306012644_bacd9c7ef1dd Provides: bundled(golang(github.com/modern_go/reflect2)) = v1.0.2 -Provides: bundled(golang(github.com/navidys/tvxwidgets)) = v0.1.1 +Provides: bundled(golang(github.com/navidys/tvxwidgets)) = v0.2.0 Provides: bundled(golang(github.com/nxadm/tail)) = v1.4.8 -Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = v2.1.6 -Provides: bundled(golang(github.com/onsi/gomega)) = v1.20.2 +Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = v2.5.0 +Provides: bundled(golang(github.com/onsi/gomega)) = v1.24.1 Provides: bundled(golang(github.com/opencontainers/go_digest)) = v1.0.0 -Provides: bundled(golang(github.com/opencontainers/image_spec)) = v1.0.3_0.20220114050600_8b9d41f48198 -Provides: bundled(golang(github.com/opencontainers/runc)) = v1.1.3 +Provides: bundled(golang(github.com/opencontainers/image_spec)) = v1.1.0_rc2 +Provides: bundled(golang(github.com/opencontainers/runc)) = v1.1.4 Provides: bundled(golang(github.com/opencontainers/runtime_spec)) = v1.0.3_0.20211214071223_8958f93039ab Provides: bundled(golang(github.com/opencontainers/runtime_tools)) = v0.9.1_0.20220714195903_17b3287fafb7 -Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.10.1 +Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.10.2 Provides: bundled(golang(github.com/ostreedev/ostree_go)) = v0.0.0_20210805093236_719684c64e4f Provides: bundled(golang(github.com/pkg/errors)) = v0.9.1 +Provides: bundled(golang(github.com/pkg/sftp)) = v1.13.5 Provides: bundled(golang(github.com/proglottis/gpgme)) = v0.1.3 -Provides: bundled(golang(github.com/prometheus/client_golang)) = v1.12.1 -Provides: bundled(golang(github.com/prometheus/client_model)) = v0.2.0 -Provides: bundled(golang(github.com/prometheus/common)) = v0.32.1 -Provides: bundled(golang(github.com/prometheus/procfs)) = v0.7.3 Provides: bundled(golang(github.com/rivo/tview)) = v0.0.0_20220307222120_9994674d60a8 Provides: bundled(golang(github.com/rivo/uniseg)) = v0.2.0 Provides: bundled(golang(github.com/rs/zerolog)) = v1.28.0 -Provides: bundled(golang(github.com/sigstore/sigstore)) = v1.3.1_0.20220629021053_b95fc0d626c1 +Provides: bundled(golang(github.com/sigstore/sigstore)) = v1.4.2 Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.9.0 -Provides: bundled(golang(github.com/spf13/cobra)) = v1.5.0 +Provides: bundled(golang(github.com/spf13/cobra)) = v1.6.1 Provides: bundled(golang(github.com/spf13/pflag)) = v1.0.5 Provides: bundled(golang(github.com/stefanberger/go_pkcs11uri)) = v0.0.0_20201008174630_78d3cae3a980 -Provides: bundled(golang(github.com/sylabs/sif/v2)) = v2.7.1 +Provides: bundled(golang(github.com/sylabs/sif/v2)) = v2.8.0 Provides: bundled(golang(github.com/syndtr/gocapability)) = v0.0.0_20200815063812_42c35b437635 Provides: bundled(golang(github.com/tchap/go_patricia)) = v2.3.0+incompatible -Provides: bundled(golang(github.com/theupdateframework/go_tuf)) = v0.3.1 +Provides: bundled(golang(github.com/theupdateframework/go_tuf)) = v0.5.1 Provides: bundled(golang(github.com/titanous/rocacheck)) = v0.0.0_20171023193734_afe73141d399 Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.10 Provides: bundled(golang(github.com/vbatts/tar_split)) = v0.11.2 -Provides: bundled(golang(github.com/vbauerster/mpb/v7)) = v7.4.2 +Provides: bundled(golang(github.com/vbauerster/mpb/v7)) = v7.5.3 Provides: bundled(golang(github.com/VividCortex/ewma)) = v1.2.0 +Provides: bundled(golang(github.com/vmihailenco/tagparser/v2)) = v2.0.0 Provides: bundled(golang(github.com/xeipuuv/gojsonpointer)) = v0.0.0_20190905194746_02993c407bfb Provides: bundled(golang(github.com/xeipuuv/gojsonreference)) = v0.0.0_20180127040603_bd5ef7bd5415 Provides: bundled(golang(github.com/xeipuuv/gojsonschema)) = v1.2.0 - %description %{common_description} @@ -180,6 +168,7 @@ popd %{_bindir}/rm -rf _depbundle %build +export BUILDTAGS="exclude_graphdriver_devicemapper exclude_graphdriver_btrfs btrfs_noversion containers_image_openpgp remote" %gobuild -o %{gobuilddir}/bin/%{goname} %{goipath}/ %install diff --git a/sources b/sources index 19fc82f..f0e607f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (podman-tui-0.6.0.tar.gz) = 0d6dd83c2ddc8a5b2725282eaefece70ec0901496a111d752af3e0eeb7d38685bc481253f95417f56286469dc149d3576846531b37ddcee9683aa5d500cbe858 +SHA512 (podman-tui-0.7.0.tar.gz) = 16f1b373f4350bf5217260e637e4d505e266dde34eab829dac305f9a1609a7da555aa78ad82768ba5f03f98575fe5f5774937ebff9bb5dec16841fdab72b5fdd From 430218105f7f443c7ba744bbf9e7e720ccdb935e Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 20 Jan 2023 10:00:48 +0000 Subject: [PATCH 10/50] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 5db57da7177b8d0fbaa5deb0046c2f7d88a37319 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sun, 5 Mar 2023 15:39:53 +1100 Subject: [PATCH 11/50] release v0.9.0 Signed-off-by: Navid Yaghoobi --- .gitignore | 1 + podman-tui.spec | 96 +++++++++++++++++++++++++++++-------------------- sources | 2 +- 3 files changed, 60 insertions(+), 39 deletions(-) diff --git a/.gitignore b/.gitignore index 0b4c7b7..7490943 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /podman-tui-0.5.0.tar.gz /podman-tui-0.6.0.tar.gz /podman-tui-0.7.0.tar.gz +/podman-tui-0.9.0.tar.gz diff --git a/podman-tui.spec b/podman-tui.spec index ad3ed6f..65d9f04 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -9,8 +9,8 @@ %endif %global goipath github.com/containers/podman-tui -Version: 0.7.0 -%global tag v0.7.0 +Version: 0.9.0 +%global tag v0.9.0 %gometa %global goname podman-tui @@ -51,105 +51,125 @@ BuildRequires: shadow-utils-subid-devel # vendored libraries # awk '{print "Provides: bundled(golang("$1")) = "$2}' go.mod | sort | uniq | sed -e 's/-/_/g' -e '/bundled(golang())/d' -e '/bundled(golang(go\|module\|replace\|require))/d' Provides: bundled(golang(github.com/acarl005/stripansi)) = v0.0.0_20180116102854_5a71ef0e047d +Provides: bundled(golang(github.com/asaskevich/govalidator)) = v0.0.0_20210307081110_f21760c49a8d Provides: bundled(golang(github.com/Azure/go_ansiterm)) = v0.0.0_20210617225240_d185dfc1b5a1 -Provides: bundled(golang(github.com/blang/semver)) = v3.5.1+incompatible Provides: bundled(golang(github.com/blang/semver/v4)) = v4.0.0 Provides: bundled(golang(github.com/BurntSushi/toml)) = v1.2.1 Provides: bundled(golang(github.com/chzyer/readline)) = v1.5.1 Provides: bundled(golang(github.com/containerd/cgroups)) = v1.0.4 -Provides: bundled(golang(github.com/containerd/containerd)) = v1.6.8 -Provides: bundled(golang(github.com/containerd/stargz_snapshotter/estargz)) = v0.12.1 -Provides: bundled(golang(github.com/containers/buildah)) = v1.28.0 -Provides: bundled(golang(github.com/containers/common)) = v0.50.1 -Provides: bundled(golang(github.com/containers/image/v5)) = v5.23.1 -Provides: bundled(golang(github.com/containers/libtrust)) = v0.0.0_20200511145503_9c3a6c22cd9a -Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.6 -Provides: bundled(golang(github.com/containers/podman/v4)) = v4.3.1 -Provides: bundled(golang(github.com/containers/psgo)) = v1.7.3 -Provides: bundled(golang(github.com/containers/storage)) = v1.44.0 -Provides: bundled(golang(github.com/coreos/go_systemd/v22)) = v22.4.0 +Provides: bundled(golang(github.com/containerd/containerd)) = v1.6.18 +Provides: bundled(golang(github.com/containerd/stargz_snapshotter/estargz)) = v0.14.1 +Provides: bundled(golang(github.com/container_orchestrated_devices/container_device_interface)) = v0.5.3 +Provides: bundled(golang(github.com/containers/buildah)) = v1.29.0 +Provides: bundled(golang(github.com/containers/common)) = v0.51.0 +Provides: bundled(golang(github.com/containers/image/v5)) = v5.24.1 +Provides: bundled(golang(github.com/containers/libtrust)) = v0.0.0_20230121012942_c1716e8a8d01 +Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.7 +Provides: bundled(golang(github.com/containers/podman/v4)) = v4.4.2 +Provides: bundled(golang(github.com/containers/psgo)) = v1.8.0 +Provides: bundled(golang(github.com/containers/storage)) = v1.45.4 +Provides: bundled(golang(github.com/coreos/go_systemd/v22)) = v22.5.0 +Provides: bundled(golang(github.com/cyberphone/json_canonicalization)) = v0.0.0_20220623050100_57a0ce2678a7 Provides: bundled(golang(github.com/cyphar/filepath_securejoin)) = v0.2.3 Provides: bundled(golang(github.com/disiqueira/gotree/v3)) = v3.0.2 Provides: bundled(golang(github.com/docker/distribution)) = v2.8.1+incompatible Provides: bundled(golang(github.com/docker/docker_credential_helpers)) = v0.7.0 -Provides: bundled(golang(github.com/docker/docker)) = v20.10.21+incompatible +Provides: bundled(golang(github.com/docker/docker)) = v23.0.1+incompatible Provides: bundled(golang(github.com/docker/go_connections)) = v0.4.1_0.20210727194412_58542c764a11 Provides: bundled(golang(github.com/docker/go_units)) = v0.5.0 Provides: bundled(golang(github.com/fsnotify/fsnotify)) = v1.6.0 Provides: bundled(golang(github.com/gdamore/encoding)) = v1.0.0 -Provides: bundled(golang(github.com/gdamore/tcell/v2)) = v2.4.1_0.20210905002822_f057f0a857a1 +Provides: bundled(golang(github.com/gdamore/tcell/v2)) = v2.6.0 Provides: bundled(golang(github.com/ghodss/yaml)) = v1.0.0 -Provides: bundled(golang(github.com/godbus/dbus/v5)) = v5.1.0 +Provides: bundled(golang(github.com/godbus/dbus/v5)) = v5.1.1_0.20221029134443_4b691ce883d5 Provides: bundled(golang(github.com/gogo/protobuf)) = v1.3.2 Provides: bundled(golang(github.com/golang/groupcache)) = v0.0.0_20210331224755_41bb18bfe9da Provides: bundled(golang(github.com/golang/protobuf)) = v1.5.2 Provides: bundled(golang(github.com/go_logr/logr)) = v1.2.3 Provides: bundled(golang(github.com/google/go_cmp)) = v0.5.9 -Provides: bundled(golang(github.com/google/go_containerregistry)) = v0.11.0 +Provides: bundled(golang(github.com/google/go_containerregistry)) = v0.12.1 Provides: bundled(golang(github.com/google/go_intervals)) = v0.0.2 +Provides: bundled(golang(github.com/google/pprof)) = v0.0.0_20210407192527_94a9f03dee38 Provides: bundled(golang(github.com/google/uuid)) = v1.3.0 +Provides: bundled(golang(github.com/go_openapi/analysis)) = v0.21.4 +Provides: bundled(golang(github.com/go_openapi/errors)) = v0.20.3 +Provides: bundled(golang(github.com/go_openapi/jsonpointer)) = v0.19.5 +Provides: bundled(golang(github.com/go_openapi/jsonreference)) = v0.20.0 +Provides: bundled(golang(github.com/go_openapi/loads)) = v0.21.2 +Provides: bundled(golang(github.com/go_openapi/runtime)) = v0.24.1 +Provides: bundled(golang(github.com/go_openapi/spec)) = v0.20.7 +Provides: bundled(golang(github.com/go_openapi/strfmt)) = v0.21.3 +Provides: bundled(golang(github.com/go_openapi/swag)) = v0.22.3 +Provides: bundled(golang(github.com/go_openapi/validate)) = v0.22.0 Provides: bundled(golang(github.com/gorilla/mux)) = v1.8.0 Provides: bundled(golang(github.com/gorilla/schema)) = v1.2.0 +Provides: bundled(golang(github.com/go_task/slim_sprig)) = v0.0.0_20210107165309_348f09dbbbc0 Provides: bundled(golang(github.com/hashicorp/errwrap)) = v1.1.0 Provides: bundled(golang(github.com/hashicorp/go_multierror)) = v1.1.1 Provides: bundled(golang(github.com/hinshun/vt10x)) = v0.0.0_20220301184237_5011da428d02 Provides: bundled(golang(github.com/imdario/mergo)) = v0.3.13 Provides: bundled(golang(github.com/inconshreveable/mousetrap)) = v1.0.1 Provides: bundled(golang(github.com/jinzhu/copier)) = v0.3.5 +Provides: bundled(golang(github.com/josharian/intern)) = v1.0.0 Provides: bundled(golang(github.com/json_iterator/go)) = v1.1.12 -Provides: bundled(golang(github.com/klauspost/compress)) = v1.15.12 +Provides: bundled(golang(github.com/klauspost/compress)) = v1.15.15 Provides: bundled(golang(github.com/klauspost/pgzip)) = v1.2.6_0.20220930104621_17e8dac29df8 Provides: bundled(golang(github.com/kr/fs)) = v0.1.0 -Provides: bundled(golang(github.com/letsencrypt/boulder)) = v0.0.0_20220723181115_27de4befb95e +Provides: bundled(golang(github.com/letsencrypt/boulder)) = v0.0.0_20221109233200_85aa52084eaf Provides: bundled(golang(github.com/lucasb_eyer/go_colorful)) = v1.2.0 +Provides: bundled(golang(github.com/mailru/easyjson)) = v0.7.7 Provides: bundled(golang(github.com/manifoldco/promptui)) = v0.9.0 -Provides: bundled(golang(github.com/mattn/go_colorable)) = v0.1.12 +Provides: bundled(golang(github.com/mattn/go_colorable)) = v0.1.13 Provides: bundled(golang(github.com/mattn/go_isatty)) = v0.0.16 -Provides: bundled(golang(github.com/mattn/go_runewidth)) = v0.0.13 +Provides: bundled(golang(github.com/mattn/go_runewidth)) = v0.0.14 Provides: bundled(golang(github.com/mattn/go_shellwords)) = v1.0.12 -Provides: bundled(golang(github.com/Microsoft/go_winio)) = v0.5.2 -Provides: bundled(golang(github.com/Microsoft/hcsshim)) = v0.9.5 +Provides: bundled(golang(github.com/Microsoft/go_winio)) = v0.6.0 +Provides: bundled(golang(github.com/Microsoft/hcsshim)) = v0.9.7 Provides: bundled(golang(github.com/miekg/pkcs11)) = v1.1.1 Provides: bundled(golang(github.com/mistifyio/go_zfs/v3)) = v3.0.0 +Provides: bundled(golang(github.com/mitchellh/mapstructure)) = v1.5.0 Provides: bundled(golang(github.com/moby/sys/mountinfo)) = v0.6.2 Provides: bundled(golang(github.com/moby/term)) = v0.0.0_20210619224110_3f7ff695adc6 Provides: bundled(golang(github.com/modern_go/concurrent)) = v0.0.0_20180306012644_bacd9c7ef1dd Provides: bundled(golang(github.com/modern_go/reflect2)) = v1.0.2 -Provides: bundled(golang(github.com/navidys/tvxwidgets)) = v0.2.0 +Provides: bundled(golang(github.com/navidys/tvxwidgets)) = v0.3.0 Provides: bundled(golang(github.com/nxadm/tail)) = v1.4.8 -Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = v2.5.0 -Provides: bundled(golang(github.com/onsi/gomega)) = v1.24.1 +Provides: bundled(golang(github.com/oklog/ulid)) = v1.3.1 +Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = v2.8.4 +Provides: bundled(golang(github.com/onsi/gomega)) = v1.27.2 Provides: bundled(golang(github.com/opencontainers/go_digest)) = v1.0.0 Provides: bundled(golang(github.com/opencontainers/image_spec)) = v1.1.0_rc2 Provides: bundled(golang(github.com/opencontainers/runc)) = v1.1.4 -Provides: bundled(golang(github.com/opencontainers/runtime_spec)) = v1.0.3_0.20211214071223_8958f93039ab -Provides: bundled(golang(github.com/opencontainers/runtime_tools)) = v0.9.1_0.20220714195903_17b3287fafb7 -Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.10.2 +Provides: bundled(golang(github.com/opencontainers/runtime_spec)) = v1.1.0_rc.1 +Provides: bundled(golang(github.com/opencontainers/runtime_tools)) = v0.9.1_0.20221014010322_58c91d646d86 +Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.11.0 Provides: bundled(golang(github.com/ostreedev/ostree_go)) = v0.0.0_20210805093236_719684c64e4f Provides: bundled(golang(github.com/pkg/errors)) = v0.9.1 Provides: bundled(golang(github.com/pkg/sftp)) = v1.13.5 Provides: bundled(golang(github.com/proglottis/gpgme)) = v0.1.3 Provides: bundled(golang(github.com/rivo/tview)) = v0.0.0_20220307222120_9994674d60a8 -Provides: bundled(golang(github.com/rivo/uniseg)) = v0.2.0 -Provides: bundled(golang(github.com/rs/zerolog)) = v1.28.0 -Provides: bundled(golang(github.com/sigstore/sigstore)) = v1.4.2 +Provides: bundled(golang(github.com/rivo/uniseg)) = v0.4.3 +Provides: bundled(golang(github.com/rs/zerolog)) = v1.29.0 +Provides: bundled(golang(github.com/sigstore/fulcio)) = v1.0.0 +Provides: bundled(golang(github.com/sigstore/rekor)) = v1.0.1 +Provides: bundled(golang(github.com/sigstore/sigstore)) = v1.5.1 Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.9.0 Provides: bundled(golang(github.com/spf13/cobra)) = v1.6.1 Provides: bundled(golang(github.com/spf13/pflag)) = v1.0.5 Provides: bundled(golang(github.com/stefanberger/go_pkcs11uri)) = v0.0.0_20201008174630_78d3cae3a980 -Provides: bundled(golang(github.com/sylabs/sif/v2)) = v2.8.0 +Provides: bundled(golang(github.com/sylabs/sif/v2)) = v2.9.0 Provides: bundled(golang(github.com/syndtr/gocapability)) = v0.0.0_20200815063812_42c35b437635 -Provides: bundled(golang(github.com/tchap/go_patricia)) = v2.3.0+incompatible -Provides: bundled(golang(github.com/theupdateframework/go_tuf)) = v0.5.1 +Provides: bundled(golang(github.com/tchap/go_patricia/v2)) = v2.3.1 +Provides: bundled(golang(github.com/theupdateframework/go_tuf)) = v0.5.2_0.20221207161717_9cb61d6e65f5 Provides: bundled(golang(github.com/titanous/rocacheck)) = v0.0.0_20171023193734_afe73141d399 -Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.10 +Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.11 Provides: bundled(golang(github.com/vbatts/tar_split)) = v0.11.2 Provides: bundled(golang(github.com/vbauerster/mpb/v7)) = v7.5.3 Provides: bundled(golang(github.com/VividCortex/ewma)) = v1.2.0 -Provides: bundled(golang(github.com/vmihailenco/tagparser/v2)) = v2.0.0 Provides: bundled(golang(github.com/xeipuuv/gojsonpointer)) = v0.0.0_20190905194746_02993c407bfb Provides: bundled(golang(github.com/xeipuuv/gojsonreference)) = v0.0.0_20180127040603_bd5ef7bd5415 Provides: bundled(golang(github.com/xeipuuv/gojsonschema)) = v1.2.0 +Provides: bundled(golang(sigs.k8s.io/yaml)) = v1.3.0 %description %{common_description} diff --git a/sources b/sources index f0e607f..caad910 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (podman-tui-0.7.0.tar.gz) = 16f1b373f4350bf5217260e637e4d505e266dde34eab829dac305f9a1609a7da555aa78ad82768ba5f03f98575fe5f5774937ebff9bb5dec16841fdab72b5fdd +SHA512 (podman-tui-0.9.0.tar.gz) = b283a34a457842ed8b341bc375772c3c83c98a55873d631ad2458d71ad860450a06832f7b31e30c76e18ca407f422a9fbe1d91a6678c2736c8177133f2dc85b0 From f89fd4690e940055efb0b76eeff26540733fb877 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sat, 11 Mar 2023 10:26:23 +1100 Subject: [PATCH 12/50] release v0.9.1 --- .gitignore | 1 + podman-tui.spec | 4 ++-- sources | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7490943..f1b8548 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /podman-tui-0.6.0.tar.gz /podman-tui-0.7.0.tar.gz /podman-tui-0.9.0.tar.gz +/podman-tui-0.9.1.tar.gz diff --git a/podman-tui.spec b/podman-tui.spec index 65d9f04..ea81393 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -9,8 +9,8 @@ %endif %global goipath github.com/containers/podman-tui -Version: 0.9.0 -%global tag v0.9.0 +Version: 0.9.1 +%global tag v0.9.1 %gometa %global goname podman-tui diff --git a/sources b/sources index caad910..decad18 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (podman-tui-0.9.0.tar.gz) = b283a34a457842ed8b341bc375772c3c83c98a55873d631ad2458d71ad860450a06832f7b31e30c76e18ca407f422a9fbe1d91a6678c2736c8177133f2dc85b0 +SHA512 (podman-tui-0.9.1.tar.gz) = 786add437dd67ce6fc644e1caecd3a70e892318515a7f47717fdfc93b00666b74b0116c512c38f5caffaad681e09ca418605261ebd8eeb94390fdf88cde77c98 From f5c835f714c55e985fc189b8c5cbf8f81713b815 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 21 Jul 2023 05:58:23 +0000 Subject: [PATCH 13/50] Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild Signed-off-by: Fedora Release Engineering From 1dc4496ea6dca189fcf3df6ab6b08e97679ed700 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sun, 20 Aug 2023 20:04:23 +1000 Subject: [PATCH 14/50] release v0.11.0 --- .gitignore | 1 + podman-tui.spec | 112 +++++++++++++++++++++++------------------------- sources | 2 +- 3 files changed, 56 insertions(+), 59 deletions(-) diff --git a/.gitignore b/.gitignore index f1b8548..a0c35bd 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /podman-tui-0.7.0.tar.gz /podman-tui-0.9.0.tar.gz /podman-tui-0.9.1.tar.gz +/podman-tui-0.11.0.tar.gz diff --git a/podman-tui.spec b/podman-tui.spec index ea81393..711f05b 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -9,8 +9,8 @@ %endif %global goipath github.com/containers/podman-tui -Version: 0.9.1 -%global tag v0.9.1 +Version: 0.11.0 +%global tag v0.11.0 %gometa %global goname podman-tui @@ -50,72 +50,71 @@ BuildRequires: shadow-utils-subid-devel # vendored libraries # awk '{print "Provides: bundled(golang("$1")) = "$2}' go.mod | sort | uniq | sed -e 's/-/_/g' -e '/bundled(golang())/d' -e '/bundled(golang(go\|module\|replace\|require))/d' +Provides: bundled(golang(dario.cat/mergo)) = v1.0.0 Provides: bundled(golang(github.com/acarl005/stripansi)) = v0.0.0_20180116102854_5a71ef0e047d -Provides: bundled(golang(github.com/asaskevich/govalidator)) = v0.0.0_20210307081110_f21760c49a8d -Provides: bundled(golang(github.com/Azure/go_ansiterm)) = v0.0.0_20210617225240_d185dfc1b5a1 +Provides: bundled(golang(github.com/asaskevich/govalidator)) = v0.0.0_20230301143203_a9d515a09cc2 +Provides: bundled(golang(github.com/Azure/go_ansiterm)) = v0.0.0_20230124172434_306776ec8161 Provides: bundled(golang(github.com/blang/semver/v4)) = v4.0.0 -Provides: bundled(golang(github.com/BurntSushi/toml)) = v1.2.1 +Provides: bundled(golang(github.com/BurntSushi/toml)) = v1.3.2 Provides: bundled(golang(github.com/chzyer/readline)) = v1.5.1 -Provides: bundled(golang(github.com/containerd/cgroups)) = v1.0.4 -Provides: bundled(golang(github.com/containerd/containerd)) = v1.6.18 -Provides: bundled(golang(github.com/containerd/stargz_snapshotter/estargz)) = v0.14.1 -Provides: bundled(golang(github.com/container_orchestrated_devices/container_device_interface)) = v0.5.3 -Provides: bundled(golang(github.com/containers/buildah)) = v1.29.0 -Provides: bundled(golang(github.com/containers/common)) = v0.51.0 -Provides: bundled(golang(github.com/containers/image/v5)) = v5.24.1 +Provides: bundled(golang(github.com/containerd/cgroups)) = v1.1.0 +Provides: bundled(golang(github.com/containerd/containerd)) = v1.7.2 +Provides: bundled(golang(github.com/containerd/stargz_snapshotter/estargz)) = v0.14.3 +Provides: bundled(golang(github.com/container_orchestrated_devices/container_device_interface)) = v0.5.4 +Provides: bundled(golang(github.com/containers/buildah)) = v1.31.2 +Provides: bundled(golang(github.com/containers/common)) = v0.55.3 +Provides: bundled(golang(github.com/containers/image/v5)) = v5.26.1 Provides: bundled(golang(github.com/containers/libtrust)) = v0.0.0_20230121012942_c1716e8a8d01 Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.7 -Provides: bundled(golang(github.com/containers/podman/v4)) = v4.4.2 +Provides: bundled(golang(github.com/containers/podman/v4)) = v4.6.1 Provides: bundled(golang(github.com/containers/psgo)) = v1.8.0 -Provides: bundled(golang(github.com/containers/storage)) = v1.45.4 +Provides: bundled(golang(github.com/containers/storage)) = v1.48.0 Provides: bundled(golang(github.com/coreos/go_systemd/v22)) = v22.5.0 -Provides: bundled(golang(github.com/cyberphone/json_canonicalization)) = v0.0.0_20220623050100_57a0ce2678a7 +Provides: bundled(golang(github.com/cyberphone/json_canonicalization)) = v0.0.0_20230514072755_504adb8a8af1 Provides: bundled(golang(github.com/cyphar/filepath_securejoin)) = v0.2.3 Provides: bundled(golang(github.com/disiqueira/gotree/v3)) = v3.0.2 -Provides: bundled(golang(github.com/docker/distribution)) = v2.8.1+incompatible +Provides: bundled(golang(github.com/docker/distribution)) = v2.8.2+incompatible Provides: bundled(golang(github.com/docker/docker_credential_helpers)) = v0.7.0 -Provides: bundled(golang(github.com/docker/docker)) = v23.0.1+incompatible +Provides: bundled(golang(github.com/docker/docker)) = v24.0.5+incompatible Provides: bundled(golang(github.com/docker/go_connections)) = v0.4.1_0.20210727194412_58542c764a11 Provides: bundled(golang(github.com/docker/go_units)) = v0.5.0 Provides: bundled(golang(github.com/fsnotify/fsnotify)) = v1.6.0 Provides: bundled(golang(github.com/gdamore/encoding)) = v1.0.0 Provides: bundled(golang(github.com/gdamore/tcell/v2)) = v2.6.0 -Provides: bundled(golang(github.com/ghodss/yaml)) = v1.0.0 -Provides: bundled(golang(github.com/godbus/dbus/v5)) = v5.1.1_0.20221029134443_4b691ce883d5 +Provides: bundled(golang(github.com/godbus/dbus/v5)) = v5.1.1_0.20230522191255_76236955d466 Provides: bundled(golang(github.com/gogo/protobuf)) = v1.3.2 Provides: bundled(golang(github.com/golang/groupcache)) = v0.0.0_20210331224755_41bb18bfe9da -Provides: bundled(golang(github.com/golang/protobuf)) = v1.5.2 -Provides: bundled(golang(github.com/go_logr/logr)) = v1.2.3 +Provides: bundled(golang(github.com/golang/protobuf)) = v1.5.3 +Provides: bundled(golang(github.com/go_logr/logr)) = v1.2.4 Provides: bundled(golang(github.com/google/go_cmp)) = v0.5.9 -Provides: bundled(golang(github.com/google/go_containerregistry)) = v0.12.1 +Provides: bundled(golang(github.com/google/go_containerregistry)) = v0.15.2 Provides: bundled(golang(github.com/google/go_intervals)) = v0.0.2 -Provides: bundled(golang(github.com/google/pprof)) = v0.0.0_20210407192527_94a9f03dee38 +Provides: bundled(golang(github.com/google/pprof)) = v0.0.0_20230323073829_e72429f035bd Provides: bundled(golang(github.com/google/uuid)) = v1.3.0 Provides: bundled(golang(github.com/go_openapi/analysis)) = v0.21.4 Provides: bundled(golang(github.com/go_openapi/errors)) = v0.20.3 Provides: bundled(golang(github.com/go_openapi/jsonpointer)) = v0.19.5 Provides: bundled(golang(github.com/go_openapi/jsonreference)) = v0.20.0 Provides: bundled(golang(github.com/go_openapi/loads)) = v0.21.2 -Provides: bundled(golang(github.com/go_openapi/runtime)) = v0.24.1 -Provides: bundled(golang(github.com/go_openapi/spec)) = v0.20.7 -Provides: bundled(golang(github.com/go_openapi/strfmt)) = v0.21.3 -Provides: bundled(golang(github.com/go_openapi/swag)) = v0.22.3 -Provides: bundled(golang(github.com/go_openapi/validate)) = v0.22.0 +Provides: bundled(golang(github.com/go_openapi/runtime)) = v0.26.0 +Provides: bundled(golang(github.com/go_openapi/spec)) = v0.20.9 +Provides: bundled(golang(github.com/go_openapi/strfmt)) = v0.21.7 +Provides: bundled(golang(github.com/go_openapi/swag)) = v0.22.4 +Provides: bundled(golang(github.com/go_openapi/validate)) = v0.22.1 Provides: bundled(golang(github.com/gorilla/mux)) = v1.8.0 Provides: bundled(golang(github.com/gorilla/schema)) = v1.2.0 -Provides: bundled(golang(github.com/go_task/slim_sprig)) = v0.0.0_20210107165309_348f09dbbbc0 +Provides: bundled(golang(github.com/go_task/slim_sprig)) = v0.0.0_20230315185526_52ccab3ef572 Provides: bundled(golang(github.com/hashicorp/errwrap)) = v1.1.0 Provides: bundled(golang(github.com/hashicorp/go_multierror)) = v1.1.1 Provides: bundled(golang(github.com/hinshun/vt10x)) = v0.0.0_20220301184237_5011da428d02 -Provides: bundled(golang(github.com/imdario/mergo)) = v0.3.13 -Provides: bundled(golang(github.com/inconshreveable/mousetrap)) = v1.0.1 +Provides: bundled(golang(github.com/inconshreveable/mousetrap)) = v1.1.0 Provides: bundled(golang(github.com/jinzhu/copier)) = v0.3.5 Provides: bundled(golang(github.com/josharian/intern)) = v1.0.0 Provides: bundled(golang(github.com/json_iterator/go)) = v1.1.12 -Provides: bundled(golang(github.com/klauspost/compress)) = v1.15.15 -Provides: bundled(golang(github.com/klauspost/pgzip)) = v1.2.6_0.20220930104621_17e8dac29df8 +Provides: bundled(golang(github.com/klauspost/compress)) = v1.16.6 +Provides: bundled(golang(github.com/klauspost/pgzip)) = v1.2.6 Provides: bundled(golang(github.com/kr/fs)) = v0.1.0 -Provides: bundled(golang(github.com/letsencrypt/boulder)) = v0.0.0_20221109233200_85aa52084eaf +Provides: bundled(golang(github.com/letsencrypt/boulder)) = v0.0.0_20230213213521_fdfea0d469b6 Provides: bundled(golang(github.com/lucasb_eyer/go_colorful)) = v1.2.0 Provides: bundled(golang(github.com/mailru/easyjson)) = v0.7.7 Provides: bundled(golang(github.com/manifoldco/promptui)) = v0.9.0 @@ -123,52 +122,49 @@ Provides: bundled(golang(github.com/mattn/go_colorable)) = v0.1.13 Provides: bundled(golang(github.com/mattn/go_isatty)) = v0.0.16 Provides: bundled(golang(github.com/mattn/go_runewidth)) = v0.0.14 Provides: bundled(golang(github.com/mattn/go_shellwords)) = v1.0.12 -Provides: bundled(golang(github.com/Microsoft/go_winio)) = v0.6.0 -Provides: bundled(golang(github.com/Microsoft/hcsshim)) = v0.9.7 +Provides: bundled(golang(github.com/Microsoft/go_winio)) = v0.6.1 +Provides: bundled(golang(github.com/Microsoft/hcsshim)) = v0.10.0_rc.8 Provides: bundled(golang(github.com/miekg/pkcs11)) = v1.1.1 -Provides: bundled(golang(github.com/mistifyio/go_zfs/v3)) = v3.0.0 +Provides: bundled(golang(github.com/mistifyio/go_zfs/v3)) = v3.0.1 Provides: bundled(golang(github.com/mitchellh/mapstructure)) = v1.5.0 Provides: bundled(golang(github.com/moby/sys/mountinfo)) = v0.6.2 -Provides: bundled(golang(github.com/moby/term)) = v0.0.0_20210619224110_3f7ff695adc6 +Provides: bundled(golang(github.com/moby/term)) = v0.5.0 Provides: bundled(golang(github.com/modern_go/concurrent)) = v0.0.0_20180306012644_bacd9c7ef1dd Provides: bundled(golang(github.com/modern_go/reflect2)) = v1.0.2 Provides: bundled(golang(github.com/navidys/tvxwidgets)) = v0.3.0 Provides: bundled(golang(github.com/nxadm/tail)) = v1.4.8 Provides: bundled(golang(github.com/oklog/ulid)) = v1.3.1 -Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = v2.8.4 -Provides: bundled(golang(github.com/onsi/gomega)) = v1.27.2 +Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = v2.11.0 +Provides: bundled(golang(github.com/onsi/gomega)) = v1.27.8 Provides: bundled(golang(github.com/opencontainers/go_digest)) = v1.0.0 -Provides: bundled(golang(github.com/opencontainers/image_spec)) = v1.1.0_rc2 -Provides: bundled(golang(github.com/opencontainers/runc)) = v1.1.4 -Provides: bundled(golang(github.com/opencontainers/runtime_spec)) = v1.1.0_rc.1 -Provides: bundled(golang(github.com/opencontainers/runtime_tools)) = v0.9.1_0.20221014010322_58c91d646d86 +Provides: bundled(golang(github.com/opencontainers/image_spec)) = v1.1.0_rc3 +Provides: bundled(golang(github.com/opencontainers/runc)) = v1.1.7 +Provides: bundled(golang(github.com/opencontainers/runtime_spec)) = v1.1.0_rc.3 +Provides: bundled(golang(github.com/opencontainers/runtime_tools)) = v0.9.1_0.20230317050512_e931285f4b69 Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.11.0 Provides: bundled(golang(github.com/ostreedev/ostree_go)) = v0.0.0_20210805093236_719684c64e4f Provides: bundled(golang(github.com/pkg/errors)) = v0.9.1 Provides: bundled(golang(github.com/pkg/sftp)) = v1.13.5 Provides: bundled(golang(github.com/proglottis/gpgme)) = v0.1.3 Provides: bundled(golang(github.com/rivo/tview)) = v0.0.0_20220307222120_9994674d60a8 -Provides: bundled(golang(github.com/rivo/uniseg)) = v0.4.3 -Provides: bundled(golang(github.com/rs/zerolog)) = v1.29.0 -Provides: bundled(golang(github.com/sigstore/fulcio)) = v1.0.0 -Provides: bundled(golang(github.com/sigstore/rekor)) = v1.0.1 -Provides: bundled(golang(github.com/sigstore/sigstore)) = v1.5.1 -Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.9.0 -Provides: bundled(golang(github.com/spf13/cobra)) = v1.6.1 +Provides: bundled(golang(github.com/rivo/uniseg)) = v0.4.4 +Provides: bundled(golang(github.com/rs/zerolog)) = v1.30.0 +Provides: bundled(golang(github.com/sigstore/fulcio)) = v1.3.1 +Provides: bundled(golang(github.com/sigstore/rekor)) = v1.2.2_0.20230601122533_4c81ff246d12 +Provides: bundled(golang(github.com/sigstore/sigstore)) = v1.7.1 +Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.9.3 +Provides: bundled(golang(github.com/spf13/cobra)) = v1.7.0 Provides: bundled(golang(github.com/spf13/pflag)) = v1.0.5 Provides: bundled(golang(github.com/stefanberger/go_pkcs11uri)) = v0.0.0_20201008174630_78d3cae3a980 -Provides: bundled(golang(github.com/sylabs/sif/v2)) = v2.9.0 +Provides: bundled(golang(github.com/sylabs/sif/v2)) = v2.11.5 Provides: bundled(golang(github.com/syndtr/gocapability)) = v0.0.0_20200815063812_42c35b437635 Provides: bundled(golang(github.com/tchap/go_patricia/v2)) = v2.3.1 -Provides: bundled(golang(github.com/theupdateframework/go_tuf)) = v0.5.2_0.20221207161717_9cb61d6e65f5 +Provides: bundled(golang(github.com/theupdateframework/go_tuf)) = v0.5.2 Provides: bundled(golang(github.com/titanous/rocacheck)) = v0.0.0_20171023193734_afe73141d399 Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.11 -Provides: bundled(golang(github.com/vbatts/tar_split)) = v0.11.2 -Provides: bundled(golang(github.com/vbauerster/mpb/v7)) = v7.5.3 +Provides: bundled(golang(github.com/vbatts/tar_split)) = v0.11.3 +Provides: bundled(golang(github.com/vbauerster/mpb/v8)) = v8.4.0 Provides: bundled(golang(github.com/VividCortex/ewma)) = v1.2.0 -Provides: bundled(golang(github.com/xeipuuv/gojsonpointer)) = v0.0.0_20190905194746_02993c407bfb -Provides: bundled(golang(github.com/xeipuuv/gojsonreference)) = v0.0.0_20180127040603_bd5ef7bd5415 -Provides: bundled(golang(github.com/xeipuuv/gojsonschema)) = v1.2.0 Provides: bundled(golang(sigs.k8s.io/yaml)) = v1.3.0 %description diff --git a/sources b/sources index decad18..205fb15 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (podman-tui-0.9.1.tar.gz) = 786add437dd67ce6fc644e1caecd3a70e892318515a7f47717fdfc93b00666b74b0116c512c38f5caffaad681e09ca418605261ebd8eeb94390fdf88cde77c98 +SHA512 (podman-tui-0.11.0.tar.gz) = 1b5ce216829a0f2ef345920ea908a5f721ee704bf3c7efe121e42c413edb84fb247eb32964fcd7928c734df93efd85a3c1fb5a92b0e6f3c1de3b4906fbc77fe2 From 161e48acdcf71eac3b4786de3b6af61bbe9953cb Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sat, 11 Nov 2023 23:34:02 +1100 Subject: [PATCH 15/50] release v0.12.0 Signed-off-by: Navid Yaghoobi --- .gitignore | 2 + bundle_go_deps_for_rpm.sh | 116 ++++++++++++++ podman-tui.spec | 315 +++++++++++++++++++++----------------- sources | 3 +- 4 files changed, 291 insertions(+), 145 deletions(-) create mode 100644 bundle_go_deps_for_rpm.sh diff --git a/.gitignore b/.gitignore index a0c35bd..c2d3466 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,5 @@ /podman-tui-0.9.0.tar.gz /podman-tui-0.9.1.tar.gz /podman-tui-0.11.0.tar.gz +/podman-tui-0.12.0.tar.gz +/vendor-0.12.0.tar.gz diff --git a/bundle_go_deps_for_rpm.sh b/bundle_go_deps_for_rpm.sh new file mode 100644 index 0000000..358556d --- /dev/null +++ b/bundle_go_deps_for_rpm.sh @@ -0,0 +1,116 @@ +#!/bin/bash + +# Description: +# This script creates an archive with vendored dependencies from a Go SPEC file. + +# License: +# MIT License +# +# Copyright (c) 2023 Robert-André Mauchin +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. + +# Check if the RPM SPEC file is given as an argument +if [[ $# -ne 1 ]]; then + echo "Usage: $0 " + exit 1 +fi + +RPM_SPEC_FILE=$1 + +# Extract the directory from the RPM SPEC file path +SPEC_DIR=$(dirname $(realpath "$RPM_SPEC_FILE")) + +# Extract the URL, commit, tag, and version from the RPM SPEC file +FORGEURL=$(awk '/^%global forgeurl/ {print $NF}' "$RPM_SPEC_FILE") +GOIPATH=$(awk '/^%global goipath/ {print $NF}' "$RPM_SPEC_FILE") +COMMIT=$(awk '/^%global commit/ {print $NF}' "$RPM_SPEC_FILE") +TAG=$(awk '/^%global tag/ {print $NF}' "$RPM_SPEC_FILE") +VERSION=$(awk '/^Version:/ {print $NF}' "$RPM_SPEC_FILE") + +# Decide which URL to use +if [[ -n "$FORGEURL" ]]; then + REPO_URL="$FORGEURL" +elif [[ -n "$GOIPATH" ]]; then + REPO_URL="https://$GOIPATH" +else + echo "No repository URL found in the RPM SPEC file." + exit 2 +fi + +# Create a temporary directory and clone the repository +TMP_DIR=$(mktemp -d) +trap "rm -rf $TMP_DIR" EXIT +git clone "$REPO_URL" "$TMP_DIR" +if [[ $? -ne 0 ]]; then + echo "Failed to clone repository." + exit 3 +fi + +# Change to the directory +pushd "$TMP_DIR" > /dev/null + +# Checkout based on priority: commit > tag > Version +CHECKOUT_SUCCESS=0 +if [[ -n "$COMMIT" ]]; then + CHECKOUT_IDENTIFIER="$COMMIT" + git checkout "$CHECKOUT_IDENTIFIER" && CHECKOUT_SUCCESS=1 +elif [[ -n "$TAG" ]]; then + CHECKOUT_IDENTIFIER="$TAG" + git checkout "$CHECKOUT_IDENTIFIER" && CHECKOUT_SUCCESS=1 +elif [[ -n "$VERSION" ]]; then + CHECKOUT_IDENTIFIER="$VERSION" + git checkout "$VERSION" || git checkout "v$VERSION" + if [ $? -eq 0 ]; then + CHECKOUT_SUCCESS=1 + fi +else + echo "No commit, tag, or version found in the RPM SPEC file." + exit 4 +fi + +if [ $CHECKOUT_SUCCESS -eq 0 ]; then + echo "Failed to checkout using commit, tag, or version." + exit 5 +fi + +# Run go mod vendor +go mod vendor +if [[ $? -ne 0 ]]; then + echo "Failed to run 'go mod vendor'." + exit 6s +fi + +# Create a tar.gz of the vendor directory +tar czf "vendor-$CHECKOUT_IDENTIFIER.tar.gz" vendor/ +if [[ $? -ne 0 ]]; then + echo "Failed to create tar.gz of the vendor directory." + exit 7 +fi + +# Move the tar.gz to the SPEC directory +mv "vendor-$CHECKOUT_IDENTIFIER.tar.gz" "$SPEC_DIR/" + +# Go back to the original directory +popd > /dev/null + +# Clean up +rm -rf "$TMP_DIR" + +echo "Created vendor-$CHECKOUT_IDENTIFIER.tar.gz successfully." diff --git a/podman-tui.spec b/podman-tui.spec index 711f05b..00ea9b7 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -1,16 +1,20 @@ -%global with_check 0 -%global with_debug 1 - -%if 0%{?with_debug} -%global _find_debuginfo_dwz_opts %{nil} -%global _dwz_low_mem_die_limit 0 -%else -%global debug_package %{nil} +%bcond_without check +%bcond_without bundled +%if 0%{?rhel} +%bcond_without bundled %endif +%if %{defined rhel} && !%{defined eln} +%define gobuild(o:) go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl ${BUILDTAGS:-}" -ldflags "-linkmode=external -compressdwarf=false ${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v -x %{?**}; +%endif + +%if %{with bundled} +%global gomodulesmode GO111MODULE=on +%endif + +# https://github.com/containers/podman-tui %global goipath github.com/containers/podman-tui -Version: 0.11.0 -%global tag v0.11.0 +Version: 0.12.0 %gometa %global goname podman-tui @@ -31,12 +35,151 @@ Requires: %{name} = %{version}-%{release} Name: %{goname} Release: %autorelease Summary: Podman Terminal User Interface + +# License for dario.cat/mergo: BSD 3-Clause License +# License for github.com/Azure/go-ansiterm: MIT License +# License for github.com/Microsoft/go-winio: MIT License +# License for github.com/Microsoft/hcsshim: MIT License +# License for github.com/VividCortex/ewma: MIT License +# License for github.com/acarl005/stripansi: MIT License +# License for github.com/asaskevich/govalidator: MIT License +# License for github.com/blang/semver/v4: MIT License +# License for github.com/chzyer/readline: MIT License +# License for github.com/container-orchestrated-devices/container-device-interface: Apache License 2.0 +# License for github.com/containerd/cgroups/v3: Apache License 2.0 +# License for github.com/containerd/containerd: Apache License 2.0 +# License for github.com/containerd/stargz-snapshotter/estargz: Apache License 2.0 +# License for github.com/containers/buildah: Apache License 2.0 +# License for github.com/containers/common: Apache License 2.0 +# License for github.com/containers/image/v5: Apache License 2.0 +# License for github.com/containers/libtrust: Apache License 2.0 +# License for github.com/containers/ocicrypt: Apache License 2.0 +# License for github.com/containers/podman/v4: Apache License 2.0 +# License for github.com/containers/psgo: Apache License 2.0 +# License for github.com/containers/storage: Apache License 2.0 +# License for github.com/coreos/go-systemd/v22: Apache License 2.0 +# License for github.com/cyberphone/json-canonicalization: Apache License 2.0 +# License for github.com/cyphar/filepath-securejoin: BSD 3-Clause License +# License for github.com/disiqueira/gotree/v3: MIT License +# License for github.com/distribution/reference: Apache License 2.0 +# License for github.com/docker/distribution: Apache License 2.0 +# License for github.com/docker/docker-credential-helpers: MIT License +# License for github.com/docker/docker: Apache License 2.0 +# License for github.com/docker/go-connections: Apache License 2.0 +# License for github.com/docker/go-units: Apache License 2.0 +# License for github.com/fsnotify/fsnotify: BSD 3-Clause License +# License for github.com/gdamore/encoding: Apache License 2.0 +# License for github.com/gdamore/tcell/v2: Apache License 2.0 +# License for github.com/go-jose/go-jose/v3: Apache License 2.0 +# License for github.com/go-jose/go-jose/v3/json: BSD 3-Clause License +# License for github.com/go-logr/logr: Apache License 2.0 +# License for github.com/go-openapi/analysis: Apache License 2.0 +# License for github.com/go-openapi/errors: Apache License 2.0 +# License for github.com/go-openapi/jsonpointer: Apache License 2.0 +# License for github.com/go-openapi/jsonreference: Apache License 2.0 +# License for github.com/go-openapi/loads: Apache License 2.0 +# License for github.com/go-openapi/runtime: Apache License 2.0 +# License for github.com/go-openapi/spec: Apache License 2.0 +# License for github.com/go-openapi/strfmt: Apache License 2.0 +# License for github.com/go-openapi/swag: Apache License 2.0 +# License for github.com/go-openapi/validate: Apache License 2.0 +# License for github.com/godbus/dbus/v5: BSD 2-Clause License +# License for github.com/gogo/protobuf: BSD 3-Clause License +# License for github.com/golang/groupcache: Apache License 2.0 +# License for github.com/golang/protobuf: BSD 3-Clause License +# License for github.com/google/go-cmp: BSD 3-Clause License +# License for github.com/google/go-containerregistry: Apache License 2.0 +# License for github.com/google/go-intervals: Apache License 2.0 +# License for github.com/google/pprof: Apache License 2.0 +# License for github.com/google/uuid: BSD 3-Clause License +# License for github.com/gorilla/mux: BSD 3-Clause License +# License for github.com/gorilla/schema: BSD 3-Clause License +# License for github.com/hashicorp/errwrap: Mozilla Public License 2.0 +# License for github.com/hashicorp/go-multierror: Mozilla Public License 2.0 +# License for github.com/hinshun/vt10x: UNKNOWN +# License for github.com/inconshreveable/mousetrap: Apache License 2.0 +# License for github.com/json-iterator/go: MIT License +# License for github.com/klauspost/compress: Apache License 2.0 and/or BSD 3-Clause License +# License for github.com/klauspost/compress/internal/snapref: BSD 3-Clause License +# License for github.com/klauspost/pgzip/GO_LICENSE: BSD 3-Clause License +# License for github.com/klauspost/pgzip: MIT License +# License for github.com/kr/fs: BSD 3-Clause License +# License for github.com/lucasb-eyer/go-colorful: MIT License +# License for github.com/mailru/easyjson: MIT License +# License for github.com/manifoldco/promptui/LICENSE.md: BSD 3-Clause License +# License for github.com/mattn/go-colorable: MIT License +# License for github.com/mattn/go-isatty: MIT License +# License for github.com/mattn/go-runewidth: MIT License +# License for github.com/mattn/go-shellwords: MIT License +# License for github.com/mattn/go-sqlite3: MIT License +# License for github.com/miekg/pkcs11: BSD 3-Clause License +# License for github.com/mistifyio/go-zfs/v3: Apache License 2.0 +# License for github.com/mitchellh/mapstructure: MIT License +# License for github.com/moby/sys/mountinfo: Apache License 2.0 +# License for github.com/moby/term: Apache License 2.0 +# License for github.com/modern-go/concurrent: Apache License 2.0 +# License for github.com/modern-go/reflect2: Apache License 2.0 +# License for github.com/navidys/tvxwidgets: MIT License +# License for github.com/nxadm/tail: MIT License +# License for github.com/oklog/ulid: Apache License 2.0 +# License for github.com/onsi/ginkgo/v2: MIT License +# License for github.com/onsi/gomega: MIT License +# License for github.com/opencontainers/go-digest: Apache License 2.0 +# License for github.com/opencontainers/image-spec: Apache License 2.0 +# License for github.com/opencontainers/runc: Apache License 2.0 +# License for github.com/opencontainers/runtime-spec: Apache License 2.0 +# License for github.com/opencontainers/runtime-tools: Apache License 2.0 +# License for github.com/opencontainers/selinux: Apache License 2.0 +# License for github.com/ostreedev/ostree-go: ISC License +# License for github.com/pkg/errors: BSD 2-Clause License +# License for github.com/pkg/sftp: BSD 2-Clause License +# License for github.com/proglottis/gpgme: BSD 3-Clause License +# License for github.com/rs/zerolog: MIT License +# License for github.com/secure-systems-lab/go-securesystemslib: MIT License +# License for github.com/sigstore/fulcio: Apache License 2.0 +# License for github.com/sigstore/rekor: Apache License 2.0 +# License for github.com/sigstore/sigstore: Apache License 2.0 +# License for github.com/sirupsen/logrus: MIT License +# License for github.com/spf13/pflag: BSD 3-Clause License +# License for github.com/stefanberger/go-pkcs11uri: Apache License 2.0 +# License for github.com/sylabs/sif/v2/LICENSE.md: BSD 3-Clause License +# License for github.com/syndtr/gocapability: BSD 2-Clause License +# License for github.com/tchap/go-patricia/v2: MIT License +# License for github.com/theupdateframework/go-tuf: BSD 3-Clause License +# License for github.com/titanous/rocacheck: MIT License +# License for github.com/ulikunitz/xz: UNKNOWN +# License for github.com/vbatts/tar-split: BSD 3-Clause License +# License for github.com/vbauerster/mpb/v8/UNLICENSE: The Unlicense +# License for go.mongodb.org/mongo-driver: Apache License 2.0 +# License for go.mozilla.org/pkcs7: MIT License +# License for go.opencensus.io: Apache License 2.0 +# License for golang.org/x/crypto: BSD 3-Clause License +# License for golang.org/x/exp: BSD 3-Clause License +# License for golang.org/x/mod: BSD 3-Clause License +# License for golang.org/x/net: BSD 3-Clause License +# License for golang.org/x/sync: BSD 3-Clause License +# License for golang.org/x/sys: BSD 3-Clause License +# License for golang.org/x/term: BSD 3-Clause License +# License for golang.org/x/text: BSD 3-Clause License +# License for golang.org/x/tools: BSD 3-Clause License +# License for google.golang.org/genproto/googleapis/rpc: Apache License 2.0 +# License for google.golang.org/grpc: Apache License 2.0 +# License for google.golang.org/protobuf: BSD 3-Clause License +# License for gopkg.in/go-jose/go-jose.v2: Apache License 2.0 +# License for gopkg.in/go-jose/go-jose.v2/json: BSD 3-Clause License +# License for gopkg.in/tomb.v1: BSD 3-Clause License +# License for gopkg.in/yaml.v2: Apache License 2.0 +# License for gopkg.in/yaml.v3: Apache License 2.0 and/or MIT License +# License for sigs.k8s.io/yaml: BSD 3-Clause License and/or MIT License + License: ASL 2.0 and BSD and ISC and MIT and MPLv2.0 URL: %{gourl} -Source0: %{gosource} +Source: %{gosource} +Source: vendor-%{version}.tar.gz +Source: bundle_go_deps_for_rpm.sh BuildRequires: gcc -BuildRequires: golang >= 1.18.2 +BuildRequires: golang BuildRequires: glib2-devel BuildRequires: glibc-devel BuildRequires: glibc-static @@ -48,152 +191,36 @@ BuildRequires: make BuildRequires: shadow-utils-subid-devel %endif -# vendored libraries -# awk '{print "Provides: bundled(golang("$1")) = "$2}' go.mod | sort | uniq | sed -e 's/-/_/g' -e '/bundled(golang())/d' -e '/bundled(golang(go\|module\|replace\|require))/d' -Provides: bundled(golang(dario.cat/mergo)) = v1.0.0 -Provides: bundled(golang(github.com/acarl005/stripansi)) = v0.0.0_20180116102854_5a71ef0e047d -Provides: bundled(golang(github.com/asaskevich/govalidator)) = v0.0.0_20230301143203_a9d515a09cc2 -Provides: bundled(golang(github.com/Azure/go_ansiterm)) = v0.0.0_20230124172434_306776ec8161 -Provides: bundled(golang(github.com/blang/semver/v4)) = v4.0.0 -Provides: bundled(golang(github.com/BurntSushi/toml)) = v1.3.2 -Provides: bundled(golang(github.com/chzyer/readline)) = v1.5.1 -Provides: bundled(golang(github.com/containerd/cgroups)) = v1.1.0 -Provides: bundled(golang(github.com/containerd/containerd)) = v1.7.2 -Provides: bundled(golang(github.com/containerd/stargz_snapshotter/estargz)) = v0.14.3 -Provides: bundled(golang(github.com/container_orchestrated_devices/container_device_interface)) = v0.5.4 -Provides: bundled(golang(github.com/containers/buildah)) = v1.31.2 -Provides: bundled(golang(github.com/containers/common)) = v0.55.3 -Provides: bundled(golang(github.com/containers/image/v5)) = v5.26.1 -Provides: bundled(golang(github.com/containers/libtrust)) = v0.0.0_20230121012942_c1716e8a8d01 -Provides: bundled(golang(github.com/containers/ocicrypt)) = v1.1.7 -Provides: bundled(golang(github.com/containers/podman/v4)) = v4.6.1 -Provides: bundled(golang(github.com/containers/psgo)) = v1.8.0 -Provides: bundled(golang(github.com/containers/storage)) = v1.48.0 -Provides: bundled(golang(github.com/coreos/go_systemd/v22)) = v22.5.0 -Provides: bundled(golang(github.com/cyberphone/json_canonicalization)) = v0.0.0_20230514072755_504adb8a8af1 -Provides: bundled(golang(github.com/cyphar/filepath_securejoin)) = v0.2.3 -Provides: bundled(golang(github.com/disiqueira/gotree/v3)) = v3.0.2 -Provides: bundled(golang(github.com/docker/distribution)) = v2.8.2+incompatible -Provides: bundled(golang(github.com/docker/docker_credential_helpers)) = v0.7.0 -Provides: bundled(golang(github.com/docker/docker)) = v24.0.5+incompatible -Provides: bundled(golang(github.com/docker/go_connections)) = v0.4.1_0.20210727194412_58542c764a11 -Provides: bundled(golang(github.com/docker/go_units)) = v0.5.0 -Provides: bundled(golang(github.com/fsnotify/fsnotify)) = v1.6.0 -Provides: bundled(golang(github.com/gdamore/encoding)) = v1.0.0 -Provides: bundled(golang(github.com/gdamore/tcell/v2)) = v2.6.0 -Provides: bundled(golang(github.com/godbus/dbus/v5)) = v5.1.1_0.20230522191255_76236955d466 -Provides: bundled(golang(github.com/gogo/protobuf)) = v1.3.2 -Provides: bundled(golang(github.com/golang/groupcache)) = v0.0.0_20210331224755_41bb18bfe9da -Provides: bundled(golang(github.com/golang/protobuf)) = v1.5.3 -Provides: bundled(golang(github.com/go_logr/logr)) = v1.2.4 -Provides: bundled(golang(github.com/google/go_cmp)) = v0.5.9 -Provides: bundled(golang(github.com/google/go_containerregistry)) = v0.15.2 -Provides: bundled(golang(github.com/google/go_intervals)) = v0.0.2 -Provides: bundled(golang(github.com/google/pprof)) = v0.0.0_20230323073829_e72429f035bd -Provides: bundled(golang(github.com/google/uuid)) = v1.3.0 -Provides: bundled(golang(github.com/go_openapi/analysis)) = v0.21.4 -Provides: bundled(golang(github.com/go_openapi/errors)) = v0.20.3 -Provides: bundled(golang(github.com/go_openapi/jsonpointer)) = v0.19.5 -Provides: bundled(golang(github.com/go_openapi/jsonreference)) = v0.20.0 -Provides: bundled(golang(github.com/go_openapi/loads)) = v0.21.2 -Provides: bundled(golang(github.com/go_openapi/runtime)) = v0.26.0 -Provides: bundled(golang(github.com/go_openapi/spec)) = v0.20.9 -Provides: bundled(golang(github.com/go_openapi/strfmt)) = v0.21.7 -Provides: bundled(golang(github.com/go_openapi/swag)) = v0.22.4 -Provides: bundled(golang(github.com/go_openapi/validate)) = v0.22.1 -Provides: bundled(golang(github.com/gorilla/mux)) = v1.8.0 -Provides: bundled(golang(github.com/gorilla/schema)) = v1.2.0 -Provides: bundled(golang(github.com/go_task/slim_sprig)) = v0.0.0_20230315185526_52ccab3ef572 -Provides: bundled(golang(github.com/hashicorp/errwrap)) = v1.1.0 -Provides: bundled(golang(github.com/hashicorp/go_multierror)) = v1.1.1 -Provides: bundled(golang(github.com/hinshun/vt10x)) = v0.0.0_20220301184237_5011da428d02 -Provides: bundled(golang(github.com/inconshreveable/mousetrap)) = v1.1.0 -Provides: bundled(golang(github.com/jinzhu/copier)) = v0.3.5 -Provides: bundled(golang(github.com/josharian/intern)) = v1.0.0 -Provides: bundled(golang(github.com/json_iterator/go)) = v1.1.12 -Provides: bundled(golang(github.com/klauspost/compress)) = v1.16.6 -Provides: bundled(golang(github.com/klauspost/pgzip)) = v1.2.6 -Provides: bundled(golang(github.com/kr/fs)) = v0.1.0 -Provides: bundled(golang(github.com/letsencrypt/boulder)) = v0.0.0_20230213213521_fdfea0d469b6 -Provides: bundled(golang(github.com/lucasb_eyer/go_colorful)) = v1.2.0 -Provides: bundled(golang(github.com/mailru/easyjson)) = v0.7.7 -Provides: bundled(golang(github.com/manifoldco/promptui)) = v0.9.0 -Provides: bundled(golang(github.com/mattn/go_colorable)) = v0.1.13 -Provides: bundled(golang(github.com/mattn/go_isatty)) = v0.0.16 -Provides: bundled(golang(github.com/mattn/go_runewidth)) = v0.0.14 -Provides: bundled(golang(github.com/mattn/go_shellwords)) = v1.0.12 -Provides: bundled(golang(github.com/Microsoft/go_winio)) = v0.6.1 -Provides: bundled(golang(github.com/Microsoft/hcsshim)) = v0.10.0_rc.8 -Provides: bundled(golang(github.com/miekg/pkcs11)) = v1.1.1 -Provides: bundled(golang(github.com/mistifyio/go_zfs/v3)) = v3.0.1 -Provides: bundled(golang(github.com/mitchellh/mapstructure)) = v1.5.0 -Provides: bundled(golang(github.com/moby/sys/mountinfo)) = v0.6.2 -Provides: bundled(golang(github.com/moby/term)) = v0.5.0 -Provides: bundled(golang(github.com/modern_go/concurrent)) = v0.0.0_20180306012644_bacd9c7ef1dd -Provides: bundled(golang(github.com/modern_go/reflect2)) = v1.0.2 -Provides: bundled(golang(github.com/navidys/tvxwidgets)) = v0.3.0 -Provides: bundled(golang(github.com/nxadm/tail)) = v1.4.8 -Provides: bundled(golang(github.com/oklog/ulid)) = v1.3.1 -Provides: bundled(golang(github.com/onsi/ginkgo/v2)) = v2.11.0 -Provides: bundled(golang(github.com/onsi/gomega)) = v1.27.8 -Provides: bundled(golang(github.com/opencontainers/go_digest)) = v1.0.0 -Provides: bundled(golang(github.com/opencontainers/image_spec)) = v1.1.0_rc3 -Provides: bundled(golang(github.com/opencontainers/runc)) = v1.1.7 -Provides: bundled(golang(github.com/opencontainers/runtime_spec)) = v1.1.0_rc.3 -Provides: bundled(golang(github.com/opencontainers/runtime_tools)) = v0.9.1_0.20230317050512_e931285f4b69 -Provides: bundled(golang(github.com/opencontainers/selinux)) = v1.11.0 -Provides: bundled(golang(github.com/ostreedev/ostree_go)) = v0.0.0_20210805093236_719684c64e4f -Provides: bundled(golang(github.com/pkg/errors)) = v0.9.1 -Provides: bundled(golang(github.com/pkg/sftp)) = v1.13.5 -Provides: bundled(golang(github.com/proglottis/gpgme)) = v0.1.3 -Provides: bundled(golang(github.com/rivo/tview)) = v0.0.0_20220307222120_9994674d60a8 -Provides: bundled(golang(github.com/rivo/uniseg)) = v0.4.4 -Provides: bundled(golang(github.com/rs/zerolog)) = v1.30.0 -Provides: bundled(golang(github.com/sigstore/fulcio)) = v1.3.1 -Provides: bundled(golang(github.com/sigstore/rekor)) = v1.2.2_0.20230601122533_4c81ff246d12 -Provides: bundled(golang(github.com/sigstore/sigstore)) = v1.7.1 -Provides: bundled(golang(github.com/sirupsen/logrus)) = v1.9.3 -Provides: bundled(golang(github.com/spf13/cobra)) = v1.7.0 -Provides: bundled(golang(github.com/spf13/pflag)) = v1.0.5 -Provides: bundled(golang(github.com/stefanberger/go_pkcs11uri)) = v0.0.0_20201008174630_78d3cae3a980 -Provides: bundled(golang(github.com/sylabs/sif/v2)) = v2.11.5 -Provides: bundled(golang(github.com/syndtr/gocapability)) = v0.0.0_20200815063812_42c35b437635 -Provides: bundled(golang(github.com/tchap/go_patricia/v2)) = v2.3.1 -Provides: bundled(golang(github.com/theupdateframework/go_tuf)) = v0.5.2 -Provides: bundled(golang(github.com/titanous/rocacheck)) = v0.0.0_20171023193734_afe73141d399 -Provides: bundled(golang(github.com/ulikunitz/xz)) = v0.5.11 -Provides: bundled(golang(github.com/vbatts/tar_split)) = v0.11.3 -Provides: bundled(golang(github.com/vbauerster/mpb/v8)) = v8.4.0 -Provides: bundled(golang(github.com/VividCortex/ewma)) = v1.2.0 -Provides: bundled(golang(sigs.k8s.io/yaml)) = v1.3.0 - %description %{common_description} %prep -%goprep +%goprep %{?with_bundledc:-k} +%if %{with bundled} +%setup -q -T -D -a 1 -n %{name}-%{version} +%endif +%autopatch -p1 -mkdir _depbundle -pushd _depbundle -/usr/bin/gzip -dc %{SOURCE0} | /usr/bin/tar -xof - -/usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . -%{__install} -m 0755 -vd %{gobuilddir}/src/ -# copy required bundled libraries -%{__cp} -rp %{goname}-%{version}/vendor/* %{gobuilddir}/src/ -popd -%{_bindir}/rm -rf _depbundle +%if %{without bundled} +%generate_buildrequires +%go_generate_buildrequires +%endif %build +%if %{with bundled} +export GOFLAGS="-mod=vendor" +%endif + export BUILDTAGS="exclude_graphdriver_devicemapper exclude_graphdriver_btrfs btrfs_noversion containers_image_openpgp remote" -%gobuild -o %{gobuilddir}/bin/%{goname} %{goipath}/ + +%gobuild -o %{gobuilddir}/bin/%{goname} %{goipath} %install %{__install} -m 0755 -vd %{buildroot}%{_bindir} %{__install} -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ -%if 0%{?with_check} +%if %{with check} %check -%gocheck %endif %files diff --git a/sources b/sources index 205fb15..dede215 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ -SHA512 (podman-tui-0.11.0.tar.gz) = 1b5ce216829a0f2ef345920ea908a5f721ee704bf3c7efe121e42c413edb84fb247eb32964fcd7928c734df93efd85a3c1fb5a92b0e6f3c1de3b4906fbc77fe2 +SHA512 (podman-tui-0.12.0.tar.gz) = 753932fef58746c80752c142aae17ef61b4632af51f8d9bd5aee29246ffc8179f98f4e38c7607a82efd25d0b809e9065a5b537b1a3a823eabae23a87b5b6dd74 +SHA512 (vendor-0.12.0.tar.gz) = e6a139a21437b46ba51757ff3d5fdccc70282def47a1b449f3fe046a2ab82759c8d6328ce0b065d494d10bb58b7fa22936edfecd7045c5554ca034ba50c49f68 From a68922fd093f160f43d167c8e04bc4ccd56527e4 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sat, 2 Dec 2023 00:10:00 +1100 Subject: [PATCH 16/50] release v0.13.0 Signed-off-by: Navid Yaghoobi --- .gitignore | 2 ++ podman-tui.spec | 2 +- sources | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c2d3466..138092b 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,5 @@ /podman-tui-0.11.0.tar.gz /podman-tui-0.12.0.tar.gz /vendor-0.12.0.tar.gz +/podman-tui-0.13.0.tar.gz +/vendor-0.13.0.tar.gz diff --git a/podman-tui.spec b/podman-tui.spec index 00ea9b7..ed42f02 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -14,7 +14,7 @@ # https://github.com/containers/podman-tui %global goipath github.com/containers/podman-tui -Version: 0.12.0 +Version: 0.13.0 %gometa %global goname podman-tui diff --git a/sources b/sources index dede215..46a3370 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (podman-tui-0.12.0.tar.gz) = 753932fef58746c80752c142aae17ef61b4632af51f8d9bd5aee29246ffc8179f98f4e38c7607a82efd25d0b809e9065a5b537b1a3a823eabae23a87b5b6dd74 -SHA512 (vendor-0.12.0.tar.gz) = e6a139a21437b46ba51757ff3d5fdccc70282def47a1b449f3fe046a2ab82759c8d6328ce0b065d494d10bb58b7fa22936edfecd7045c5554ca034ba50c49f68 +SHA512 (podman-tui-0.13.0.tar.gz) = cf7fcf540c159910303cb23eb8d7370bc89cf48a9068ee1a955ebe2f29ab23e237a9d832afe5a4b0d19d23c4f8604fb4463b2964093c682183718d34b9632c87 +SHA512 (vendor-0.13.0.tar.gz) = 10536be05a20f1ee6626ca7b1984ea42c8ef334aa519487c95188e54d431e8f4ace9efbf19b7ae5891868b1d4010de93a3a8d4264378611ef5e9326166837b07 From 3d6605c254932a338034d99d61dc3a3e90063e38 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sun, 10 Dec 2023 13:23:38 +1100 Subject: [PATCH 17/50] release v0.14.0 Signed-off-by: Navid Yaghoobi --- .gitignore | 2 ++ podman-tui.spec | 2 +- sources | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 138092b..2c049f0 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,5 @@ /vendor-0.12.0.tar.gz /podman-tui-0.13.0.tar.gz /vendor-0.13.0.tar.gz +/podman-tui-0.14.0.tar.gz +/vendor-0.14.0.tar.gz diff --git a/podman-tui.spec b/podman-tui.spec index ed42f02..d579daf 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -14,7 +14,7 @@ # https://github.com/containers/podman-tui %global goipath github.com/containers/podman-tui -Version: 0.13.0 +Version: 0.14.0 %gometa %global goname podman-tui diff --git a/sources b/sources index 46a3370..14fba9a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (podman-tui-0.13.0.tar.gz) = cf7fcf540c159910303cb23eb8d7370bc89cf48a9068ee1a955ebe2f29ab23e237a9d832afe5a4b0d19d23c4f8604fb4463b2964093c682183718d34b9632c87 -SHA512 (vendor-0.13.0.tar.gz) = 10536be05a20f1ee6626ca7b1984ea42c8ef334aa519487c95188e54d431e8f4ace9efbf19b7ae5891868b1d4010de93a3a8d4264378611ef5e9326166837b07 +SHA512 (podman-tui-0.14.0.tar.gz) = d79e5b0cabed6873ff90e4e36fec841b74d53b0e876f6449c9b5512c8a92d7d4bcf733e23abc92a6344d6dcd72957929fde48b4e16dcb1cc33cf10f33074171a +SHA512 (vendor-0.14.0.tar.gz) = 944808f57a9b2bafc73e11c75d28b3d5143170f1aa2f962865aeab8068f77a21153db613cb642b68e71476e8d6306f45049b74afa59f1f341702d1645ab7fe95 From 03faa685858a1189ec6f7f4b2bbb8e5869ca4833 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Wed, 20 Dec 2023 22:36:31 +1100 Subject: [PATCH 18/50] release v0.15.0 Signed-off-by: Navid Yaghoobi --- .gitignore | 2 ++ podman-tui.spec | 2 +- sources | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 2c049f0..cd396a7 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,5 @@ /vendor-0.13.0.tar.gz /podman-tui-0.14.0.tar.gz /vendor-0.14.0.tar.gz +/podman-tui-0.15.0.tar.gz +/vendor-0.15.0.tar.gz diff --git a/podman-tui.spec b/podman-tui.spec index d579daf..32ba220 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -14,7 +14,7 @@ # https://github.com/containers/podman-tui %global goipath github.com/containers/podman-tui -Version: 0.14.0 +Version: 0.15.0 %gometa %global goname podman-tui diff --git a/sources b/sources index 14fba9a..cbca4c3 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (podman-tui-0.14.0.tar.gz) = d79e5b0cabed6873ff90e4e36fec841b74d53b0e876f6449c9b5512c8a92d7d4bcf733e23abc92a6344d6dcd72957929fde48b4e16dcb1cc33cf10f33074171a -SHA512 (vendor-0.14.0.tar.gz) = 944808f57a9b2bafc73e11c75d28b3d5143170f1aa2f962865aeab8068f77a21153db613cb642b68e71476e8d6306f45049b74afa59f1f341702d1645ab7fe95 +SHA512 (podman-tui-0.15.0.tar.gz) = 2cc313116798cb8f4fbde72d6fddbbb72b50a3f0cdf8732f84ea2fa994ca6ef2649c549e49ef6baa08cdfa488effcb9da84d3235a9dda1c3b101cc05f7e872bc +SHA512 (vendor-0.15.0.tar.gz) = 5917fb64091b38fcf2465897358652dd9da06c7b9b2cfc3a92b86bb42aa1996485b87206c0c32a2b1d6d002582eee53b36bdccbe0966d1d77b653f82b84a6108 From 0ee1021e715856780efc7aa16c5e2dd2548836f9 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sun, 21 Jan 2024 19:51:49 +1100 Subject: [PATCH 19/50] release v0.16.0 Signed-off-by: Navid Yaghoobi --- .gitignore | 2 ++ podman-tui.spec | 2 +- sources | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cd396a7..672d37b 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,5 @@ /vendor-0.14.0.tar.gz /podman-tui-0.15.0.tar.gz /vendor-0.15.0.tar.gz +/podman-tui-0.16.0.tar.gz +/vendor-0.16.0.tar.gz diff --git a/podman-tui.spec b/podman-tui.spec index 32ba220..22d6924 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -14,7 +14,7 @@ # https://github.com/containers/podman-tui %global goipath github.com/containers/podman-tui -Version: 0.15.0 +Version: 0.16.0 %gometa %global goname podman-tui diff --git a/sources b/sources index cbca4c3..71c6004 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (podman-tui-0.15.0.tar.gz) = 2cc313116798cb8f4fbde72d6fddbbb72b50a3f0cdf8732f84ea2fa994ca6ef2649c549e49ef6baa08cdfa488effcb9da84d3235a9dda1c3b101cc05f7e872bc -SHA512 (vendor-0.15.0.tar.gz) = 5917fb64091b38fcf2465897358652dd9da06c7b9b2cfc3a92b86bb42aa1996485b87206c0c32a2b1d6d002582eee53b36bdccbe0966d1d77b653f82b84a6108 +SHA512 (podman-tui-0.16.0.tar.gz) = fc6931720d1f28ac85fb52ca55b290fbcc03240aa5f4e34da08b85e5ed3e358ca8de5618ff4f1cee0a3637075ea1ba24f068fb092976b24a09efbc29e56e0b7b +SHA512 (vendor-0.16.0.tar.gz) = 9bb4c2a038782dcb987783bf98613393f9922821fa5d4e588073fa768e25337c1f8c9debd1c007b811d6485c4314f2369d52a9ad3fffa3acf11b67c813e630dd From ac8bd96ddc825148384f94ef7c6f1a2745ed576d Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 25 Jan 2024 23:51:53 +0000 Subject: [PATCH 20/50] Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild From a365ee2834b815a07d297db5edaf48e15c44cfe6 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sun, 4 Feb 2024 17:02:57 +1100 Subject: [PATCH 21/50] release v0.17.0 Signed-off-by: Navid Yaghoobi --- .gitignore | 2 ++ podman-tui.spec | 2 +- sources | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 672d37b..4ef526d 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,5 @@ /vendor-0.15.0.tar.gz /podman-tui-0.16.0.tar.gz /vendor-0.16.0.tar.gz +/podman-tui-0.17.0.tar.gz +/vendor-0.17.0.tar.gz diff --git a/podman-tui.spec b/podman-tui.spec index 22d6924..af239ed 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -14,7 +14,7 @@ # https://github.com/containers/podman-tui %global goipath github.com/containers/podman-tui -Version: 0.16.0 +Version: 0.17.0 %gometa %global goname podman-tui diff --git a/sources b/sources index 71c6004..be732a9 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (podman-tui-0.16.0.tar.gz) = fc6931720d1f28ac85fb52ca55b290fbcc03240aa5f4e34da08b85e5ed3e358ca8de5618ff4f1cee0a3637075ea1ba24f068fb092976b24a09efbc29e56e0b7b -SHA512 (vendor-0.16.0.tar.gz) = 9bb4c2a038782dcb987783bf98613393f9922821fa5d4e588073fa768e25337c1f8c9debd1c007b811d6485c4314f2369d52a9ad3fffa3acf11b67c813e630dd +SHA512 (podman-tui-0.17.0.tar.gz) = 137740737e4fe5138198923fb5db6dc6ca901ed7739af09c19bcb0a60fdfe0db79d7c2ac83157675ec478ab8e9dc9b1348cd8aa9f0e5298f8d20ff6cf0284afc +SHA512 (vendor-0.17.0.tar.gz) = 1d3cf595464f57f8e14305ff6c2369aa8499efe51ff832ca6fd77da43613e84551144662e4e4b042a551dd33d4938151fd84f21edff292bacd84c71339c1d9cc From 70f11be7e067a5ac6ab8711fd303ad6cbcb8afb3 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Sun, 11 Feb 2024 23:35:10 +0000 Subject: [PATCH 22/50] Rebuild for golang 1.22.0 From 98b79a167b2f8e3ccb08801089f52131c22f46fe Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sat, 16 Mar 2024 21:34:27 +1100 Subject: [PATCH 23/50] release v0.18.0 Signed-off-by: Navid Yaghoobi --- .gitignore | 2 ++ podman-tui.spec | 2 +- sources | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4ef526d..6018775 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,5 @@ /vendor-0.16.0.tar.gz /podman-tui-0.17.0.tar.gz /vendor-0.17.0.tar.gz +/podman-tui-0.18.0.tar.gz +/vendor-0.18.0.tar.gz diff --git a/podman-tui.spec b/podman-tui.spec index af239ed..6f0e843 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -14,7 +14,7 @@ # https://github.com/containers/podman-tui %global goipath github.com/containers/podman-tui -Version: 0.17.0 +Version: 0.18.0 %gometa %global goname podman-tui diff --git a/sources b/sources index be732a9..aad3151 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (podman-tui-0.17.0.tar.gz) = 137740737e4fe5138198923fb5db6dc6ca901ed7739af09c19bcb0a60fdfe0db79d7c2ac83157675ec478ab8e9dc9b1348cd8aa9f0e5298f8d20ff6cf0284afc -SHA512 (vendor-0.17.0.tar.gz) = 1d3cf595464f57f8e14305ff6c2369aa8499efe51ff832ca6fd77da43613e84551144662e4e4b042a551dd33d4938151fd84f21edff292bacd84c71339c1d9cc +SHA512 (podman-tui-0.18.0.tar.gz) = 77107a9e64b12fd5065698b7065909d5aa45ca49d749056cfb0f76aa2fd0f269708d3d75ecb4cab7939c30571510cdacebcdaac67549979873e3656e1af4db9f +SHA512 (vendor-0.18.0.tar.gz) = a62a667bd8937c2717379a5890e2b90b5793dffae7d0e5be54b291c125bd0a09a257e3901f6cabc2c40586a7671468480c93d7fefd84acc28e4558b45d0c9f26 From 3eb2c4ae6b73407f55b08050156f428aab94e6b4 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Thu, 21 Mar 2024 20:21:57 +1100 Subject: [PATCH 24/50] release v1.0.0 Signed-off-by: Navid Yaghoobi --- .gitignore | 2 + podman-tui.spec | 138 +----------------------------------------------- sources | 4 +- 3 files changed, 5 insertions(+), 139 deletions(-) diff --git a/.gitignore b/.gitignore index 6018775..227b9e3 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,5 @@ /vendor-0.17.0.tar.gz /podman-tui-0.18.0.tar.gz /vendor-0.18.0.tar.gz +/podman-tui-1.0.0.tar.gz +/vendor-1.0.0.tar.gz diff --git a/podman-tui.spec b/podman-tui.spec index 6f0e843..c1c1dd1 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -14,7 +14,7 @@ # https://github.com/containers/podman-tui %global goipath github.com/containers/podman-tui -Version: 0.18.0 +Version: 1.0.0 %gometa %global goname podman-tui @@ -36,142 +36,6 @@ Name: %{goname} Release: %autorelease Summary: Podman Terminal User Interface -# License for dario.cat/mergo: BSD 3-Clause License -# License for github.com/Azure/go-ansiterm: MIT License -# License for github.com/Microsoft/go-winio: MIT License -# License for github.com/Microsoft/hcsshim: MIT License -# License for github.com/VividCortex/ewma: MIT License -# License for github.com/acarl005/stripansi: MIT License -# License for github.com/asaskevich/govalidator: MIT License -# License for github.com/blang/semver/v4: MIT License -# License for github.com/chzyer/readline: MIT License -# License for github.com/container-orchestrated-devices/container-device-interface: Apache License 2.0 -# License for github.com/containerd/cgroups/v3: Apache License 2.0 -# License for github.com/containerd/containerd: Apache License 2.0 -# License for github.com/containerd/stargz-snapshotter/estargz: Apache License 2.0 -# License for github.com/containers/buildah: Apache License 2.0 -# License for github.com/containers/common: Apache License 2.0 -# License for github.com/containers/image/v5: Apache License 2.0 -# License for github.com/containers/libtrust: Apache License 2.0 -# License for github.com/containers/ocicrypt: Apache License 2.0 -# License for github.com/containers/podman/v4: Apache License 2.0 -# License for github.com/containers/psgo: Apache License 2.0 -# License for github.com/containers/storage: Apache License 2.0 -# License for github.com/coreos/go-systemd/v22: Apache License 2.0 -# License for github.com/cyberphone/json-canonicalization: Apache License 2.0 -# License for github.com/cyphar/filepath-securejoin: BSD 3-Clause License -# License for github.com/disiqueira/gotree/v3: MIT License -# License for github.com/distribution/reference: Apache License 2.0 -# License for github.com/docker/distribution: Apache License 2.0 -# License for github.com/docker/docker-credential-helpers: MIT License -# License for github.com/docker/docker: Apache License 2.0 -# License for github.com/docker/go-connections: Apache License 2.0 -# License for github.com/docker/go-units: Apache License 2.0 -# License for github.com/fsnotify/fsnotify: BSD 3-Clause License -# License for github.com/gdamore/encoding: Apache License 2.0 -# License for github.com/gdamore/tcell/v2: Apache License 2.0 -# License for github.com/go-jose/go-jose/v3: Apache License 2.0 -# License for github.com/go-jose/go-jose/v3/json: BSD 3-Clause License -# License for github.com/go-logr/logr: Apache License 2.0 -# License for github.com/go-openapi/analysis: Apache License 2.0 -# License for github.com/go-openapi/errors: Apache License 2.0 -# License for github.com/go-openapi/jsonpointer: Apache License 2.0 -# License for github.com/go-openapi/jsonreference: Apache License 2.0 -# License for github.com/go-openapi/loads: Apache License 2.0 -# License for github.com/go-openapi/runtime: Apache License 2.0 -# License for github.com/go-openapi/spec: Apache License 2.0 -# License for github.com/go-openapi/strfmt: Apache License 2.0 -# License for github.com/go-openapi/swag: Apache License 2.0 -# License for github.com/go-openapi/validate: Apache License 2.0 -# License for github.com/godbus/dbus/v5: BSD 2-Clause License -# License for github.com/gogo/protobuf: BSD 3-Clause License -# License for github.com/golang/groupcache: Apache License 2.0 -# License for github.com/golang/protobuf: BSD 3-Clause License -# License for github.com/google/go-cmp: BSD 3-Clause License -# License for github.com/google/go-containerregistry: Apache License 2.0 -# License for github.com/google/go-intervals: Apache License 2.0 -# License for github.com/google/pprof: Apache License 2.0 -# License for github.com/google/uuid: BSD 3-Clause License -# License for github.com/gorilla/mux: BSD 3-Clause License -# License for github.com/gorilla/schema: BSD 3-Clause License -# License for github.com/hashicorp/errwrap: Mozilla Public License 2.0 -# License for github.com/hashicorp/go-multierror: Mozilla Public License 2.0 -# License for github.com/hinshun/vt10x: UNKNOWN -# License for github.com/inconshreveable/mousetrap: Apache License 2.0 -# License for github.com/json-iterator/go: MIT License -# License for github.com/klauspost/compress: Apache License 2.0 and/or BSD 3-Clause License -# License for github.com/klauspost/compress/internal/snapref: BSD 3-Clause License -# License for github.com/klauspost/pgzip/GO_LICENSE: BSD 3-Clause License -# License for github.com/klauspost/pgzip: MIT License -# License for github.com/kr/fs: BSD 3-Clause License -# License for github.com/lucasb-eyer/go-colorful: MIT License -# License for github.com/mailru/easyjson: MIT License -# License for github.com/manifoldco/promptui/LICENSE.md: BSD 3-Clause License -# License for github.com/mattn/go-colorable: MIT License -# License for github.com/mattn/go-isatty: MIT License -# License for github.com/mattn/go-runewidth: MIT License -# License for github.com/mattn/go-shellwords: MIT License -# License for github.com/mattn/go-sqlite3: MIT License -# License for github.com/miekg/pkcs11: BSD 3-Clause License -# License for github.com/mistifyio/go-zfs/v3: Apache License 2.0 -# License for github.com/mitchellh/mapstructure: MIT License -# License for github.com/moby/sys/mountinfo: Apache License 2.0 -# License for github.com/moby/term: Apache License 2.0 -# License for github.com/modern-go/concurrent: Apache License 2.0 -# License for github.com/modern-go/reflect2: Apache License 2.0 -# License for github.com/navidys/tvxwidgets: MIT License -# License for github.com/nxadm/tail: MIT License -# License for github.com/oklog/ulid: Apache License 2.0 -# License for github.com/onsi/ginkgo/v2: MIT License -# License for github.com/onsi/gomega: MIT License -# License for github.com/opencontainers/go-digest: Apache License 2.0 -# License for github.com/opencontainers/image-spec: Apache License 2.0 -# License for github.com/opencontainers/runc: Apache License 2.0 -# License for github.com/opencontainers/runtime-spec: Apache License 2.0 -# License for github.com/opencontainers/runtime-tools: Apache License 2.0 -# License for github.com/opencontainers/selinux: Apache License 2.0 -# License for github.com/ostreedev/ostree-go: ISC License -# License for github.com/pkg/errors: BSD 2-Clause License -# License for github.com/pkg/sftp: BSD 2-Clause License -# License for github.com/proglottis/gpgme: BSD 3-Clause License -# License for github.com/rs/zerolog: MIT License -# License for github.com/secure-systems-lab/go-securesystemslib: MIT License -# License for github.com/sigstore/fulcio: Apache License 2.0 -# License for github.com/sigstore/rekor: Apache License 2.0 -# License for github.com/sigstore/sigstore: Apache License 2.0 -# License for github.com/sirupsen/logrus: MIT License -# License for github.com/spf13/pflag: BSD 3-Clause License -# License for github.com/stefanberger/go-pkcs11uri: Apache License 2.0 -# License for github.com/sylabs/sif/v2/LICENSE.md: BSD 3-Clause License -# License for github.com/syndtr/gocapability: BSD 2-Clause License -# License for github.com/tchap/go-patricia/v2: MIT License -# License for github.com/theupdateframework/go-tuf: BSD 3-Clause License -# License for github.com/titanous/rocacheck: MIT License -# License for github.com/ulikunitz/xz: UNKNOWN -# License for github.com/vbatts/tar-split: BSD 3-Clause License -# License for github.com/vbauerster/mpb/v8/UNLICENSE: The Unlicense -# License for go.mongodb.org/mongo-driver: Apache License 2.0 -# License for go.mozilla.org/pkcs7: MIT License -# License for go.opencensus.io: Apache License 2.0 -# License for golang.org/x/crypto: BSD 3-Clause License -# License for golang.org/x/exp: BSD 3-Clause License -# License for golang.org/x/mod: BSD 3-Clause License -# License for golang.org/x/net: BSD 3-Clause License -# License for golang.org/x/sync: BSD 3-Clause License -# License for golang.org/x/sys: BSD 3-Clause License -# License for golang.org/x/term: BSD 3-Clause License -# License for golang.org/x/text: BSD 3-Clause License -# License for golang.org/x/tools: BSD 3-Clause License -# License for google.golang.org/genproto/googleapis/rpc: Apache License 2.0 -# License for google.golang.org/grpc: Apache License 2.0 -# License for google.golang.org/protobuf: BSD 3-Clause License -# License for gopkg.in/go-jose/go-jose.v2: Apache License 2.0 -# License for gopkg.in/go-jose/go-jose.v2/json: BSD 3-Clause License -# License for gopkg.in/tomb.v1: BSD 3-Clause License -# License for gopkg.in/yaml.v2: Apache License 2.0 -# License for gopkg.in/yaml.v3: Apache License 2.0 and/or MIT License -# License for sigs.k8s.io/yaml: BSD 3-Clause License and/or MIT License - License: ASL 2.0 and BSD and ISC and MIT and MPLv2.0 URL: %{gourl} Source: %{gosource} diff --git a/sources b/sources index aad3151..997eefd 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (podman-tui-0.18.0.tar.gz) = 77107a9e64b12fd5065698b7065909d5aa45ca49d749056cfb0f76aa2fd0f269708d3d75ecb4cab7939c30571510cdacebcdaac67549979873e3656e1af4db9f -SHA512 (vendor-0.18.0.tar.gz) = a62a667bd8937c2717379a5890e2b90b5793dffae7d0e5be54b291c125bd0a09a257e3901f6cabc2c40586a7671468480c93d7fefd84acc28e4558b45d0c9f26 +SHA512 (podman-tui-1.0.0.tar.gz) = 918b3efb823a543a439ae0f56c59ee2689961ac6e39a40054a7971ddf02056ca50c7c681ca03c45590e9fdfce1822f406bbf90f9b25563a0ef9ae75b88235a8c +SHA512 (vendor-1.0.0.tar.gz) = 40898abdf3452fe486ef5333e0d02bac54b81d98eeb283fd89655612e79d2507bb5991a8e49e9e4f5cedcfe24ac2a45a2c19d4d6233606bcda7195dc0d98ff37 From c2bdec00ad13f8ee1331ee5cd3a5922d97bec668 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sat, 11 May 2024 21:51:49 +1000 Subject: [PATCH 25/50] release v1.0.1 Signed-off-by: Navid Yaghoobi --- .gitignore | 2 ++ podman-tui.spec | 2 +- sources | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 227b9e3..99ddd92 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,5 @@ /vendor-0.18.0.tar.gz /podman-tui-1.0.0.tar.gz /vendor-1.0.0.tar.gz +/podman-tui-1.0.1.tar.gz +/vendor-1.0.1.tar.gz diff --git a/podman-tui.spec b/podman-tui.spec index c1c1dd1..e8851dc 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -14,7 +14,7 @@ # https://github.com/containers/podman-tui %global goipath github.com/containers/podman-tui -Version: 1.0.0 +Version: 1.0.1 %gometa %global goname podman-tui diff --git a/sources b/sources index 997eefd..59e1172 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (podman-tui-1.0.0.tar.gz) = 918b3efb823a543a439ae0f56c59ee2689961ac6e39a40054a7971ddf02056ca50c7c681ca03c45590e9fdfce1822f406bbf90f9b25563a0ef9ae75b88235a8c -SHA512 (vendor-1.0.0.tar.gz) = 40898abdf3452fe486ef5333e0d02bac54b81d98eeb283fd89655612e79d2507bb5991a8e49e9e4f5cedcfe24ac2a45a2c19d4d6233606bcda7195dc0d98ff37 +SHA512 (podman-tui-1.0.1.tar.gz) = 3c5ff5a77e885a0518a16e8d7fd0581a80b16650b546d2c736c50503c250797be1b8cb1a2da68ee1eed5a7a1dcdbcfa8344f37d0c6724c341470d05446a0591e +SHA512 (vendor-1.0.1.tar.gz) = 3c817bf12dc670ed03f89ee2a1a12d56ccc744a15e019408e02a6ed8257f418358f47b16a57be5ae3561334091651661ca41657aba5173ec6909d5bc4654a47e From bd17739fbfa1c4c4a01fe61ea94bbfa68d20bd1f Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sun, 2 Jun 2024 18:25:18 +1000 Subject: [PATCH 26/50] release v1.1.0 Signed-off-by: Navid Yaghoobi --- .gitignore | 2 ++ podman-tui.spec | 4 ++-- sources | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 99ddd92..87f5cbe 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,5 @@ /vendor-1.0.0.tar.gz /podman-tui-1.0.1.tar.gz /vendor-1.0.1.tar.gz +/podman-tui-1.1.0.tar.gz +/vendor-1.1.0.tar.gz diff --git a/podman-tui.spec b/podman-tui.spec index e8851dc..79bd319 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -14,13 +14,13 @@ # https://github.com/containers/podman-tui %global goipath github.com/containers/podman-tui -Version: 1.0.1 +Version: 1.1.0 %gometa %global goname podman-tui %global common_description %{expand: -%{goname} is a terminal user interface for Podman v4. +%{goname} is a terminal user interface for Podman v4 and v5. %{goname} is using podman.socket service to communicate with podman environment and SSH to connect to remote podman machines. } diff --git a/sources b/sources index 59e1172..de0c426 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (podman-tui-1.0.1.tar.gz) = 3c5ff5a77e885a0518a16e8d7fd0581a80b16650b546d2c736c50503c250797be1b8cb1a2da68ee1eed5a7a1dcdbcfa8344f37d0c6724c341470d05446a0591e -SHA512 (vendor-1.0.1.tar.gz) = 3c817bf12dc670ed03f89ee2a1a12d56ccc744a15e019408e02a6ed8257f418358f47b16a57be5ae3561334091651661ca41657aba5173ec6909d5bc4654a47e +SHA512 (podman-tui-1.1.0.tar.gz) = d8e4710f489ac124ad11930c5051d9fc279166316bb85d952847e6a924f70b5cc64487f8c161878a21e8f88784c47c2f9f36b5b332c0736f48f3dd0ada92584a +SHA512 (vendor-1.1.0.tar.gz) = 9341f3cbe543c6bf724f79743cf9bf35988e40c4ea9f7b1ce055486df0b3d76f07577611dca3215200ed9a87f7284f186a583556e79c5f0bb26609fef78c5881 From feb867e0ae9c7145a3aa5471e6904b163c72e5c7 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Wed, 26 Jun 2024 12:23:13 -0400 Subject: [PATCH 27/50] Use go-rpm-macros on RHEL 10+ RHEL 10 go-rpm-macros is fully functional, so only RHEL 9 and earlier need the %gobuild override. --- podman-tui.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/podman-tui.spec b/podman-tui.spec index 79bd319..dd3d960 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -4,8 +4,8 @@ %bcond_without bundled %endif -%if %{defined rhel} && !%{defined eln} -%define gobuild(o:) go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl ${BUILDTAGS:-}" -ldflags "-linkmode=external -compressdwarf=false ${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v -x %{?**}; +%if %{defined rhel} && 0%{?rhel} < 10 +%define gobuild(o:) go build -buildmode pie -compiler gc -tags="rpm_crashtraceback ${BUILDTAGS:-}" -ldflags "-linkmode=external -compressdwarf=false ${LDFLAGS:-} -B 0x$(head -c20 /dev/urandom|od -An -tx1|tr -d ' \\n') -extldflags '%__global_ldflags'" -a -v -x %{?**}; %endif %if %{with bundled} @@ -76,6 +76,9 @@ export GOFLAGS="-mod=vendor" %endif export BUILDTAGS="exclude_graphdriver_devicemapper exclude_graphdriver_btrfs btrfs_noversion containers_image_openpgp remote" +%if 0%{?rhel} +export BUILDTAGS="$BUILDTAGS libtrust_openssl" +%endif %gobuild -o %{gobuilddir}/bin/%{goname} %{goipath} From 6529e76afecd41b7342f0700968eb001119a50ad Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 19 Jul 2024 08:11:34 +0000 Subject: [PATCH 28/50] Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 5bf5a40ec3612d33402e9edf504a798500c7ba96 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sat, 3 Aug 2024 17:28:40 +1000 Subject: [PATCH 29/50] release v1.2.0 Signed-off-by: Navid Yaghoobi --- .gitignore | 2 ++ podman-tui.spec | 2 +- sources | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 87f5cbe..f7f9872 100644 --- a/.gitignore +++ b/.gitignore @@ -28,3 +28,5 @@ /vendor-1.0.1.tar.gz /podman-tui-1.1.0.tar.gz /vendor-1.1.0.tar.gz +/podman-tui-1.2.0.tar.gz +/vendor-1.2.0.tar.gz diff --git a/podman-tui.spec b/podman-tui.spec index dd3d960..aa840a9 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -14,7 +14,7 @@ # https://github.com/containers/podman-tui %global goipath github.com/containers/podman-tui -Version: 1.1.0 +Version: 1.2.0 %gometa %global goname podman-tui diff --git a/sources b/sources index de0c426..7e2159d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (podman-tui-1.1.0.tar.gz) = d8e4710f489ac124ad11930c5051d9fc279166316bb85d952847e6a924f70b5cc64487f8c161878a21e8f88784c47c2f9f36b5b332c0736f48f3dd0ada92584a -SHA512 (vendor-1.1.0.tar.gz) = 9341f3cbe543c6bf724f79743cf9bf35988e40c4ea9f7b1ce055486df0b3d76f07577611dca3215200ed9a87f7284f186a583556e79c5f0bb26609fef78c5881 +SHA512 (podman-tui-1.2.0.tar.gz) = 54675aa83225df1f1964f68786f84bc039658b229e1902d7c0302d202b0011a396bf2028ac021ffd7f0bcad16f7d51d9b55b3d930b1b88907be6ff66bf3f8654 +SHA512 (vendor-1.2.0.tar.gz) = 34d9615d9f26292767feaa410bf195f35697a9ba161925141179dce0807d3733e6ddedab7762694469a228edffe9abef84358d486b8a70e0b1e59d1f630cd6fd From a926065d979f9122469b8ea013a9a4939d210af0 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sat, 24 Aug 2024 09:59:27 +1000 Subject: [PATCH 30/50] release v1.2.1 Signed-off-by: Navid Yaghoobi --- .gitignore | 2 ++ podman-tui.spec | 2 +- sources | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f7f9872..e5f9475 100644 --- a/.gitignore +++ b/.gitignore @@ -30,3 +30,5 @@ /vendor-1.1.0.tar.gz /podman-tui-1.2.0.tar.gz /vendor-1.2.0.tar.gz +/podman-tui-1.2.1.tar.gz +/vendor-1.2.1.tar.gz diff --git a/podman-tui.spec b/podman-tui.spec index aa840a9..148d4a4 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -14,7 +14,7 @@ # https://github.com/containers/podman-tui %global goipath github.com/containers/podman-tui -Version: 1.2.0 +Version: 1.2.1 %gometa %global goname podman-tui diff --git a/sources b/sources index 7e2159d..db08617 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (podman-tui-1.2.0.tar.gz) = 54675aa83225df1f1964f68786f84bc039658b229e1902d7c0302d202b0011a396bf2028ac021ffd7f0bcad16f7d51d9b55b3d930b1b88907be6ff66bf3f8654 -SHA512 (vendor-1.2.0.tar.gz) = 34d9615d9f26292767feaa410bf195f35697a9ba161925141179dce0807d3733e6ddedab7762694469a228edffe9abef84358d486b8a70e0b1e59d1f630cd6fd +SHA512 (podman-tui-1.2.1.tar.gz) = 01014fb37b217b8ac99ea849d79417dcafd77f31ffce829ab536caac06b125612b2cbf750c719215f24551a007081df3af4056bd860ec96c42463c1b5e14ead7 +SHA512 (vendor-1.2.1.tar.gz) = 91fc17eae760d87f88493792aa93bebe7ecbc708e62edd040e5db65cce37538aa22671ba5e463efe4ad262341c408eff6075f68405d3de6a9b9030a566811e91 From 21bb822a6c880994107941eee31fb206a1ca8a24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Wed, 4 Sep 2024 19:14:06 +0200 Subject: [PATCH 31/50] convert license to SPDX This is part of https://fedoraproject.org/wiki/Changes/SPDX_Licenses_Phase_4 --- podman-tui.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/podman-tui.spec b/podman-tui.spec index 148d4a4..8e58096 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -36,7 +36,8 @@ Name: %{goname} Release: %autorelease Summary: Podman Terminal User Interface -License: ASL 2.0 and BSD and ISC and MIT and MPLv2.0 +# Automatically converted from old format: ASL 2.0 and BSD and ISC and MIT and MPLv2.0 - review is highly recommended. +License: Apache-2.0 AND LicenseRef-Callaway-BSD AND ISC AND LicenseRef-Callaway-MIT AND MPL-2.0 URL: %{gourl} Source: %{gosource} Source: vendor-%{version}.tar.gz From 0f6fa1887d3cad270f3bb56701f69e5be7910976 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Fri, 27 Sep 2024 20:29:48 +1000 Subject: [PATCH 32/50] release v1.2.2 Signed-off-by: Navid Yaghoobi --- .gitignore | 2 ++ podman-tui.spec | 5 ++--- sources | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index e5f9475..c2dc9af 100644 --- a/.gitignore +++ b/.gitignore @@ -32,3 +32,5 @@ /vendor-1.2.0.tar.gz /podman-tui-1.2.1.tar.gz /vendor-1.2.1.tar.gz +/podman-tui-1.2.2.tar.gz +/vendor-1.2.2.tar.gz diff --git a/podman-tui.spec b/podman-tui.spec index 8e58096..152ad95 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -14,7 +14,7 @@ # https://github.com/containers/podman-tui %global goipath github.com/containers/podman-tui -Version: 1.2.1 +Version: 1.2.2 %gometa %global goname podman-tui @@ -36,8 +36,7 @@ Name: %{goname} Release: %autorelease Summary: Podman Terminal User Interface -# Automatically converted from old format: ASL 2.0 and BSD and ISC and MIT and MPLv2.0 - review is highly recommended. -License: Apache-2.0 AND LicenseRef-Callaway-BSD AND ISC AND LicenseRef-Callaway-MIT AND MPL-2.0 +License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 URL: %{gourl} Source: %{gosource} Source: vendor-%{version}.tar.gz diff --git a/sources b/sources index db08617..5104b4c 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (podman-tui-1.2.1.tar.gz) = 01014fb37b217b8ac99ea849d79417dcafd77f31ffce829ab536caac06b125612b2cbf750c719215f24551a007081df3af4056bd860ec96c42463c1b5e14ead7 -SHA512 (vendor-1.2.1.tar.gz) = 91fc17eae760d87f88493792aa93bebe7ecbc708e62edd040e5db65cce37538aa22671ba5e463efe4ad262341c408eff6075f68405d3de6a9b9030a566811e91 +SHA512 (podman-tui-1.2.2.tar.gz) = dbe8d32511a93ab1fa40ea1120d7e43dfac36d2f671ee63194265e27525449c6ebd5fcb48c1afd6cd2e89cc501cd8026d981624235bbb0ab0db06e2fe6a24045 +SHA512 (vendor-1.2.2.tar.gz) = 06a58174af6a38eeff02558bbe035e50bb73452604103d5574a39f04ff55d0ad1ebb9522022c278baba2c28a1237c88104e84a2334b41620be17a73cc07af2af From 4705fc60f4abe224aec344e8af42dacb598f58cf Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sat, 19 Oct 2024 12:30:07 +1100 Subject: [PATCH 33/50] release v1.2.3 Signed-off-by: Navid Yaghoobi --- .gitignore | 2 ++ podman-tui.spec | 2 +- sources | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c2dc9af..322fb65 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,5 @@ /vendor-1.2.1.tar.gz /podman-tui-1.2.2.tar.gz /vendor-1.2.2.tar.gz +/podman-tui-1.2.3.tar.gz +/vendor-1.2.3.tar.gz diff --git a/podman-tui.spec b/podman-tui.spec index 152ad95..f2394de 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -14,7 +14,7 @@ # https://github.com/containers/podman-tui %global goipath github.com/containers/podman-tui -Version: 1.2.2 +Version: 1.2.3 %gometa %global goname podman-tui diff --git a/sources b/sources index 5104b4c..eeede3d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (podman-tui-1.2.2.tar.gz) = dbe8d32511a93ab1fa40ea1120d7e43dfac36d2f671ee63194265e27525449c6ebd5fcb48c1afd6cd2e89cc501cd8026d981624235bbb0ab0db06e2fe6a24045 -SHA512 (vendor-1.2.2.tar.gz) = 06a58174af6a38eeff02558bbe035e50bb73452604103d5574a39f04ff55d0ad1ebb9522022c278baba2c28a1237c88104e84a2334b41620be17a73cc07af2af +SHA512 (podman-tui-1.2.3.tar.gz) = a514eb7aba0b08bbfd01b23a427930e90c71ca1f31dc174ed738d8155d3c06b51b8f91c94a438761b248ecf6295e6cb9fc0dcbdda92b1a458cfe4debf5356ad9 +SHA512 (vendor-1.2.3.tar.gz) = 97d72a6ac305e91328088272bfb23f3f5d4a57ac6853fc1cfce7f7ca002866149e3e66c3fc72f95219b36f623e27e478d15ea5c7e190c7da1f779b366b38b36e From 1daeef26d2f79bb6bd0457b1c88383e83515b063 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sun, 1 Dec 2024 18:17:51 +1100 Subject: [PATCH 34/50] release v1.3.0 Signed-off-by: Navid Yaghoobi --- .gitignore | 2 ++ podman-tui.spec | 8 +++++++- sources | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 322fb65..62ba6a7 100644 --- a/.gitignore +++ b/.gitignore @@ -36,3 +36,5 @@ /vendor-1.2.2.tar.gz /podman-tui-1.2.3.tar.gz /vendor-1.2.3.tar.gz +/podman-tui-1.3.0.tar.gz +/vendor-1.3.0.tar.gz diff --git a/podman-tui.spec b/podman-tui.spec index f2394de..cee63c9 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -14,7 +14,7 @@ # https://github.com/containers/podman-tui %global goipath github.com/containers/podman-tui -Version: 1.2.3 +Version: 1.3.0 %gometa %global goname podman-tui @@ -63,7 +63,13 @@ BuildRequires: shadow-utils-subid-devel %if %{with bundled} %setup -q -T -D -a 1 -n %{name}-%{version} %endif +%if 0%{?rhel} %autopatch -p1 +%endif + +%if 0%{?fedora} +%autopatch -p1 -q +%endif %if %{without bundled} %generate_buildrequires diff --git a/sources b/sources index eeede3d..59b32f7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (podman-tui-1.2.3.tar.gz) = a514eb7aba0b08bbfd01b23a427930e90c71ca1f31dc174ed738d8155d3c06b51b8f91c94a438761b248ecf6295e6cb9fc0dcbdda92b1a458cfe4debf5356ad9 -SHA512 (vendor-1.2.3.tar.gz) = 97d72a6ac305e91328088272bfb23f3f5d4a57ac6853fc1cfce7f7ca002866149e3e66c3fc72f95219b36f623e27e478d15ea5c7e190c7da1f779b366b38b36e +SHA512 (podman-tui-1.3.0.tar.gz) = fc824b44691b3dc7ff866110849fa628b748d5e23315c31e2db3871162778f9e3458e1d93e526e1b2866585406d21ba3229a83ea70b8f56b7e72d73b1265e710 +SHA512 (vendor-1.3.0.tar.gz) = 086e6d76e6e039932835724b6dd9c49c47356a48ff8fbeaaa81d0e8144881b7bf22e8ca22246b831c243ab56c696436658cca8c574464c39a2dcad9eb0cc9a53 From ec179205c76c9c8881ce1ba3ffa681e287c14688 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sun, 1 Dec 2024 18:58:54 +1100 Subject: [PATCH 35/50] update RPM spec file Signed-off-by: Navid Yaghoobi --- podman-tui.spec | 7 ------- 1 file changed, 7 deletions(-) diff --git a/podman-tui.spec b/podman-tui.spec index cee63c9..a43751b 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -63,13 +63,6 @@ BuildRequires: shadow-utils-subid-devel %if %{with bundled} %setup -q -T -D -a 1 -n %{name}-%{version} %endif -%if 0%{?rhel} -%autopatch -p1 -%endif - -%if 0%{?fedora} -%autopatch -p1 -q -%endif %if %{without bundled} %generate_buildrequires From fb36d95ebe9e04edcb695f90d8e5353fdf72e15c Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Mon, 2 Dec 2024 20:15:01 +1100 Subject: [PATCH 36/50] fix build isse Signed-off-by: Navid Yaghoobi --- sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources b/sources index 59b32f7..d0b080b 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ SHA512 (podman-tui-1.3.0.tar.gz) = fc824b44691b3dc7ff866110849fa628b748d5e23315c31e2db3871162778f9e3458e1d93e526e1b2866585406d21ba3229a83ea70b8f56b7e72d73b1265e710 -SHA512 (vendor-1.3.0.tar.gz) = 086e6d76e6e039932835724b6dd9c49c47356a48ff8fbeaaa81d0e8144881b7bf22e8ca22246b831c243ab56c696436658cca8c574464c39a2dcad9eb0cc9a53 +SHA512 (vendor-1.3.0.tar.gz) = 4050afb738cca49b352ae1f2842c63f54aba79672bdc8f49daac0588acbcb1767b1f59b111266738efec2fe815dd3bba482c56a969fb78e4d4a2f753f91e698a From 84010ed75e2657c630275089b155c2242ffb9981 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 18 Jan 2025 10:29:35 +0000 Subject: [PATCH 37/50] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild From 8d3f358e4e59ee88cbb33f8709dad724ed702de7 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sun, 26 Jan 2025 21:29:58 +1100 Subject: [PATCH 38/50] release v1.3.1 Signed-off-by: Navid Yaghoobi --- .gitignore | 2 ++ podman-tui.spec | 2 +- sources | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 62ba6a7..b74ff3b 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,5 @@ /vendor-1.2.3.tar.gz /podman-tui-1.3.0.tar.gz /vendor-1.3.0.tar.gz +/podman-tui-1.3.1.tar.gz +/vendor-1.3.1.tar.gz diff --git a/podman-tui.spec b/podman-tui.spec index a43751b..de3d900 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -14,7 +14,7 @@ # https://github.com/containers/podman-tui %global goipath github.com/containers/podman-tui -Version: 1.3.0 +Version: 1.3.1 %gometa %global goname podman-tui diff --git a/sources b/sources index d0b080b..390d774 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (podman-tui-1.3.0.tar.gz) = fc824b44691b3dc7ff866110849fa628b748d5e23315c31e2db3871162778f9e3458e1d93e526e1b2866585406d21ba3229a83ea70b8f56b7e72d73b1265e710 -SHA512 (vendor-1.3.0.tar.gz) = 4050afb738cca49b352ae1f2842c63f54aba79672bdc8f49daac0588acbcb1767b1f59b111266738efec2fe815dd3bba482c56a969fb78e4d4a2f753f91e698a +SHA512 (podman-tui-1.3.1.tar.gz) = 7187ee089e675471d838f7c6ce9c85510b6f34869d1bde12ccbb4660aa703d1493b5c63beb869a6a771eaf2183a3af852c5275dc43f420b844abab8e76614333 +SHA512 (vendor-1.3.1.tar.gz) = 30a43ae439d87e527a926f00646df9ed87eebac8c5288933219d03d8d6f6db2284c2805b5b221d64cf64dafd897e533f18a1d29a677ecb2356c92feb1e60ae6a From 1ad0112ebffcb9acd60cd6d283cf7875affcc7f1 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sat, 1 Mar 2025 17:45:25 +1100 Subject: [PATCH 39/50] release v1.4.0 Signed-off-by: Navid Yaghoobi --- .gitignore | 2 ++ podman-tui.spec | 2 +- sources | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b74ff3b..4573707 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,5 @@ /vendor-1.3.0.tar.gz /podman-tui-1.3.1.tar.gz /vendor-1.3.1.tar.gz +/podman-tui-1.4.0.tar.gz +/vendor-1.4.0.tar.gz diff --git a/podman-tui.spec b/podman-tui.spec index de3d900..312bd4a 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -14,7 +14,7 @@ # https://github.com/containers/podman-tui %global goipath github.com/containers/podman-tui -Version: 1.3.1 +Version: 1.4.0 %gometa %global goname podman-tui diff --git a/sources b/sources index 390d774..44dc371 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (podman-tui-1.3.1.tar.gz) = 7187ee089e675471d838f7c6ce9c85510b6f34869d1bde12ccbb4660aa703d1493b5c63beb869a6a771eaf2183a3af852c5275dc43f420b844abab8e76614333 -SHA512 (vendor-1.3.1.tar.gz) = 30a43ae439d87e527a926f00646df9ed87eebac8c5288933219d03d8d6f6db2284c2805b5b221d64cf64dafd897e533f18a1d29a677ecb2356c92feb1e60ae6a +SHA512 (podman-tui-1.4.0.tar.gz) = 5a8e69a5c94d746e0d08fa99157cbb35fbd9b2ecb92990083de52b2628607fefc90d24f132fda307f16c946748e8b671f73ab7052488f41e42cf0cb1edc084e1 +SHA512 (vendor-1.4.0.tar.gz) = feeb842d6c1d61463e7727bc4f44f2239cfd0f2da74b41bd7bd06c6636e4a3af329a50ef70daf46615218e179f561cc5211dd81439e9c9f513c02c09f2d53921 From 38fd760dd08f6f4b6fb1d4f7f6142551ccf13398 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sun, 6 Apr 2025 16:36:10 +1000 Subject: [PATCH 40/50] release v1.5.0 Signed-off-by: Navid Yaghoobi --- .gitignore | 2 ++ podman-tui.spec | 2 +- sources | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 4573707..7edb09b 100644 --- a/.gitignore +++ b/.gitignore @@ -42,3 +42,5 @@ /vendor-1.3.1.tar.gz /podman-tui-1.4.0.tar.gz /vendor-1.4.0.tar.gz +/podman-tui-1.5.0.tar.gz +/vendor-1.5.0.tar.gz diff --git a/podman-tui.spec b/podman-tui.spec index 312bd4a..79783c7 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -14,7 +14,7 @@ # https://github.com/containers/podman-tui %global goipath github.com/containers/podman-tui -Version: 1.4.0 +Version: 1.5.0 %gometa %global goname podman-tui diff --git a/sources b/sources index 44dc371..22dd34d 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (podman-tui-1.4.0.tar.gz) = 5a8e69a5c94d746e0d08fa99157cbb35fbd9b2ecb92990083de52b2628607fefc90d24f132fda307f16c946748e8b671f73ab7052488f41e42cf0cb1edc084e1 -SHA512 (vendor-1.4.0.tar.gz) = feeb842d6c1d61463e7727bc4f44f2239cfd0f2da74b41bd7bd06c6636e4a3af329a50ef70daf46615218e179f561cc5211dd81439e9c9f513c02c09f2d53921 +SHA512 (podman-tui-1.5.0.tar.gz) = a67acb15d292692cbe7e1e6e3b55c471a6d3a6ee9e777dcccd9b76bb26906117587b32bb7b6555e87a6079b9154b2355b9ddf00761b25046000578527107fffe +SHA512 (vendor-1.5.0.tar.gz) = a378b3bea569a032389e0b9006682ee9ed250066f510dc89116eb7707f26e5fd5a04aefc3a44fb678a4df6bc092c754ee785a71b614585578979dbd85f8fb615 From 3f79e0b434b1abfa53589016e9ef447bb7d73500 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Wed, 28 May 2025 18:27:44 +1000 Subject: [PATCH 41/50] release v1.6.0 Signed-off-by: Navid Yaghoobi --- .gitignore | 2 ++ podman-tui.spec | 2 +- sources | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 7edb09b..c6651c7 100644 --- a/.gitignore +++ b/.gitignore @@ -44,3 +44,5 @@ /vendor-1.4.0.tar.gz /podman-tui-1.5.0.tar.gz /vendor-1.5.0.tar.gz +/podman-tui-1.6.0.tar.gz +/vendor-1.6.0.tar.gz diff --git a/podman-tui.spec b/podman-tui.spec index 79783c7..47ea905 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -14,7 +14,7 @@ # https://github.com/containers/podman-tui %global goipath github.com/containers/podman-tui -Version: 1.5.0 +Version: 1.6.0 %gometa %global goname podman-tui diff --git a/sources b/sources index 22dd34d..dfe9a35 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (podman-tui-1.5.0.tar.gz) = a67acb15d292692cbe7e1e6e3b55c471a6d3a6ee9e777dcccd9b76bb26906117587b32bb7b6555e87a6079b9154b2355b9ddf00761b25046000578527107fffe -SHA512 (vendor-1.5.0.tar.gz) = a378b3bea569a032389e0b9006682ee9ed250066f510dc89116eb7707f26e5fd5a04aefc3a44fb678a4df6bc092c754ee785a71b614585578979dbd85f8fb615 +SHA512 (podman-tui-1.6.0.tar.gz) = a1f9c5b1f2678895249ee92a4b3710280376f94e45abb25fafae5221a9496aa2d8423f86f77c0e62b5658d6d83c391fe5be7a1deefbd704d70d139a922baab79 +SHA512 (vendor-1.6.0.tar.gz) = ad35e4c147756b25a3012b2c52a30eac350e460680bea758ccf3d21262b181804e1ea1fa95648da43b592a596b119c8fc88fb5449161b06cd80fff0f9157b0b5 From 0cf5993264909da4a03a8f45b2e62758b7af6cd4 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sat, 7 Jun 2025 18:29:02 +1000 Subject: [PATCH 42/50] release v1.6.1 Signed-off-by: Navid Yaghoobi --- .gitignore | 2 ++ podman-tui.spec | 2 +- sources | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c6651c7..9ef47d0 100644 --- a/.gitignore +++ b/.gitignore @@ -46,3 +46,5 @@ /vendor-1.5.0.tar.gz /podman-tui-1.6.0.tar.gz /vendor-1.6.0.tar.gz +/podman-tui-1.6.1.tar.gz +/vendor-1.6.1.tar.gz diff --git a/podman-tui.spec b/podman-tui.spec index 47ea905..7c24616 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -14,7 +14,7 @@ # https://github.com/containers/podman-tui %global goipath github.com/containers/podman-tui -Version: 1.6.0 +Version: 1.6.1 %gometa %global goname podman-tui diff --git a/sources b/sources index dfe9a35..bfce502 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (podman-tui-1.6.0.tar.gz) = a1f9c5b1f2678895249ee92a4b3710280376f94e45abb25fafae5221a9496aa2d8423f86f77c0e62b5658d6d83c391fe5be7a1deefbd704d70d139a922baab79 -SHA512 (vendor-1.6.0.tar.gz) = ad35e4c147756b25a3012b2c52a30eac350e460680bea758ccf3d21262b181804e1ea1fa95648da43b592a596b119c8fc88fb5449161b06cd80fff0f9157b0b5 +SHA512 (podman-tui-1.6.1.tar.gz) = dc7caf7e19440e0b72a19310ff80be979e103793ebbaf1060455632cffaefea3afb01d4c906b83bca13ce4e399680309c6a5142394b32cf76924af8c3c88ed14 +SHA512 (vendor-1.6.1.tar.gz) = 2ba7e3e98a72726ca686b51604a3b746636438c68c5416634efabe06bc50c5880b680f3e99493faf176093905190fbbac3830fda214ff87cd3501e96628f087f From 089ec3f66ddd0593511b0802a77359ff684f0a89 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Fri, 11 Jul 2025 18:59:13 +1000 Subject: [PATCH 43/50] release v1.7.0 Signed-off-by: Navid Yaghoobi --- .gitignore | 2 ++ podman-tui.spec | 2 +- sources | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 9ef47d0..b4bc2ef 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,5 @@ /vendor-1.6.0.tar.gz /podman-tui-1.6.1.tar.gz /vendor-1.6.1.tar.gz +/podman-tui-1.7.0.tar.gz +/vendor-1.7.0.tar.gz diff --git a/podman-tui.spec b/podman-tui.spec index 7c24616..e280bd9 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -14,7 +14,7 @@ # https://github.com/containers/podman-tui %global goipath github.com/containers/podman-tui -Version: 1.6.1 +Version: 1.7.0 %gometa %global goname podman-tui diff --git a/sources b/sources index bfce502..39acc8a 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (podman-tui-1.6.1.tar.gz) = dc7caf7e19440e0b72a19310ff80be979e103793ebbaf1060455632cffaefea3afb01d4c906b83bca13ce4e399680309c6a5142394b32cf76924af8c3c88ed14 -SHA512 (vendor-1.6.1.tar.gz) = 2ba7e3e98a72726ca686b51604a3b746636438c68c5416634efabe06bc50c5880b680f3e99493faf176093905190fbbac3830fda214ff87cd3501e96628f087f +SHA512 (podman-tui-1.7.0.tar.gz) = 2fad173e197cb8e1d13256a1ab74e0af1ed23bef21cef9092f9fe16126229f04f932b595b08297f440665fb3f24bae4583a9ae16a1309c82c53e8e2698946b87 +SHA512 (vendor-1.7.0.tar.gz) = 43f9f8fbebcf77bd693a2df8789f55d2c85f174d23feb260f7a136e4861e1c44b009516512181bc9b4b142176bd788b6262748769537b868bd193ea0ae1a6c27 From 791637f2f691b92052f2d25e88bcdae7159cf069 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 25 Jul 2025 05:59:38 +0000 Subject: [PATCH 44/50] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild From 398c0d22ec2bcf0d1ff75141e1c6788566ab777e Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Fri, 15 Aug 2025 18:35:31 -0500 Subject: [PATCH 45/50] Rebuild for golang-1.25.0 From 006675240f0dc02c239846ad9e254975662816d2 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sat, 13 Sep 2025 20:12:32 +1000 Subject: [PATCH 46/50] Release v1.8.0 Signed-off-by: Navid Yaghoobi --- .gitignore | 2 ++ podman-tui.spec | 2 +- sources | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b4bc2ef..835e36a 100644 --- a/.gitignore +++ b/.gitignore @@ -50,3 +50,5 @@ /vendor-1.6.1.tar.gz /podman-tui-1.7.0.tar.gz /vendor-1.7.0.tar.gz +/podman-tui-1.8.0.tar.gz +/vendor-1.8.0.tar.gz diff --git a/podman-tui.spec b/podman-tui.spec index e280bd9..d5e4fa5 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -14,7 +14,7 @@ # https://github.com/containers/podman-tui %global goipath github.com/containers/podman-tui -Version: 1.7.0 +Version: 1.8.0 %gometa %global goname podman-tui diff --git a/sources b/sources index 39acc8a..9df5a57 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (podman-tui-1.7.0.tar.gz) = 2fad173e197cb8e1d13256a1ab74e0af1ed23bef21cef9092f9fe16126229f04f932b595b08297f440665fb3f24bae4583a9ae16a1309c82c53e8e2698946b87 -SHA512 (vendor-1.7.0.tar.gz) = 43f9f8fbebcf77bd693a2df8789f55d2c85f174d23feb260f7a136e4861e1c44b009516512181bc9b4b142176bd788b6262748769537b868bd193ea0ae1a6c27 +SHA512 (podman-tui-1.8.0.tar.gz) = 6d518a0b7ea63ea294e7e2160192e0279ec85f7e779ef2d139c455908b895bfc99c89fb1ee5617425de0430b81f50fa411fb5d6f6e8db4396a0b26efc3c3f5c2 +SHA512 (vendor-1.8.0.tar.gz) = 60ae3daf36af5b1cbce251483b388aced1ec7be9867aa469a5ca2cd5e7940afb775dfb62ef7ebde068e33c161546ffa60cc6d63f6a234e76f3d38268599407e9 From 679cd0942732b9f56377a262240e22cc9be36062 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sun, 28 Sep 2025 19:35:11 +1000 Subject: [PATCH 47/50] Release v1.8.1 Signed-off-by: Navid Yaghoobi --- .gitignore | 2 ++ podman-tui.spec | 2 +- sources | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 835e36a..ca8140f 100644 --- a/.gitignore +++ b/.gitignore @@ -52,3 +52,5 @@ /vendor-1.7.0.tar.gz /podman-tui-1.8.0.tar.gz /vendor-1.8.0.tar.gz +/podman-tui-1.8.1.tar.gz +/vendor-1.8.1.tar.gz diff --git a/podman-tui.spec b/podman-tui.spec index d5e4fa5..d781dfc 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -14,7 +14,7 @@ # https://github.com/containers/podman-tui %global goipath github.com/containers/podman-tui -Version: 1.8.0 +Version: 1.8.1 %gometa %global goname podman-tui diff --git a/sources b/sources index 9df5a57..f6e66d7 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (podman-tui-1.8.0.tar.gz) = 6d518a0b7ea63ea294e7e2160192e0279ec85f7e779ef2d139c455908b895bfc99c89fb1ee5617425de0430b81f50fa411fb5d6f6e8db4396a0b26efc3c3f5c2 -SHA512 (vendor-1.8.0.tar.gz) = 60ae3daf36af5b1cbce251483b388aced1ec7be9867aa469a5ca2cd5e7940afb775dfb62ef7ebde068e33c161546ffa60cc6d63f6a234e76f3d38268599407e9 +SHA512 (podman-tui-1.8.1.tar.gz) = de54c0f87b6c0660a19b44a8f61d151f24f9bbecb8b17bcaa7f583ee2daed698249ef1f038c4191b1287aa5841221926be178be7720d5eda3c9326610146cdef +SHA512 (vendor-1.8.1.tar.gz) = 052fec1e2f1c1eba0352d1648f07ac38671bf21ae35a007ec5794a78bffac3fae18ae199740d2e2f95dd33241d6d2719772fb0358fac99f5c67425b9743211df From 86f1f87c629d5367fa39854c921c6fb7b779e249 Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Sat, 4 Oct 2025 10:46:30 +1000 Subject: [PATCH 48/50] Release v1.9.0 Signed-off-by: Navid Yaghoobi --- .gitignore | 2 ++ podman-tui.spec | 2 +- sources | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index ca8140f..143edab 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,5 @@ /vendor-1.8.0.tar.gz /podman-tui-1.8.1.tar.gz /vendor-1.8.1.tar.gz +/podman-tui-1.9.0.tar.gz +/vendor-1.9.0.tar.gz diff --git a/podman-tui.spec b/podman-tui.spec index d781dfc..fa0f099 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -14,7 +14,7 @@ # https://github.com/containers/podman-tui %global goipath github.com/containers/podman-tui -Version: 1.8.1 +Version: 1.9.0 %gometa %global goname podman-tui diff --git a/sources b/sources index f6e66d7..ea8cd14 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (podman-tui-1.8.1.tar.gz) = de54c0f87b6c0660a19b44a8f61d151f24f9bbecb8b17bcaa7f583ee2daed698249ef1f038c4191b1287aa5841221926be178be7720d5eda3c9326610146cdef -SHA512 (vendor-1.8.1.tar.gz) = 052fec1e2f1c1eba0352d1648f07ac38671bf21ae35a007ec5794a78bffac3fae18ae199740d2e2f95dd33241d6d2719772fb0358fac99f5c67425b9743211df +SHA512 (podman-tui-1.9.0.tar.gz) = 0fdd4cab2479251fa5f24ed0a1485319c604fdcec19cf83257a6c93bb81174e81d2930717393937998396913e56e553f960e37394d960a16141753bd29f40140 +SHA512 (vendor-1.9.0.tar.gz) = 500e66aa365305d2b5afccf713b6e34116854c7e0556004240edba5d4d028d964f0a1de494df59bf4399356c56d0f65135a44d556a474b57eda45302621ef89a From 46d988690b8880f2f1e62232287e5ce9b6f52f23 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20S=C3=A1ez?= Date: Fri, 10 Oct 2025 15:09:33 +0200 Subject: [PATCH 49/50] rebuild From 609df173ced9ab7c5439f3c09d3e884cfc451a0a Mon Sep 17 00:00:00 2001 From: Navid Yaghoobi Date: Mon, 22 Dec 2025 12:31:00 +1100 Subject: [PATCH 50/50] Release 1.10.0 Signed-off-by: Navid Yaghoobi --- .gitignore | 2 ++ podman-tui.spec | 3 ++- sources | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 143edab..e0a04d0 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,5 @@ /vendor-1.8.1.tar.gz /podman-tui-1.9.0.tar.gz /vendor-1.9.0.tar.gz +/podman-tui-1.10.0.tar.gz +/vendor-1.10.0.tar.gz diff --git a/podman-tui.spec b/podman-tui.spec index fa0f099..ac2acde 100644 --- a/podman-tui.spec +++ b/podman-tui.spec @@ -14,7 +14,7 @@ # https://github.com/containers/podman-tui %global goipath github.com/containers/podman-tui -Version: 1.9.0 +Version: 1.10.0 %gometa %global goname podman-tui @@ -79,6 +79,7 @@ export BUILDTAGS="exclude_graphdriver_devicemapper exclude_graphdriver_btrfs btr export BUILDTAGS="$BUILDTAGS libtrust_openssl" %endif +export CGO_LDFLAGS="${CGO_LDFLAGS} -Wl,--allow-multiple-definition" %gobuild -o %{gobuilddir}/bin/%{goname} %{goipath} %install diff --git a/sources b/sources index ea8cd14..94f983f 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (podman-tui-1.9.0.tar.gz) = 0fdd4cab2479251fa5f24ed0a1485319c604fdcec19cf83257a6c93bb81174e81d2930717393937998396913e56e553f960e37394d960a16141753bd29f40140 -SHA512 (vendor-1.9.0.tar.gz) = 500e66aa365305d2b5afccf713b6e34116854c7e0556004240edba5d4d028d964f0a1de494df59bf4399356c56d0f65135a44d556a474b57eda45302621ef89a +SHA512 (podman-tui-1.10.0.tar.gz) = 55604933d2f4f285b24473eca3738f89f943424da1e5d9161a6cef3f4a9aa9c316467f2eb982866b47132eff7ed6abf06a0e34fed2f04c4bf345507e4d040390 +SHA512 (vendor-1.10.0.tar.gz) = 2c30cb295c0f69ea1717646ce9bbfc7fb782006caf48f710da9448daf4f86276a972fae3a5152579582d4328b4dd84eed58292a64a47c17ba5069a4b289045f8