From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Tue, 25 Oct 2005 13:53:17 +0400 From: "Alexey I. Froloff" To: ALT Devel discussion list Message-ID: <20051025095317.GM26680@immo.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GOzekVbrLdOLv44p" Content-Disposition: inline User-Agent: Mutt/1.5.11 X-Virus-Scanned: by amavisd-new at immo.ru Cc: "Dmitry V. Levin" Subject: [devel] Q: rpm, sandman =?koi8-r?b?ySBfYWxsb3dfdW5kZWZpbmVkX21hY3Jvcw==?= X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Devel discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 09:53:38 -0000 Archived-At: List-Archive: List-Post: --GOzekVbrLdOLv44p Content-Type: multipart/mixed; boundary="OQhbRXNHSL5w/5po" Content-Disposition: inline --OQhbRXNHSL5w/5po Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable =F3=CF=C2=C9=D2=C1=D1 seahorse =D4=C1=CB=C9 =D3=D4=D5=CB=CE=D5=CC=D3=D1 =CF= =D4 =D0=D2=CF=C2=CC=C5=CD=D5 =D3 =CE=C5=D2=C1=D3=CB=D2=D9=D4=C9=C5=CD =CD=C1=CB=D2=CF=D3=CF=D7 =D7 sandman'=D3=CB=CF=CA =CD=C9=CE=C9=CD=C1=CC=D8= =CE=CF=CA buildsystem. =E9=D3=D0=D2=C1=D7=CC=C5=CE=C9=C5 =DC=D4=CF=C7=CF =D0=CF=D4=D2=C5=C2=CF=D7= =C1=CC=CF =C4=CF=C2=C1=D7=CC=C5=CE=C9=D1 --define _allow... =D2=CF=D7=CE=CF =D7 =CF=C4=CE=CF=CD =CD=C5=D3=D4=C5 - =D7 =D7=D9=DA=CF=D7 rpm -bE =D7 pre-c= ommit hook'=C5. =ED=CF=D6=CE=CF rpm =CE=C1=D5=DE=C9=D4=D8 =D7=D9=D3=D4=C1=D7=CC=D1=D4=D8 = =DC=D4=CF=D4 _allow... =D0=CF =D5=CD=CF=CC=DE=C1=CE=C9=C0 =D0=D2=C9 =D7=D9=DA=CF=D7=C5 rpm -bE ? =F0=D2=C9=CD=C5=D2=CE=D9=CA =D0=C1=D4=DE =D0= =D2=C9=CC=CF=D6=C5=CE... --=20 Regards, Alexey I. Froloff AIF5-RIPN, AIF5-RIPE ------------------------------------------- Inform-Mobil, Ltd. System Administrator http://www.inform-mobil.ru/ Tel: +7(095)504-4709, Fax: +7(095)513-1006 --OQhbRXNHSL5w/5po Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="rpm-4_0-4.0.4-preprocess-allow-undefined.patch" diff -urN rpm-4_0-4.0.4-orig/build/parseSpec.c rpm-4_0-4.0.4/build/parseSpec.c --- rpm-4_0-4.0.4-orig/build/parseSpec.c 2005-10-13 03:55:57 +0400 +++ rpm-4_0-4.0.4/build/parseSpec.c 2005-10-25 13:51:34 +0400 @@ -676,7 +676,7 @@ /*@-infloops@*/ /* LCL: parsePart is modified @*/ while (parsePart < PART_LAST && parsePart != PART_NONE) { rpmBuiltinMacroLookup saved_lookup = rpmSetBuiltinMacroLookup(NULL); - int saved_lookup_failed = rpmSetBuiltinMacroLookupFailedOK(rpmExpandNumeric("%{?_allow_undefined_macros}")); + int saved_lookup_failed = rpmSetBuiltinMacroLookupFailedOK(rpmExpandNumeric("%{?_allow_undefined_macros}") || preprocess); switch (parsePart) { case PART_PREAMBLE: rpmSetBuiltinMacroLookup(is_builtin_preamble_tag); --OQhbRXNHSL5w/5po-- --GOzekVbrLdOLv44p Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) iD8DBQFDXgCNVqT7+fkT8woRAjT0AJ4qeicAGEe2fYvPH/MPg5criYq9dgCffr6I T7LSVbF1xIsox0f0IFnhppg= =lA95 -----END PGP SIGNATURE----- --GOzekVbrLdOLv44p--