Compare commits

...
Sign in to create a new pull request.

13 commits

Author SHA1 Message Date
Packit
70e559b1f9 Update to 1.42.2 upstream release
Upstream tag: v1.42.2
Upstream commit: c0cc9725

Commit authored by Packit automation (https://packit.dev/)
2025-12-03 09:13:57 +00:00
Packit
077b8b04f6 Update to 1.42.1 upstream release
Upstream tag: v1.42.1
Upstream commit: de21106b

Commit authored by Packit automation (https://packit.dev/)
2025-11-11 14:27:59 +00:00
Lokesh Mandvekar
ce117552ad
Rebuild for CVE fixes
Resolves: CVE-2025-58185, CVE-2025-58188, CVE-2025-61723
(cherry picked from commit 7c141b863e)
2025-11-03 11:17:11 -05:00
Lokesh Mandvekar
ab9c9497b7
cleanup changelog
(cherry picked from commit 90ad4c354a)
2025-10-23 08:44:20 -04:00
Lokesh Mandvekar
5e1afbdbfc
build with sequoia on f43+
(cherry picked from commit a884e54cb0)
2025-10-23 08:42:05 -04:00
Packit
ce333c7682 Update to 1.42.0 upstream release
Upstream tag: v1.42.0
Upstream commit: 1ba41f03

Commit authored by Packit automation (https://packit.dev/)
2025-10-22 15:19:58 +00:00
Packit
529a82c887 Update to 1.41.5 upstream release
Upstream tag: v1.41.5
Upstream commit: 7d95c695

Commit authored by Packit automation (https://packit.dev/)
2025-09-29 19:13:27 +00:00
Packit
8d297282c9 Update to 1.41.4 upstream release
Upstream tag: v1.41.4
Upstream commit: 4094f92e

Commit authored by Packit automation (https://packit.dev/)
2025-09-04 15:30:25 +00:00
Maxwell G
4bc774846f Rebuild for golang-1.25.0 2025-08-15 18:52:50 -05:00
Maxwell G
e9bae55417 Revert "Rebuild for golang-1.25.0"
This reverts commit 7ccee85bd2.
2025-08-15 16:08:52 -05:00
Maxwell G
7ccee85bd2 Rebuild for golang-1.25.0 2025-08-15 14:23:13 -05:00
Packit
fafcba108d Update to 1.41.3 upstream release
Upstream tag: v1.41.3
Upstream commit: b60c59c7

Commit authored by Packit automation (https://packit.dev/)
2025-08-14 18:56:08 +00:00
Packit
8c29562e21 Update to 1.41.2 upstream release
Upstream tag: v1.41.2
Upstream commit: 5442721d

Commit authored by Packit automation (https://packit.dev/)
2025-08-13 18:57:55 +00:00
4 changed files with 26 additions and 11 deletions

7
.gitignore vendored
View file

@ -728,3 +728,10 @@
/v1.40.1.tar.gz
/v1.41.0.tar.gz
/v1.41.1.tar.gz
/v1.41.2.tar.gz
/v1.41.3.tar.gz
/v1.41.4.tar.gz
/v1.41.5.tar.gz
/v1.42.0.tar.gz
/v1.42.1.tar.gz
/v1.42.2.tar.gz

View file

@ -1,3 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
The file was generated using packit 1.11.0.
The file was generated using packit 1.12.0.post1.dev20+g7d30dac21.

View file

@ -11,6 +11,9 @@
%if %{defined fedora}
%define build_with_btrfs 1
%if 0%{?fedora} >= 43
%define sequoia 1
%endif
%endif
%if %{defined rhel}
@ -32,7 +35,7 @@ Epoch: 2
# If that's what you're reading, Version must be 0, and will be updated by Packit for
# copr and koji builds.
# If you're reading this on dist-git, the version is automatically filled in by Packit.
Version: 1.41.1
Version: 1.42.2
# The `AND` needs to be uppercase in the License for SPDX compatibility
License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0
Release: %autorelease
@ -69,6 +72,9 @@ BuildRequires: libseccomp-devel
%endif
Requires: libseccomp >= 2.4.1-0
Suggests: cpp
%if %{defined sequoia}
Requires: podman-sequoia
%endif
%description
The %{name} package provides a command line tool which can be used to
@ -132,6 +138,10 @@ export BUILDTAGS+=" exclude_graphdriver_btrfs"
export BUILDTAGS+=" libtrust_openssl"
%endif
%if %{defined sequoia}
export BUILDTAGS+=" containers_image_sequoia"
%endif
%gobuild -o bin/%{name} ./cmd/%{name}
%gobuild -o bin/imgtype ./tests/imgtype
%gobuild -o bin/copy ./tests/copy
@ -139,6 +149,8 @@ export BUILDTAGS+=" libtrust_openssl"
%gobuild -o bin/inet ./tests/inet
%gobuild -o bin/dumpspec ./tests/dumpspec
%gobuild -o bin/passwd ./tests/passwd
%gobuild -o bin/crash ./tests/crash
%gobuild -o bin/wait ./tests/wait
%{__make} docs
%install
@ -152,6 +164,8 @@ cp bin/tutorial %{buildroot}/%{_bindir}/%{name}-tutorial
cp bin/inet %{buildroot}/%{_bindir}/%{name}-inet
cp bin/dumpspec %{buildroot}/%{_bindir}/%{name}-dumpspec
cp bin/passwd %{buildroot}/%{_bindir}/%{name}-passwd
cp bin/crash %{buildroot}/%{_bindir}/%{name}-crash
cp bin/wait %{buildroot}/%{_bindir}/%{name}-wait
rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/*
@ -178,15 +192,9 @@ rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/*
%{_bindir}/%{name}-inet
%{_bindir}/%{name}-dumpspec
%{_bindir}/%{name}-passwd
%{_bindir}/%{name}-crash
%{_bindir}/%{name}-wait
%{_datadir}/%{name}/test
%changelog
%if %{defined autochangelog}
%autochangelog
%else
# NOTE: This changelog will be visible on CentOS 8 Stream builds
# Other envs are capable of handling autochangelog
* Fri Jun 16 2023 RH Container Bot <rhcontainerbot@fedoraproject.org>
- Placeholder changelog for envs that are not autochangelog-ready.
- Contact upstream if you need to report an issue with the build.
%endif

View file

@ -1 +1 @@
SHA512 (v1.41.1.tar.gz) = 0b953fb8bc2d6b9c83919d1a12ce2757e18c1df4a230be506a3a207727a2390fd78de9e2fd919e99f764d7166765354f056f84f07852ec1b114c44d637370816
SHA512 (v1.42.2.tar.gz) = adb1de700db9b589639f6fd02cad95d9bedacb9d0363838315f33c978a8c900570d55af95073992ff69cff4f2a9d18776c5d786af294aaa1604144580c957414