From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 11 Oct 2002 14:32:25 +0400 From: "Dmitry V. Levin" To: ALT Devel discussion list Subject: Re: [devel] restraining dependency on perl Message-ID: <20021011103225.GB3136@basalt.office.altlinux.ru> Mail-Followup-To: ALT Devel discussion list References: <20021011014030.GA16541@homestead.turbinal.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="neYutvxvOLaeuPCA" Content-Disposition: inline In-Reply-To: <20021011014030.GA16541@homestead.turbinal.org> X-fingerprint: 9658 398D 181B 1200 8FC5 26B8 F6F8 846B C1E2 3429 Sender: devel-admin@altlinux.ru Errors-To: devel-admin@altlinux.ru X-BeenThere: devel@altlinux.ru X-Mailman-Version: 2.0.9 Precedence: bulk Reply-To: devel@altlinux.ru List-Unsubscribe: , List-Id: List-Post: List-Help: List-Subscribe: , List-Archive: Archived-At: List-Archive: List-Post: --neYutvxvOLaeuPCA Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit On Fri, Oct 11, 2002 at 05:40:30AM +0400, at@turbinal.org wrote: > Прежде всего нужно исправить скрипт, который генерирует неверные > зависимости. > > --- /usr/lib/rpm/perl.req~ 2002-10-11 05:18:25 +0400 > +++ /usr/lib/rpm/perl.req 2002-10-11 05:18:49 +0400 > @@ -141,7 +141,7 @@ > > # statement requires a particular version of Perl > > - print "perl >= " . package_version($2, '%.5f') . "\n"; > + print "perl-base >= " . package_version($2, '%.5f') . "\n"; > next; > } > elsif (m/^\s*require[\s(]+([_A-Za-z][\w:']*)/) { Принято. -- ldv --neYutvxvOLaeuPCA Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9pqi59viEa8HiNCkRAkb7AJ9ZB9QRLhEd7Bl8wCTeIzVhiYnlXgCdGuX7 VYjQplAoJhelmcbi8FNpcFs= =VUL/ -----END PGP SIGNATURE----- --neYutvxvOLaeuPCA--