forked from pool/findutils
Accepting request 750033 from Base:System
OBS-URL: https://build.opensuse.org/request/show/750033 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/findutils?expand=0&rev=61
This commit is contained in:
commit
28b95e523d
15
disable-null-ptr-test.patch
Normal file
15
disable-null-ptr-test.patch
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
diff --git a/gnulib-tests/test-canonicalize.c b/gnulib-tests/test-canonicalize.c
|
||||||
|
index 8d1ff86..0f3c5e3 100644
|
||||||
|
--- a/gnulib-tests/test-canonicalize.c
|
||||||
|
+++ b/gnulib-tests/test-canonicalize.c
|
||||||
|
@@ -71,10 +71,6 @@ main (void)
|
||||||
|
ASSERT (result2 == NULL);
|
||||||
|
ASSERT (errno == ENOENT);
|
||||||
|
errno = 0;
|
||||||
|
- result1 = canonicalize_file_name (null_ptr ());
|
||||||
|
- ASSERT (result1 == NULL);
|
||||||
|
- ASSERT (errno == EINVAL);
|
||||||
|
- errno = 0;
|
||||||
|
result2 = canonicalize_filename_mode (NULL, CAN_EXISTING);
|
||||||
|
ASSERT (result2 == NULL);
|
||||||
|
ASSERT (errno == EINVAL);
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 20 15:03:07 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Add disable-null-ptr-test.patch in order to fix boo#1157342.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 29 22:07:53 UTC 2019 - Bernhard Voelker <mail@bernhard-voelker.de>
|
Thu Aug 29 22:07:53 UTC 2019 - Bernhard Voelker <mail@bernhard-voelker.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package findutils
|
# spec file for package findutils
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: findutils
|
Name: findutils
|
||||||
Url: http://www.gnu.org/software/findutils/
|
URL: http://www.gnu.org/software/findutils/
|
||||||
Version: 4.7.0
|
Version: 4.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The GNU versions of find utilities (find and xargs)
|
Summary: The GNU versions of find utilities (find and xargs)
|
||||||
@ -44,6 +44,7 @@ Source2: https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=%{
|
|||||||
|
|
||||||
# adds a new option -xautofs to find to not descend into directories on autofs file systems
|
# adds a new option -xautofs to find to not descend into directories on autofs file systems
|
||||||
Patch0: findutils-xautofs.patch
|
Patch0: findutils-xautofs.patch
|
||||||
|
Patch1: disable-null-ptr-test.patch
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
# BuildRequire dejagnu for 'runtest' to execute all tests.
|
# BuildRequire dejagnu for 'runtest' to execute all tests.
|
||||||
@ -74,6 +75,7 @@ useful for finding things on your system.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0
|
%patch0
|
||||||
|
%patch1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%if 0%{?qemu_user_space_build}
|
%if 0%{?qemu_user_space_build}
|
||||||
|
Loading…
Reference in New Issue
Block a user