Compare commits

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

14 commits

Author SHA1 Message Date
Packit
d4d527c371 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:14:25 +00:00
Packit
c0cc68f3e1 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:26:58 +00:00
Lokesh Mandvekar
7c141b863e
Rebuild for CVE fixes
Resolves: CVE-2025-58185, CVE-2025-58188, CVE-2025-61723
2025-11-03 11:14:16 -05:00
Lokesh Mandvekar
90ad4c354a
cleanup changelog 2025-10-23 08:44:05 -04:00
Lokesh Mandvekar
a884e54cb0
build with sequoia on f43+ 2025-10-23 08:41:54 -04:00
Packit
6fc353cd85 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:20:59 +00:00
Maxwell G
5fedcf4ec6 Rebuild for golang 1.25.2 2025-10-10 10:53:24 -05:00
Packit
7d0ac054b5 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:03 +00:00
Packit
561d0ac58e 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:29:33 +00:00
Maxwell G
fb16241361 Rebuild for golang-1.25.0 2025-08-15 16:02:45 -05:00
Maxwell G
6d07ec6d35 Revert "Rebuild for golang-1.25.0"
This reverts commit d76916f386.
2025-08-15 15:25:55 -05:00
Maxwell G
d76916f386 Rebuild for golang-1.25.0 2025-08-15 14:23:03 -05:00
Packit
1b8d009750 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:32 +00:00
Packit
9679193c21 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:12 +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