Skip to content

Commit

Permalink
packit.yaml: add copy_upstream_release_description true
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Whalen <[email protected]>
  • Loading branch information
Paul Whalen committed Aug 22, 2024
1 parent 0a8a422 commit 455ee7a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .packit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ files_to_sync:
- .packit.yaml
upstream_package_name: greenboot
upstream_tag_template: v{version}
copy_upstream_release_description: true
downstream_package_name: greenboot

jobs:
Expand Down
5 changes: 2 additions & 3 deletions greenboot.spec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Name: greenboot
Version: 0.15.5
Release: 2%{?dist}
Summary: Generic Health Check Framework for systemd
License: LGPLv2+
License: LGPL-2.1-or-later

%global repo_owner fedora-iot
%global repo_name %{name}
Expand Down Expand Up @@ -171,8 +171,7 @@ install -DpZm 0644 etc/greenboot/greenboot.conf %{buildroot}%{_sysconfdir}/%{nam
%{_prefix}/lib/%{name}/check/required.d/02_watchdog.sh

%changelog

* Tue Jun 18 2024 Peter Robinson <[email protected]> - 0.15.5-2
* Thu Aug 22 2024 Peter Robinson <[email protected]> - 0.15.5-2
- Reorder files, don't overwrite configs on update

* Fri Aug 16 2024 saypaul <[email protected]> - 0.15.5-1
Expand Down

0 comments on commit 455ee7a

Please sign in to comment.