public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/buildah] rawhide: Update to 1.45.0 upstream release
@ 2026-07-30 19:30 Packit
0 siblings, 0 replies; only message in thread
From: Packit @ 2026-07-30 19:30 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/buildah
Branch : rawhide
Commit : 87a3ca69a4f6aacf016b9c779adb7cf079db6dfd
Author : Packit <hello@packit.dev>
Date : 2026-07-30T17:45:12+00:00
Stats : +8/-3 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/buildah/c/87a3ca69a4f6aacf016b9c779adb7cf079db6dfd?branch=rawhide
Log:
Update to 1.45.0 upstream release
Upstream tag: v1.45.0
Upstream commit: 7ae7d5a4
Commit authored by Packit automation (https://packit.dev/)
---
diff --git a/.gitignore b/.gitignore
index ad6148c..88f575f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -739,3 +739,4 @@
/v1.43.1.tar.gz
/v1.44.0.tar.gz
/v1.44.1.tar.gz
+/v1.45.0.tar.gz
diff --git a/README.packit b/README.packit
index 173195e..d816803 100644
--- a/README.packit
+++ b/README.packit
@@ -1,3 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
-The file was generated using packit 1.16.1.post1.dev2+gf84fe2d5b.
+The file was generated using packit 1.16.2.
diff --git a/buildah.spec b/buildah.spec
index 0acbbe5..275c3db 100644
--- a/buildah.spec
+++ b/buildah.spec
@@ -35,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.44.1
+Version: 1.45.0
# 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
@@ -157,6 +157,7 @@ export BUILDTAGS+=" containers_image_sequoia"
%gobuild -o bin/crash ./tests/crash
%gobuild -o bin/wait ./tests/wait
%gobuild -o bin/grpcnoop ./tests/rpc/noop
+%gobuild -o bin/pipeloop ./tests/pipeloop/pipeloop.go
%{__make} docs
%install
@@ -173,6 +174,7 @@ cp bin/passwd %{buildroot}/%{_bindir}/%{name}-passwd
cp bin/crash %{buildroot}/%{_bindir}/%{name}-crash
cp bin/wait %{buildroot}/%{_bindir}/%{name}-wait
cp bin/grpcnoop %{buildroot}/%{_bindir}/%{name}-grpcnoop
+cp bin/pipeloop %{buildroot}/%{_bindir}/%{name}-pipeloop
rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/*
@@ -202,6 +204,7 @@ rm %{buildroot}%{_datadir}/%{name}/test/system/tools/build/*
%{_bindir}/%{name}-crash
%{_bindir}/%{name}-wait
%{_bindir}/%{name}-grpcnoop
+%{_bindir}/%{name}-pipeloop
%{_datadir}/%{name}/test
%changelog
diff --git a/sources b/sources
index c4664f8..9c6b09a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (v1.44.1.tar.gz) = ece4a05bfae24e997a4520974f396d77728387bdd2d996dbcef27f491b44d97c916b8b2d5afa272929b658d13d924992c8c73ecd7d944d08259504a390cfacbc
+SHA512 (v1.45.0.tar.gz) = 570b68c0b6791e2e832b6e39906373da058308c017f6b460a658466e281d3b9eac5b5b842488e658438bb41c9926c160a90c956ba12ba57afcef88f523354ffe
diff --git a/tests/tmt/system.fmf b/tests/tmt/system.fmf
index dc84a01..91aee62 100644
--- a/tests/tmt/system.fmf
+++ b/tests/tmt/system.fmf
@@ -13,6 +13,7 @@ environment:
GRPCNOOP_BINARY: /usr/bin/buildah-grpcnoop
WAIT_BINARY: /usr/bin/buildah-wait
CRASH_BINARY: /usr/bin/buildah-crash
+ PIPELOOP_BINARY: /usr/bin/buildah-pipeloop
TMPDIR: /var/tmp
adjust:
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-30 19:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-30 19:30 [rpms/buildah] rawhide: Update to 1.45.0 upstream release Packit
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox