2a49d6c
# See the documentation for more information:
2a49d6c
# https://packit.dev/docs/configuration/
2a49d6c
2a49d6c
specfile_path: rpm/deepin-system-monitor.spec
2a49d6c
2a49d6c
# add or remove files that should be synced
2a49d6c
synced_files:
2a49d6c
    - rpm/deepin-system-monitor.spec
2a49d6c
    - .packit.yaml
2a49d6c
2a49d6c
upstream_ref: 5.8.0.1
2a49d6c
upstream_package_name: deepin-system-monitor
2a49d6c
# downstream (Fedora) RPM package name
2a49d6c
downstream_package_name: deepin-system-monitor
2a49d6c
2a49d6c
actions:
2a49d6c
  fix-spec-file: |
2a49d6c
    bash -c "sed -i -r \"s/Version:(\s*)\S*/Version:\1${PACKIT_PROJECT_VERSION}/\" rpm/deepin-system-monitor.spec"