diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/mtr.spec b/mtr.spec index f216a69..15a07fe 100644 --- a/mtr.spec +++ b/mtr.spec @@ -3,7 +3,7 @@ Summary: Network diagnostic tool combining 'traceroute' and 'ping' Name: mtr Version: 0.94 -Release: 5%{?dist} +Release: 6%{?dist} Epoch: 2 License: GPLv2 URL: https://www.bitwizard.nl/mtr/ @@ -80,6 +80,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{SOURCE1} %{_datadir}/applications/net-x%{name}.desktop %changelog +* Mon Apr 22 2024 Lukas Nykryn - 2:0.94-6 +- add smoke test + * Mon Apr 22 2024 Lukas Nykryn - 2:0.94-5 - Change UDP and ICMP sockets binding to accept a source IP from the -a CLI option diff --git a/plans/example.fmf b/plans/example.fmf new file mode 100644 index 0000000..762a57b --- /dev/null +++ b/plans/example.fmf @@ -0,0 +1,4 @@ +summary: Basic smoke test +execute: + how: tmt + script: mtr --version