From e61921afee484f4392da9ee7db19b2764c5bb844 Mon Sep 17 00:00:00 2001 From: WANG Rui Date: Tue, 19 Dec 2023 16:14:53 +0800 Subject: [PATCH 1/2] test --- rust.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/rust.spec b/rust.spec index e652f7f..5bbd73e 100644 --- a/rust.spec +++ b/rust.spec @@ -2,6 +2,7 @@ # https://doc.rust-lang.org/nightly/rustc/platform-support.html %global rust_arches x86_64 i686 aarch64 ppc64le s390x + # The channel can be stable, beta, or nightly %{!?channel: %global channel stable} -- Gitee From 4c9eab9c0b4e71dbf978cca01bae16fff8a7910e Mon Sep 17 00:00:00 2001 From: WANG Rui Date: Tue, 19 Dec 2023 16:30:25 +0800 Subject: [PATCH 2/2] test --- rust.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/rust.spec b/rust.spec index 5bbd73e..d3ccecd 100644 --- a/rust.spec +++ b/rust.spec @@ -3,6 +3,7 @@ %global rust_arches x86_64 i686 aarch64 ppc64le s390x + # The channel can be stable, beta, or nightly %{!?channel: %global channel stable} -- Gitee