]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
packit: temporarily use older Rawhide spec
authorFrantisek Sumsal <frantisek@sumsal.cz>
Fri, 14 Jul 2023 10:38:41 +0000 (12:38 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 14 Jul 2023 11:47:19 +0000 (20:47 +0900)
Until [0] is deployed to production.

[0] https://github.com/packit/specfile/commit/2bdcec3db5cbee5e1f61fd578edd6a3393afd787

.packit.yml

index 1b49ddf284fc5885fac8d86a137f70a962583bea..e829ebbb1f515a84b3aa938ffe48deca041f8142 100644 (file)
@@ -18,7 +18,13 @@ srpm_build_deps: []
 actions:
   post-upstream-clone:
     # Use the Fedora Rawhide specfile
-    - "git clone https://src.fedoraproject.org/rpms/systemd .packit_rpm --depth=1"
+    - "git clone https://src.fedoraproject.org/rpms/systemd .packit_rpm"
+    # FIXME: temporarily use older specfile that works with Packit
+    #
+    # This should be safe to drop after 2023-07-18 when [0] should be deployed
+    # to production
+    # [0] https://github.com/packit/specfile/commit/2bdcec3db5cbee5e1f61fd578edd6a3393afd787
+    - "bash -xec '(cd .packit_rpm && git checkout 9c05b44a4b8922cdd4671298107e067302509afc)'"
     # Drop the "sources" file so rebase-helper doesn't think we're a dist-git
     - "rm -fv .packit_rpm/sources"
     # Drop backported patches from the specfile, but keep the downstream-only ones