From 9f20b49faca66fa312a3fc4880f8b2995e6e2241 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 16 Jan 2025 18:17:46 +0000 Subject: [PATCH 1/4] Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild --- findutils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/findutils.spec b/findutils.spec index 3b773f7..e349bf0 100644 --- a/findutils.spec +++ b/findutils.spec @@ -1,7 +1,7 @@ Summary: The GNU versions of find utilities (find and xargs) Name: findutils Version: 4.10.0 -Release: 4%{?dist} +Release: 5%{?dist} Epoch: 1 License: GPL-3.0-or-later URL: https://www.gnu.org/software/findutils/ @@ -118,6 +118,9 @@ rm -f %{buildroot}%{_infodir}/dir %{_infodir}/find-maint.info.* %changelog +* Thu Jan 16 2025 Fedora Release Engineering - 1:4.10.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild + * Wed Jul 17 2024 Fedora Release Engineering - 1:4.10.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild From 9eac1a594a82d416db512b19af10d33b00e7b490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Tue, 24 Jun 2025 10:24:12 +0200 Subject: [PATCH 2/4] tests: migrate from STI to TMT --- .fmf/version | 1 + tests/smoke/main.fmf | 12 ++++++++++++ tests/smoke/runtest.sh | 3 +-- tests/tests.yml | 14 -------------- tests/xautofs/main.fmf | 21 +++++++++++++++++++++ tests/xautofs/runtest.sh | 3 +-- 6 files changed, 36 insertions(+), 18 deletions(-) create mode 100644 .fmf/version create mode 100644 tests/smoke/main.fmf delete mode 100644 tests/tests.yml create mode 100644 tests/xautofs/main.fmf 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/tests/smoke/main.fmf b/tests/smoke/main.fmf new file mode 100644 index 0000000..7def608 --- /dev/null +++ b/tests/smoke/main.fmf @@ -0,0 +1,12 @@ +summary: Smoke test for find and xargs. +description: '' +contact: Branislav Nater +component: + - findutils +test: ./runtest.sh +framework: beakerlib +recommend: + - findutils +duration: 5m +extra-summary: /CoreOS/findutils/Sanity/smoke +extra-task: /CoreOS/findutils/Sanity/smoke diff --git a/tests/smoke/runtest.sh b/tests/smoke/runtest.sh index 438548d..4ce0502 100755 --- a/tests/smoke/runtest.sh +++ b/tests/smoke/runtest.sh @@ -27,8 +27,7 @@ # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # Include rhts environment -. /usr/bin/rhts-environment.sh || exit 1 -. /usr/lib/beakerlib/beakerlib.sh || exit 1 +. /usr/share/beakerlib/beakerlib.sh || exit 1 PACKAGE="findutils" diff --git a/tests/tests.yml b/tests/tests.yml deleted file mode 100644 index 636db22..0000000 --- a/tests/tests.yml +++ /dev/null @@ -1,14 +0,0 @@ ---- -# Tests which will run in all contexts -- hosts: localhost - roles: - - role: standard-test-beakerlib - tags: - - classic - - container - - atomic - tests: - - smoke - - xautofs - required_packages: - - autofs # autofs required for xautofs test diff --git a/tests/xautofs/main.fmf b/tests/xautofs/main.fmf new file mode 100644 index 0000000..0cedf13 --- /dev/null +++ b/tests/xautofs/main.fmf @@ -0,0 +1,21 @@ +summary: Check xautofs option +description: | + Bug summary: [RFE] Modify find to be able to skip direct mapped autofs mounts + Bugzilla link: None + + Check that the new -xautofs option works as expected: make sure + find does not descend into directories on autofs filesystems. +contact: Branislav Nater +link: + - relates: https://bugzilla.redhat.com/show_bug.cgi?id=485672 + - relates: https://bugzilla.redhat.com/show_bug.cgi?id=529391 +component: + - findutils +test: ./runtest.sh +framework: beakerlib +recommend: + - autofs + - findutils +duration: 10m +extra-summary: /CoreOS/findutils/Sanity/options/xautofs +extra-task: /CoreOS/findutils/Sanity/options/xautofs diff --git a/tests/xautofs/runtest.sh b/tests/xautofs/runtest.sh index 99a0988..0a13995 100755 --- a/tests/xautofs/runtest.sh +++ b/tests/xautofs/runtest.sh @@ -27,8 +27,7 @@ # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # Include rhts environment -. /usr/bin/rhts-environment.sh -. /usr/share/rhts-library/rhtslib.sh +. /usr/share/beakerlib/beakerlib.sh || exit 1 PACKAGE="findutils" From f11b2f5f4d0fa04567454d6968482de9b4061905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Tue, 24 Jun 2025 14:21:02 +0200 Subject: [PATCH 3/4] tests: add a simple TMT test plan --- plans/ci.fmf | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 plans/ci.fmf diff --git a/plans/ci.fmf b/plans/ci.fmf new file mode 100644 index 0000000..c1627f9 --- /dev/null +++ b/plans/ci.fmf @@ -0,0 +1,5 @@ +summary: Basic smoke test +discover: + how: fmf +execute: + how: tmt From 5a4117b723b6108318a5a28df2594aa582a667d3 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 23 Jul 2025 20:31:56 +0000 Subject: [PATCH 4/4] Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild --- findutils.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/findutils.spec b/findutils.spec index e349bf0..9af5035 100644 --- a/findutils.spec +++ b/findutils.spec @@ -1,7 +1,7 @@ Summary: The GNU versions of find utilities (find and xargs) Name: findutils Version: 4.10.0 -Release: 5%{?dist} +Release: 6%{?dist} Epoch: 1 License: GPL-3.0-or-later URL: https://www.gnu.org/software/findutils/ @@ -118,6 +118,9 @@ rm -f %{buildroot}%{_infodir}/dir %{_infodir}/find-maint.info.* %changelog +* Wed Jul 23 2025 Fedora Release Engineering - 1:4.10.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild + * Thu Jan 16 2025 Fedora Release Engineering - 1:4.10.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild