From 34977b7512c95596ee123dc01bdf58ab04a88583 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Tue, 21 May 2024 18:19:04 +0100 Subject: [PATCH] pkg/opensuse: switch to SHA1 fork src.opensuse.org switched to SHA256, which means it can no longer be used as a submodule in a SHA1 repository. Switch to a fork on Pagure that gets synced across and is still SHA1: https://code.opensuse.org/package/systemd.git --- .gitmodules | 4 ++-- pkg/opensuse | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitmodules b/.gitmodules index 64d938fbf99..7ae6ace6802 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,8 +4,8 @@ branch = rawhide [submodule "pkg/opensuse"] path = pkg/opensuse - url = https://src.opensuse.org/rpm/systemd.git - branch = factory + url = https://code.opensuse.org/package/systemd.git + branch = master [submodule "pkg/debian"] path = pkg/debian url = https://salsa.debian.org/systemd-team/systemd.git diff --git a/pkg/opensuse b/pkg/opensuse index acdb1cd8c55..c3399411ac7 160000 --- a/pkg/opensuse +++ b/pkg/opensuse @@ -1 +1 @@ -Subproject commit acdb1cd8c5594f66299cc9f8d30d075277eef49b +Subproject commit c3399411ac70a440ca9080d6df391eb897bba4e9 -- 2.47.3