From 5fd48e31377edd3083f06fa00759814ea7cd0c32 Mon Sep 17 00:00:00 2001 From: Batuhan Taskaya Date: Tue, 8 Feb 2022 12:21:58 +0300 Subject: [PATCH] Use the lastest fedora spec in the packit --- .packit.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index 8fc33379..afb1dc1a 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -2,9 +2,9 @@ # https://packit.dev/docs/configuration/ specfile_path: httpie.spec actions: - # get the current Fedora Rawhide specfile: - # post-upstream-clone: "wget https://src.fedoraproject.org/rpms/httpie/raw/rawhide/f/httpie.spec -O httpie.spec" - post-upstream-clone: "cp docs/packaging/linux-fedora/httpie.spec.txt httpie.spec" + get the current Fedora Rawhide specfile: + post-upstream-clone: "wget https://src.fedoraproject.org/rpms/httpie/raw/rawhide/f/httpie.spec -O httpie.spec" + # post-upstream-clone: "cp docs/packaging/linux-fedora/httpie.spec.txt httpie.spec" jobs: - job: copr_build trigger: pull_request