public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Packit <hello@packit.dev>
To: git-commits@fedoraproject.org
Subject: [rpms/containers-common] rawhide: Update to 0.68.1 upstream release
Date: Wed, 08 Jul 2026 15:27:15 GMT [thread overview]
Message-ID: <178352443532.1.8683435827334469740.rpms-containers-common-5bc81e5a2a11@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/containers-common
Branch : rawhide
Commit : 5bc81e5a2a11345bca5edb7a7b8b5d04b26c5260
Author : Packit <hello@packit.dev>
Date : 2026-07-08T14:48:10+00:00
Stats : +9/-5 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/containers-common/c/5bc81e5a2a11345bca5edb7a7b8b5d04b26c5260?branch=rawhide
Log:
Update to 0.68.1 upstream release
Upstream tag: common/v0.68.1
Upstream commit: ebdc3c45
Commit authored by Packit automation (https://packit.dev/)
---
diff --git a/.gitignore b/.gitignore
index ccdf9a8..2c2cef2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,4 @@
/v0.64.2.tar.gz
/v0.67.0.tar.gz
/v0.68.0.tar.gz
+/v0.68.1.tar.gz
diff --git a/README.packit b/README.packit
index eb5cf90..173195e 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.0.post1.dev2+ged481c62d.
+The file was generated using packit 1.16.1.post1.dev2+gf84fe2d5b.
diff --git a/containers-common.spec b/containers-common.spec
index 1002952..b3994d9 100644
--- a/containers-common.spec
+++ b/containers-common.spec
@@ -25,7 +25,7 @@ Epoch: 5
# 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: 0.68.0
+Version: 0.68.1
Release: %autorelease
License: Apache-2.0
BuildArch: noarch
@@ -114,7 +114,8 @@ install -Dp -m0644 storage/storage.conf %{buildroot}%{_datadir}/containers/stora
# install custom vendor overwrites
install -Dp -m0644 common/rpm/00-containers.conf %{buildroot}%{_datadir}/containers/containers.conf.d/00-vendor.conf
install -Dp -m0644 common/rpm/00-storage.conf %{buildroot}%{_datadir}/containers/storage.conf.d/00-vendor.conf
-install -Dp -m0644 common/rpm/00-storage-additional-store.conf %{buildroot}%{_datadir}/containers/storage.rootful.conf.d/00-vendor-additional-store.conf
+install -Dp -m0644 common/rpm/00-storage-rootful.conf %{buildroot}%{_datadir}/containers/storage.rootful.conf.d/00-vendor-rootful.conf
+install -Dp -m0644 common/rpm/00-storage-rootless.conf %{buildroot}%{_datadir}/containers/storage.rootless.conf.d/00-vendor-rootless.conf
%if %{defined fedora}
install -Dp -m0644 common/rpm/00-fedora-registries.conf %{buildroot}%{_datadir}/containers/registries.conf.d/00-vendor.conf
@@ -216,7 +217,9 @@ ln -s ../../../..%{_sysconfdir}/yum.repos.d/redhat.repo %{buildroot}%{_datadir}/
%dir %{_datadir}/containers/storage.conf.d
%{_datadir}/containers/storage.conf.d/00-vendor.conf
%dir %{_datadir}/containers/storage.rootful.conf.d
-%{_datadir}/containers/storage.rootful.conf.d/00-vendor-additional-store.conf
+%{_datadir}/containers/storage.rootful.conf.d/00-vendor-rootful.conf
+%dir %{_datadir}/containers/storage.rootless.conf.d
+%{_datadir}/containers/storage.rootless.conf.d/00-vendor-rootless.conf
%dir %{_datadir}/rhel
%dir %{_datadir}/rhel/secrets
%{_datadir}/rhel/secrets/*
diff --git a/sources b/sources
index 7cb256f..f39198d 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-SHA512 (v0.68.0.tar.gz) = 2725689c41904886c22de3d70a0fdcc93f36e588f2a49970d5ad94dfbcc2029581c3ef824ca7f9f01a52935a9703e41fa184132c61e1daac3f221966326bea40
+SHA512 (v0.68.1.tar.gz) = b633b352ff90f7f090343de05baffa1a78bfca86eb70fe8201028b027849f3e6f45f9ae42993ced013406b24571498f016c607ca2cc96feb5e5df315e95c1ea8
SHA512 (shortnames.conf) = b81f35ff830c9fc373140089cbcb36e64c9a4ab79ce1958700e12e2b6fa98bbe3a64400d9bfc4ca699af12fb6ad48a53087d1b6c2988cf1e218e3cebdabf1f02
SHA512 (fd431d51.txt) = a22b42ae1f672d628676c4a4006b6573654ac0206086c93ddb2ab4e2914a8351dc8b316cd995eafe5bfa70a2c858eeacb019d8753ad0cfbfc5593d58eab4901e
reply other threads:[~2026-07-08 15:27 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178352443532.1.8683435827334469740.rpms-containers-common-5bc81e5a2a11@fedoraproject.org \
--to=hello@packit.dev \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox