diff --git a/skopeo.spec b/skopeo.spec index dd265de..7fe15ee 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -21,7 +21,7 @@ %global import_path %{provider_prefix} %global git0 https://%{import_path} -%global build_version v1.5.2 +%global build_version v1.8.0 %define epoch 1 @@ -29,8 +29,8 @@ ExcludeArch: ppc64 Name: %{repo} Epoch: 1 -Version: 1.5.2 -Release: 2 +Version: 1.8.0 +Release: 1 Summary: Work with remote images registries - retrieving information, images, signing content License: ASL 2.0 URL: %{git0} @@ -41,6 +41,7 @@ BuildRequires: go-srpm-macros git-core pkgconfig(devmapper) make BuildRequires: golang >= 1.16.6 BuildRequires: gpgme-devel libassuan-devel btrfs-progs-devel ostree-devel glib2-devel Requires: containers-common + Provides: bundled(golang(github.com/beorn7/perks)) = 4c0e84591b9aa9e6dcfdf3e020114cd81f89d5f9 Provides: bundled(golang(github.com/BurntSushi/toml)) = master Provides: bundled(golang(github.com/containerd/continuity)) = d8fb8589b0e8e85b8c8bbaa8840226d0dfeb7371 @@ -318,6 +319,9 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_prefix}/share/bash-completion/completions/%{name} %changelog +* Tue Oct 17 2023 lijian - 1:1.8.0-1 +- update to 1.8.0 + * Fri Jun 09 2023 duyiwei - 1:1.5.2-2 - remove subpackage containers-common diff --git a/v1.5.2.tar.gz b/v1.5.2.tar.gz deleted file mode 100644 index b3a8025..0000000 Binary files a/v1.5.2.tar.gz and /dev/null differ diff --git a/v1.8.0.tar.gz b/v1.8.0.tar.gz new file mode 100644 index 0000000..962767e Binary files /dev/null and b/v1.8.0.tar.gz differ