From 0b7119ccf48f87722a2f4cc6096d8a8ace1a5002 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Thu, 1 Apr 2010 14:54:32 +0000 Subject: [PATCH] - undos should stay on same "line" Changed files: rpm.macros -> 1.553 --- rpm.macros | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rpm.macros b/rpm.macros index 8e7451c..6b797b0 100644 --- a/rpm.macros +++ b/rpm.macros @@ -1799,10 +1799,10 @@ else: \ # # Requirements: # BuildRequires: sed >= 4.0 -# BuildRequires: rpmbuild(macros) >= 1.533 +# BuildRequires: rpmbuild(macros) >= 1.553 -%undos \ -%{__sed} -i -e 's,\\r$,,' +# NB: make sure this command stays on one line +%undos %{__sed} -i -e 's,\\r$,,' # Hook to register nagios object based plugins in Nagios NRPE daemon config. # -- 2.44.0