From 8c09bff7d46e8fc62cd9290126b07327a3b58bd5 Mon Sep 17 00:00:00 2001 From: adasi Date: Mon, 4 Feb 2002 15:43:43 +0000 Subject: [PATCH] - added missing \n at the end of xargs --help Changed files: findutils-xargs_help_cr.patch -> 1.1 findutils.spec -> 1.49 --- findutils-xargs_help_cr.patch | 11 +++++++++++ findutils.spec | 2 ++ 2 files changed, 13 insertions(+) create mode 100644 findutils-xargs_help_cr.patch diff --git a/findutils-xargs_help_cr.patch b/findutils-xargs_help_cr.patch new file mode 100644 index 0000000..0a8ad63 --- /dev/null +++ b/findutils-xargs_help_cr.patch @@ -0,0 +1,11 @@ +diff -urN findutils-4.1.7.orig/xargs/xargs.c findutils-4.1.7/xargs/xargs.c +--- findutils-4.1.7.orig/xargs/xargs.c Mon Feb 4 16:51:29 2002 ++++ findutils-4.1.7/xargs/xargs.c Mon Feb 4 16:53:11 2002 +@@ -922,6 +922,6 @@ + [--max-args=max-args] [--no-run-if-empty] [--version] [--help]\n\ + [command [initial-arguments]]\n"), + program_name); +- fputs (_("\nReport bugs to ."), stream); ++ fputs (_("\nReport bugs to .\n"), stream); + exit (status); + } diff --git a/findutils.spec b/findutils.spec index 8f616b0..0e9da2d 100644 --- a/findutils.spec +++ b/findutils.spec @@ -18,6 +18,7 @@ Patch2: %{name}-mktemp.patch Patch3: %{name}-getshort.patch Patch4: %{name}-DESTDIR.patch Patch5: %{name}-am-workaround.patch +Patch6: %{name}-xargs_help_cr.patch BuildRequires: texinfo BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -65,6 +66,7 @@ arayabilirsiniz. %patch3 -p1 %patch4 -p1 %patch5 -p1 +%patch6 -p1 %build touch lib/{stat,lstat}.c -- 2.44.0