Compare commits

..

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

7 changed files with 15 additions and 25 deletions

View file

@ -1 +0,0 @@
1

View file

@ -1,6 +1,6 @@
Name: omping Name: omping
Version: 0.0.4 Version: 0.0.4
Release: 35%{?dist} Release: 32%{?dist}
Summary: Utility to test IP multicast functionality Summary: Utility to test IP multicast functionality
License: ISC License: ISC
URL: https://github.com/jfriesse/omping URL: https://github.com/jfriesse/omping
@ -8,14 +8,13 @@ Source0: https://github.com/jfriesse/%{name}/releases/download/%{version}/%{name
BuildRequires: gcc BuildRequires: gcc
BuildRequires: make BuildRequires: make
BuildRequires: git
%description %description
Omping (Open Multicast Ping) is tool to test IP multicast functionality Omping (Open Multicast Ping) is tool to test IP multicast functionality
primarily in local network. primarily in local network.
%prep %prep
%autosetup -S git_am %setup -q
%build %build
%set_build_flags %set_build_flags
@ -31,15 +30,6 @@ primarily in local network.
%{_mandir}/man8/* %{_mandir}/man8/*
%changelog %changelog
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4-35
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4-34
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4-33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4-32 * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.0.4-32
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

3
tests/.gitignore vendored Normal file
View file

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

View file

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

View file

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

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

10
tests/tests.yml Normal file
View file

@ -0,0 +1,10 @@
- hosts: localhost
roles:
- role: standard-test-basic
tags:
- classic
tests:
- smoke
required_packages:
- iproute
- omping