Compare commits

..

No commits in common. "rawhide" and "f41" have entirely different histories.

7 changed files with 14 additions and 21 deletions

View file

@ -1 +0,0 @@
1

View file

@ -3,7 +3,7 @@
Name: spausedd
Summary: Utility to detect and log scheduler pause
Version: 20210719
Release: 11%{?dist}
Release: 9%{?dist}
License: ISC
URL: https://github.com/jfriesse/spausedd
Source0: https://github.com/jfriesse/%{name}/releases/download/%{version}/%{name}-%{version}.tar.gz
@ -23,7 +23,6 @@ Source0: https://github.com/jfriesse/%{name}/releases/download/%{version}/%{name
BuildRequires: gcc
BuildRequires: make
BuildRequires: git
%{?systemd_requires}
BuildRequires: systemd
@ -35,7 +34,7 @@ BuildRequires: pkgconfig(vmguestlib)
Utility to detect and log scheduler pause
%prep
%autosetup -S git_am
%setup -q -n %{name}-%{version}
%build
%set_build_flags
@ -71,12 +70,6 @@ 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 Normal file
View file

@ -0,0 +1,3 @@
# Ignore tests runs/artefacts.
artifacts/**
**/*.retry

View file

@ -1,9 +0,0 @@
summary: Run all smoke tests
discover:
how: fmf
execute:
how: tmt
prepare:
how: install
package:
- spausedd

View file

@ -1,2 +0,0 @@
summary: Basic smoke test
test: ./runtest.sh

0
tests/smoke/runtest.sh Executable file → Normal file
View file

9
tests/tests.yml Normal file
View file

@ -0,0 +1,9 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- smoke
required_packages:
- spausedd