]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- undos should stay on same "line"
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 1 Apr 2010 14:54:32 +0000 (14:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.553

rpm.macros

index 8e7451c5720ae5ee4877fcb4546c61cf658d4c1f..6b797b0ca944e1d2313fbe8f3c5039be4d5b456f 100644 (file)
@@ -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.
 #
This page took 0.044477 seconds and 4 git commands to generate.