From 4c0dd8a91ef28c9845c442f7a392272a2e9b4b6d Mon Sep 17 00:00:00 2001 From: tong_1001 Date: Sat, 13 Jun 2020 11:58:59 +0800 Subject: [PATCH 1/2] add yaml file in package --- GConf2.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 GConf2.yaml diff --git a/GConf2.yaml b/GConf2.yaml new file mode 100644 index 0000000..3ee5382 --- /dev/null +++ b/GConf2.yaml @@ -0,0 +1,4 @@ +version_control: gnome +src_repo: GConf +tag_prefix: ^GConf- +seperator: . From 346af645e3e6dd208d0d1b6a7dc2a6fb7ca668b6 Mon Sep 17 00:00:00 2001 From: weiwei_150212 Date: Tue, 30 Jun 2020 17:14:31 +0800 Subject: [PATCH 2/2] update yaml file --- GConf2.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GConf2.yaml b/GConf2.yaml index 3ee5382..9750bde 100644 --- a/GConf2.yaml +++ b/GConf2.yaml @@ -1,4 +1,4 @@ -version_control: gnome -src_repo: GConf +version_control: git +src_repo: https://src.fedoraproject.org/rpms/GConf2.git tag_prefix: ^GConf- -seperator: . +seperator: "."