-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #206 from runcom/use-autosetup
Move from %setup to %autosetup
- Loading branch information
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
Name: greenboot | ||
Version: 0.15.8 | ||
Release: 2%{?dist} | ||
Release: 3%{?dist} | ||
Summary: Generic Health Check Framework for systemd | ||
License: LGPL-2.1-or-later | ||
|
||
|
@@ -54,7 +54,7 @@ Obsoletes: greenboot-update-platforms-check <= 0.12.0 | |
%{summary}. | ||
|
||
%prep | ||
%setup -q | ||
%autosetup | ||
|
||
%build | ||
|
||
|
@@ -180,6 +180,9 @@ fi | |
%{_prefix}/lib/%{name}/check/required.d/02_watchdog.sh | ||
|
||
%changelog | ||
* Fri Feb 28 2025 Antonio Murdaca <[email protected]> - 0.15.8-3 | ||
- use autosetup instead of setup | ||
|
||
* Thu Feb 27 2025 Antonio Murdaca <[email protected]> - 0.15.8-2 | ||
- Keep building ix86 in rhel < 10 | ||
|
||
|