From 1ef127c61dc0ee4e7462b0c1705c05e84eab4e5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 7 Sep 2021 10:46:22 +0200 Subject: [PATCH] Packit: Get the current Fedora Rawhide specfile Using the fork is not needed anymore, since Rawhide was updated to 2.5.0 and no longer has patches. --- .packit.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.packit.yaml b/.packit.yaml index c46f0311..4dfdb1a5 100644 --- a/.packit.yaml +++ b/.packit.yaml @@ -2,10 +2,8 @@ # https://packit.dev/docs/configuration/ specfile_path: httpie.spec actions: - # the current Fedora Rawhide specfile has some patches - # so we get it from @hroncok's (= churchyard in Fedora) fork for now - # once we have a new release, we'll use: https://src.fedoraproject.org/rpms/httpie/raw/rawhide/f/httpie.spec - post-upstream-clone: "wget https://src.fedoraproject.org/fork/churchyard/rpms/httpie/raw/packit/f/httpie.spec -O 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" jobs: - job: copr_build trigger: pull_request