[packages/rpm-build-macros] - 1.670; fix macro

arekm arekm at pld-linux.org
Thu Jul 11 13:59:05 CEST 2013


commit da13045e5b872d70e299a3732fcf4f0e0d09ebc9
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Thu Jul 11 13:59:02 2013 +0200

    - 1.670; fix macro

 rpm-build-macros.spec | 2 +-
 rpm.macros            | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/rpm-build-macros.spec b/rpm-build-macros.spec
index 4621da6..8395308 100644
--- a/rpm-build-macros.spec
+++ b/rpm-build-macros.spec
@@ -5,7 +5,7 @@
 %if "%{pld_release}" == "ac"
 %define	with_rpm4	1
 %endif
-%define		rpm_macros_rev	1.669
+%define		rpm_macros_rev	1.670
 %define		find_lang_rev	1.36
 Summary:	PLD Linux RPM build macros
 Summary(pl.UTF-8):	Makra do budowania pakietów RPM dla Linuksa PLD
diff --git a/rpm.macros b/rpm.macros
index 843f44b..32af5f2 100644
--- a/rpm.macros
+++ b/rpm.macros
@@ -1969,7 +1969,7 @@ end\
 for _, s in ipairs({%{expand:%%__lua_split %*}}) do\
 	if not t[s] then\
 		print("Adding "..s.." to /etc/shells")\
-		f = io.open("/etc/shells", "a")
+		f = io.open("/etc/shells", "a")\
 		if f then\
 			f:write(s.."\\n")\
 			f:close()\
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/rpm-build-macros.git/commitdiff/da13045e5b872d70e299a3732fcf4f0e0d09ebc9



More information about the pld-cvs-commit mailing list