Skip to content

Commit

Permalink
packit: downstream_package_name is not incherdated by packages.
Browse files Browse the repository at this point in the history
Declare downstream_package_name for each package; i.e fedora
and centos.
  • Loading branch information
prestist committed Jul 24, 2024
1 parent 10574a3 commit db71d95
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,11 @@ files_to_sync:

# name in upstream package repository or registry (e.g. in PyPI)
upstream_package_name: coreos-installer
# downstream (Fedora) RPM package name
downstream_package_name: rust-coreos-installer

packages:
coreos-installer-fedora:
specfile_path: rust-coreos-installer.spec
downstream_package_name: rust-coreos-installer
actions:
post-upstream-clone:
- wget https://src.fedoraproject.org/rpms/rust-coreos-installer/raw/rawhide/f/rust-coreos-installer.spec
Expand All @@ -23,6 +22,7 @@ packages:
coreos-installer-centos:
pkg_tool: centpkg
specfile_path: rust-coreos-installer.spec
downstream_package_name: rust-coreos-installer
actions:
post-upstream-clone:
- wget https://gitlab.com/redhat/centos-stream/rpms/rust-coreos-installer/-/raw/c9s/rust-coreos-installer.spec
Expand Down
2 changes: 2 additions & 0 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Internal changes:

Packaging changes:

- add downstream_package_name for each package in packit.yaml


## coreos-installer 0.22.0 (2024-07-23)

Expand Down

0 comments on commit db71d95

Please sign in to comment.