public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/buildah] update-buildah-cve-2026-46597: buildah-1.22.0-1.el9
@ 2026-08-05 18:46 Jindrich Novy
0 siblings, 0 replies; 2+ messages in thread
From: Jindrich Novy @ 2026-08-05 18:46 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/buildah
Branch : update-buildah-cve-2026-46597
Commit : 779c2513bf3b71b9f578268dd90ba2cfebe8d6d0
Author : Jindrich Novy <jnovy@redhat.com>
Date : 2021-09-09T09:48:12+02:00
Stats : +10/-5 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/buildah/c/779c2513bf3b71b9f578268dd90ba2cfebe8d6d0?branch=update-buildah-cve-2026-46597
Log:
buildah-1.22.0-1.el9
- update to the latest content of https://github.com/containers/buildah/tree/main
(https://github.com/containers/buildah/commit/a5aba5c)
- Related: #2000051
Signed-off-by: Jindrich Novy <jnovy@redhat.com>
---
diff --git a/buildah.spec b/buildah.spec
index fdbfbbf..a0f2ace 100644
--- a/buildah.spec
+++ b/buildah.spec
@@ -14,13 +14,13 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
%endif
%global import_path github.com/containers/buildah
-%global branch release-1.22
-%global commit0 4d2022278696ad2f39b5c95029d8c699db404f37
+%global branch main
+%global commit0 a5aba5ccd1702605c7f36e312ec51df8516139ad
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Name: buildah
-Version: 1.22.3
-Release: 1%{?dist}
+Version: 1.23.0
+Release: 0.1%{?dist}
Summary: A command line tool used for creating OCI Images
License: ASL 2.0
URL: https://%{name}.io
@@ -130,6 +130,11 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
%{_datadir}/%{name}/test
%changelog
+* Thu Sep 09 2021 Jindrich Novy <jnovy@redhat.com> - 1.23.0-0.1
+- update to the latest content of https://github.com/containers/buildah/tree/main
+ (https://github.com/containers/buildah/commit/a5aba5c)
+- Related: #2000051
+
* Fri Sep 03 2021 Jindrich Novy <jnovy@redhat.com> - 1.22.3-1
- update to the latest content of https://github.com/containers/buildah/tree/release-1.22
(https://github.com/containers/buildah/commit/4d20222)
diff --git a/sources b/sources
index e2151aa..d4dc41f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (release-1.22-4d20222.tar.gz) = ce5b4c51f91a392642c98cc084db9bb21533daa1d1bbcd35cfc751b387fc04a4a013fe7a6aa8d4f931936540d54fa0ede08a374c17af1384ebced6b43b7236b3
+SHA512 (main-a5aba5c.tar.gz) = ce4523602b74984ebf428da5eb88b30b8ba7a38363a837480f6f32e54ac20bf342a23510e91fa766397019d656a705f64210cad3e3ae865d1b1a315c5a2b321a
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [rpms/buildah] update-buildah-cve-2026-46597: buildah-1.22.0-1.el9
@ 2026-08-05 18:46 Jindrich Novy
0 siblings, 0 replies; 2+ messages in thread
From: Jindrich Novy @ 2026-08-05 18:46 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/buildah
Branch : update-buildah-cve-2026-46597
Commit : 412c8ef0c110e1a8cace4e54154445d732f59715
Author : Jindrich Novy <jnovy@redhat.com>
Date : 2021-08-03T10:30:41+02:00
Stats : +8/-4 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/buildah/c/412c8ef0c110e1a8cace4e54154445d732f59715?branch=update-buildah-cve-2026-46597
Log:
buildah-1.22.0-1.el9
- update to 1.22.0 release and switch to the release-1.22 maint branch
- Related: #1970747
Signed-off-by: Jindrich Novy <jnovy@redhat.com>
---
diff --git a/buildah.spec b/buildah.spec
index ffbff26..6b4cf84 100644
--- a/buildah.spec
+++ b/buildah.spec
@@ -14,13 +14,13 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl
%endif
%global import_path github.com/containers/buildah
-%global branch main
-%global commit0 56ff12f09373a8f77b365d6b4cc71a4519f72e60
+%global branch release-1.22
+%global commit0 e6ea308d6de1724a0ead3e08517a5e365461b275
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
Name: buildah
Version: 1.22.0
-Release: 0.4%{?dist}
+Release: 1%{?dist}
Summary: A command line tool used for creating OCI Images
License: ASL 2.0
URL: https://%{name}.io
@@ -130,6 +130,10 @@ make DESTDIR=%{buildroot} PREFIX=%{_prefix} -C docs install
%{_datadir}/%{name}/test
%changelog
+* Tue Aug 03 2021 Jindrich Novy <jnovy@redhat.com> - 1.22.0-1
+- update to 1.22.0 release and switch to the release-1.22 maint branch
+- Related: #1970747
+
* Mon Aug 02 2021 Jindrich Novy <jnovy@redhat.com> - 1.22.0-0.4
- update to the latest content of https://github.com/containers/buildah/tree/main
(https://github.com/containers/buildah/commit/56ff12f)
diff --git a/sources b/sources
index 323f230..3dd0cab 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (main-56ff12f.tar.gz) = ef104af90100bc637f4f0f3e4fe9758feafefc22aaf3708ad66704c33984ec704fcf3eecc34da5004fa2dd8b5193aaf2d8316f097fe06f65a7f9e55d683c328b
+SHA512 (release-1.22-e6ea308.tar.gz) = 5352490b2a27ba6c7f974ccfc8956c96effd0a10e47f15dd1c6ab5caf6e0107fc5460225b297800d4339147055ad1d88218baa238c298229dc81e0ad5426b6c4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-05 18:46 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-05 18:46 [rpms/buildah] update-buildah-cve-2026-46597: buildah-1.22.0-1.el9 Jindrich Novy
-- strict thread matches above, loose matches on Subject: below --
2026-08-05 18:46 Jindrich Novy
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox