diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2023-07-14 13:48:56 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2023-07-18 15:28:07 +0200 |
commit | 1dfa58edd393f0c69251fefccf2aaac187da33ad (patch) | |
tree | 3fd41bf1567c460790566630f0aad6bacc3e88a2 /.packit.yml | |
parent | Merge pull request #28424 from mrc0mmand/networkd-ra-captive-portals (diff) | |
download | systemd-1dfa58edd393f0c69251fefccf2aaac187da33ad.tar.xz systemd-1dfa58edd393f0c69251fefccf2aaac187da33ad.zip |
Revert "packit: temporarily use older Rawhide spec"
This reverts commit f1adb4a2ea2fd1d54ff8cc17a4d10f2b502cfc69.
Diffstat (limited to '.packit.yml')
-rw-r--r-- | .packit.yml | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/.packit.yml b/.packit.yml index e829ebbb1f..1b49ddf284 100644 --- a/.packit.yml +++ b/.packit.yml @@ -18,13 +18,7 @@ srpm_build_deps: [] actions: post-upstream-clone: # Use the Fedora Rawhide specfile - - "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)'" + - "git clone https://src.fedoraproject.org/rpms/systemd .packit_rpm --depth=1" # 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 |