diff --git a/0001-findutils-xautofs.patch b/0001-findutils-xautofs.patch index c1683dc9d9ded01bf8543548210624993198c3bf..f61227c70612ebd28f202796f2b48be8a9fc894b 100644 --- a/0001-findutils-xautofs.patch +++ b/0001-findutils-xautofs.patch @@ -110,23 +110,15 @@ diff --git a/find/util.c b/find/util.c index 8577396..4d45f84 100644 --- a/find/util.c +++ b/find/util.c -@@ -183,7 +183,7 @@ Positional options (always true):\n\ +@@ -181,7 +181,7 @@ Positional options (always true):\n\ HTL (_("\n\ Normal options (always true, specified before other expressions):\n\ -depth -files0-from FILE -maxdepth LEVELS -mindepth LEVELS\n\ -- -mount -noleaf -xdev -ignore_readdir_race -noignore_readdir_race\n")); -+ -mount -noleaf -xautofs -xdev -ignore_readdir_race -noignore_readdir_race\n")); +- -mount -noleaf -xdev -ignore_readdir_race -noignore_readdir_race\n")); ++ -mount -noleaf -xautofs -xdev -ignore_readdir_race -noignore_readdir_race\n")); HTL (_("\n\ Tests (N can be +N or -N or N):\n\ -amin N -anewer FILE -atime N -cmin N -cnewer FILE -context CONTEXT\n\ -@@ -1028,6 +1028,7 @@ set_option_defaults (struct options *p) - - p->full_days = false; - p->stay_on_filesystem = false; -+ p->bypass_autofs = false; - p->ignore_readdir_race = false; - - if (p->posixly_correct) -- 1.7.4.4 diff --git a/findutils-4.10.0.tar.xz b/findutils-4.10.0.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..4cf6548ef849a7cab9ef6b145604adbede7018f2 Binary files /dev/null and b/findutils-4.10.0.tar.xz differ diff --git a/findutils-4.9.0.tar.xz b/findutils-4.9.0.tar.xz deleted file mode 100644 index aad6d8e16a93092b718760e1412962fa75d5cd3f..0000000000000000000000000000000000000000 Binary files a/findutils-4.9.0.tar.xz and /dev/null differ diff --git a/findutils.spec b/findutils.spec index a59232cee65bbc95f5b2255a7af5c0c0fc4fcc69..610e3369a591cb8a44f883f9c71e0a80ca4723ba 100644 --- a/findutils.spec +++ b/findutils.spec @@ -1,6 +1,6 @@ Name: findutils -Epoch: 2 -Version: 4.9.0 +Epoch: 1 +Version: 4.10.0 Release: 1 Summary: The GNU Find Utilities License: GPLv3+ @@ -94,6 +94,9 @@ fi %exclude %{_mandir}/man5/locatedb.5* %changelog +* Mon Jul 8 2024 dillon chen - 4.10.0-1 +- update to 4.10.0 + * Tue Oct 18 2022 dillon chen - 4.9.0-1 - update to 4.9.0