-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
1 deletion.
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Name: mini-tps | ||
Version: 0.1 | ||
Release: 166%{?dist} | ||
Release: 167%{?dist} | ||
Summary: Mini TPS - Test Package Sanity | ||
|
||
License: GPLv2 | ||
|
@@ -64,6 +64,9 @@ install -pD -m 0755 profiles/fedora/prepare-system %{buildroot}%{_libexecdir}/mi | |
|
||
|
||
%changelog | ||
* Thu Jan 25 2024 Jiri Popelka <[email protected]> - 0.1-167 | ||
- mtps-get-module improvements | ||
|
||
* Fri Jan 19 2024 Jiri Popelka <[email protected]> - 0.1-166 | ||
- Skip update if old package can't be installed | ||
- Separate exit code for skipped tests | ||
|