From 2fd7c9b46c35ee6be487179fbe81e59145dcb43d Mon Sep 17 00:00:00 2001 From: madomado Date: Thu, 12 Jun 2025 03:48:04 +0800 Subject: [PATCH] fix(readymade-git): update deps and git clone (#5325) * fix(readymade-git): update deps and git clone Signed-off-by: madomado * maybe like this Signed-off-by: madomado * Update readymade-git.spec Signed-off-by: madomado * Update readymade-git.spec Signed-off-by: madomado * no -n? Signed-off-by: madomado * guys just use tar --------- Signed-off-by: madomado --- anda/system/readymade/git/readymade-git.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/anda/system/readymade/git/readymade-git.spec b/anda/system/readymade/git/readymade-git.spec index 64c81e4ec6..32519e7a47 100644 --- a/anda/system/readymade/git/readymade-git.spec +++ b/anda/system/readymade/git/readymade-git.spec @@ -9,9 +9,9 @@ Summary: Install ready-made distribution images! License: GPL-3.0-or-later URL: https://github.com/FyraLabs/readymade Source0: %url/archive/%commit.tar.gz +Source1: https://github.com/FyraLabs/rdms_proc_macros/archive/HEAD.tar.gz BuildRequires: anda-srpm-macros rust-packaging mold BuildRequires: pkgconfig(libhelium-1) -BuildRequires: pkgconfig(gnome-desktop-4) BuildRequires: clang-devel BuildRequires: cmake Conflicts: readymade @@ -38,7 +38,8 @@ This package contains the configuration files for Readymade to install Ultramari %prep %autosetup -n readymade-%commit -ls -l +tar xf %{S:1} +rmdir taidan_proc_macros && mv rdms_proc_macros* taidan_proc_macros %cargo_prep_online %build