Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/upstreams/develop' into merge
Browse files Browse the repository at this point in the history
  • Loading branch information
pcd1193182 committed Sep 25, 2024
2 parents 5ec2aff + ad9b241 commit 8b80432
Show file tree
Hide file tree
Showing 35 changed files with 2,310 additions and 155 deletions.
4 changes: 2 additions & 2 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ upstream_package_name: drgn
downstream_package_name: python-drgn
actions:
get-current-version: "python3 setup.py --version"
# Fetch the specfile from Rawhide, drop any patches and disable rpmautospec
post-upstream-clone: "bash -c \"curl -s https://src.fedoraproject.org/rpms/python-drgn/raw/main/f/python-drgn.spec | sed -e '/^Patch[0-9]/d' -e '/^%autochangelog$/d' > python-drgn.spec\""
# Fetch the specfile from Rawhide, drop any patches, disable rpmautospec, and add the _drgn_util package
post-upstream-clone: "bash -c \"curl -s https://src.fedoraproject.org/rpms/python-drgn/raw/main/f/python-drgn.spec | sed -e '/^Patch[0-9]/d' -e '/^%autochangelog$/d' -e 's!^%{python3_sitearch}/%{pypi_name}$!%{python3_sitearch}/%{pypi_name}\\\\n%{python3_sitearch}/_%{pypi_name}_util!' > python-drgn.spec\""

srpm_build_deps:
- bash
Expand Down
Loading

0 comments on commit 8b80432

Please sign in to comment.