Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

packit.yaml: add copy_upstream_release_description true #150

Merged
merged 1 commit into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 <pbrobinson@fedoraproject.org> - 0.15.5-2
* Thu Aug 22 2024 Peter Robinson <pbrobinson@fedoraproject.org> - 0.15.5-2
- Reorder files, don't overwrite configs on update

* Fri Aug 16 2024 saypaul <paul.sayan@gmail.com> - 0.15.5-1
Expand Down
Loading