Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a0c252ed72 | ||
|
|
974f8c9d34 | ||
|
|
bb01b2f4a4 | ||
|
|
c2272c7f0f | ||
|
|
b77d570f5e |
7 changed files with 21 additions and 14 deletions
1
.fmf/version
Normal file
1
.fmf/version
Normal file
|
|
@ -0,0 +1 @@
|
|||
1
|
||||
|
|
@ -3,7 +3,7 @@
|
|||
Name: spausedd
|
||||
Summary: Utility to detect and log scheduler pause
|
||||
Version: 20210719
|
||||
Release: 9%{?dist}
|
||||
Release: 11%{?dist}
|
||||
License: ISC
|
||||
URL: https://github.com/jfriesse/spausedd
|
||||
Source0: https://github.com/jfriesse/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
|
||||
|
|
@ -23,6 +23,7 @@ Source0: https://github.com/jfriesse/%{name}/releases/download/%{version}/%{name
|
|||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: make
|
||||
BuildRequires: git
|
||||
%{?systemd_requires}
|
||||
BuildRequires: systemd
|
||||
|
||||
|
|
@ -34,7 +35,7 @@ BuildRequires: pkgconfig(vmguestlib)
|
|||
Utility to detect and log scheduler pause
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
%autosetup -S git_am
|
||||
|
||||
%build
|
||||
%set_build_flags
|
||||
|
|
@ -70,6 +71,12 @@ install -m 644 -p init/%{name}.service %{buildroot}/%{_unitdir}
|
|||
%systemd_postun spausedd.service
|
||||
|
||||
%changelog
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 20210719-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 20210719-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 20210719-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
3
tests/.gitignore
vendored
3
tests/.gitignore
vendored
|
|
@ -1,3 +0,0 @@
|
|||
# Ignore tests runs/artefacts.
|
||||
artifacts/**
|
||||
**/*.retry
|
||||
9
tests/plan.fmf
Normal file
9
tests/plan.fmf
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
summary: Run all smoke tests
|
||||
discover:
|
||||
how: fmf
|
||||
execute:
|
||||
how: tmt
|
||||
prepare:
|
||||
how: install
|
||||
package:
|
||||
- spausedd
|
||||
2
tests/smoke/main.fmf
Normal file
2
tests/smoke/main.fmf
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
summary: Basic smoke test
|
||||
test: ./runtest.sh
|
||||
0
tests/smoke/runtest.sh
Normal file → Executable file
0
tests/smoke/runtest.sh
Normal file → Executable file
|
|
@ -1,9 +0,0 @@
|
|||
- hosts: localhost
|
||||
roles:
|
||||
- role: standard-test-basic
|
||||
tags:
|
||||
- classic
|
||||
tests:
|
||||
- smoke
|
||||
required_packages:
|
||||
- spausedd
|
||||
Loading…
Add table
Add a link
Reference in a new issue