Skip to content

Commit f1adb4a

Browse files
mrc0mmandyuwata
authored andcommitted
packit: temporarily use older Rawhide spec
Until [0] is deployed to production. [0] packit/specfile@2bdcec3
1 parent a061312 commit f1adb4a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.packit.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,13 @@ srpm_build_deps: []
1818
actions:
1919
post-upstream-clone:
2020
# Use the Fedora Rawhide specfile
21-
- "git clone https://src.fedoraproject.org/rpms/systemd .packit_rpm --depth=1"
21+
- "git clone https://src.fedoraproject.org/rpms/systemd .packit_rpm"
22+
# FIXME: temporarily use older specfile that works with Packit
23+
#
24+
# This should be safe to drop after 2023-07-18 when [0] should be deployed
25+
# to production
26+
# [0] https://github.com/packit/specfile/commit/2bdcec3db5cbee5e1f61fd578edd6a3393afd787
27+
- "bash -xec '(cd .packit_rpm && git checkout 9c05b44a4b8922cdd4671298107e067302509afc)'"
2228
# Drop the "sources" file so rebase-helper doesn't think we're a dist-git
2329
- "rm -fv .packit_rpm/sources"
2430
# Drop backported patches from the specfile, but keep the downstream-only ones

0 commit comments

Comments
 (0)