RPM Package Manager, CVS Repository
/cvs/
____________________________________________________________________________
Server: rpm5.org Name: Pinto Elia
Root: /v/rpm/cvs Email: devzero2000@rpm5.org
Module: rpm Date: 24-Sep-2010 18:11:23
Branch: HEAD Handle: 2010092416112200
Modified files:
rpm CHANGES rpmpopt.in
Log:
added --withoutcheck poptalias
Permit rpmbuild --bi --short-circuit skipping %check stanza
(#lp:634104) (#mdvbz:35423)
Summary:
Revision Changes Path
1.3451 +1 -0 rpm/CHANGES
2.89 +3 -1 rpm/rpmpopt.in
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: rpm/CHANGES
============================================================================
$ cvs diff -u -r1.3450 -r1.3451 CHANGES
--- rpm/CHANGES 21 Sep 2010 22:08:04 -0000 1.3450
+++ rpm/CHANGES 24 Sep 2010 16:11:22 -0000 1.3451
@@ -1,4 +1,5 @@
5.3.3 -> 5.4a1:
+ - devzero2000 : added --withoutcheck popt alias (#lp:634104) (#mdvbz:35423)
- jbj: i18n: update po files (Translation Project).
- jbj: mongo: handle endianness at runtime, remove MONGO_BIG_ENDIAN.
- jbj: mongo: replace internal md5 digest with rpmDigestInit().
@@ .
patch -p0 <<'@@ .'
Index: rpm/rpmpopt.in
============================================================================
$ cvs diff -u -r2.88 -r2.89 rpmpopt.in
--- rpm/rpmpopt.in 13 Sep 2010 22:36:38 -0000 2.88
+++ rpm/rpmpopt.in 24 Sep 2010 16:11:22 -0000 2.89
@@ -2,7 +2,7 @@
# \verbatim
#
# @USRLIBRPM@/@configure_input@
-# $Id: rpmpopt.in,v 2.88 2010/09/13 22:36:38 jbj Exp $
+# $Id: rpmpopt.in,v 2.89 2010/09/24 16:11:22 devzero2000 Exp $
#
# This file *should not be modified*. Local customizations
# belong in /etc/popt, not here. This file will be replaced
@@ -444,5 +444,7 @@
--define '_use_internal_dependency_generator 0' \
--notinlsb
+rpmbuild alias --withoutcheck --define 'check exit 0' \
+ --POPTdesc=$"disable %check stanza for build"
# \endverbatim
#*/
@@ .
Received on Fri Sep 24 18:11:23 2010