[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2016-06-24 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   24-Jun-2016 21:16:21
  Branch: rpm-5_4  Handle: 2016062419162100

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- cygwin: add EXEEXT to executable targets.

  Summary:
RevisionChanges Path
1.95.2.79   +3  -2  rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.78 -r1.95.2.79 Makefile.am
  --- rpm/tests/Makefile.am 10 May 2016 17:08:10 -  1.95.2.78
  +++ rpm/tests/Makefile.am 24 Jun 2016 19:16:21 -  1.95.2.79
  @@ -104,7 +104,8 @@
   
   tdsa =   ./tdsa
   tecdsa = ./tecdsa
  -thkp =   ./thkp -H localhost
  +#thkp =  ./thkp -H localhost
  +thkp =   ./thkp -H 172.16.1.21
   tkey =   ./tkey
   tpgp =   ./tpgp --macros $(macros)
   trsa =   ./trsa
  @@ -243,7 +244,7 @@
${wget} $(POPTURI)$@
   
   .PHONY:  check-pubkeys
  -check-pubkeys: tpgp thkp $(POPTPKGS)
  +check-pubkeys: tpgp$(EXEEXT) thkp$(EXEEXT) $(POPTPKGS)
@echo "=== $@ ==="
@${rm} -rf tmp/rpmdb
@${mkdir} -p tmp/rpmdb/log tmp/rpmdb/tmp
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am macros.in rpm/tests/ref/ gi...

2016-05-10 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   10-May-2016 19:08:11
  Branch: rpm-5_4  Handle: 2016051017081000

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am macros.in rpm.suppress
rpm/tests/ref   git.out manifest showrc version

  Log:
- sanity.

  Summary:
RevisionChanges Path
1.95.2.78   +3  -2  rpm/tests/Makefile.am
1.34.2.10   +5  -0  rpm/tests/macros.in
1.1.2.5 +24 -24 rpm/tests/ref/git.out
1.17.2.5+0  -14 rpm/tests/ref/manifest
1.37.2.13   +30 -26 rpm/tests/ref/showrc
1.5.2.12+2  -2  rpm/tests/ref/version
1.1.2.6 +2  -0  rpm/tests/rpm.suppress
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.77 -r1.95.2.78 Makefile.am
  --- rpm/tests/Makefile.am 20 Apr 2016 10:53:59 -  1.95.2.77
  +++ rpm/tests/Makefile.am 10 May 2016 17:08:10 -  1.95.2.78
  @@ -1,6 +1,7 @@
   ## Process this file with automake to produce Makefile.in.
   
  -export LSAN_OPTIONS=exitcode=0:suppressions=$(shell 
pwd)/rpm.suppress:print_suppressions=0
  +export ASAN_OPTIONS=detect_leaks=1
  +export LSAN_OPTIONS=exitcode=0:suppressions=$(shell 
pwd)/rpm.suppress:print_suppressions=0   # :report_objects=1
   
   AUTOMAKE_OPTIONS = 1.4 foreign
   
  @@ -387,7 +388,7 @@
   
   check-build: $(BUILD_DIRS)
@echo "=== $@ ==="
  - @ls -1 */*.rpm | grep -v '^dir2symlink' | grep -v '^sql-test' > 
tmp/manifest
  + @ls -1 */*.rpm | grep -v '^dir2symlink' | grep -v '^sql-test' | sort > 
tmp/manifest
@diff -u {tmp,$(srcdir)/ref}/manifest || ${cp} {tmp,ref}/manifest
@rm -rf tmp/cachedb
@${mkdir} -p tmp/cachedb/log tmp/cachedb/tmp
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/tests/macros.in
  
  $ cvs diff -u -r1.34.2.9 -r1.34.2.10 macros.in
  --- rpm/tests/macros.in   20 Apr 2016 10:40:06 -  1.34.2.9
  +++ rpm/tests/macros.in   10 May 2016 17:08:10 -  1.34.2.10
  @@ -121,6 +121,11 @@
   import rpm\
   %{nil}
   
  +%_squirrelI_init \
  +print("_squirrelI_init\
  +");\
  +%{nil}
  +
   # XXX overload the Debian tags config macro for now
   %_arbitrary_tags_debian  CVEID:RHSA:RHBZ:ATAS
   
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/tests/ref/git.out
  
  $ cvs diff -u -r1.1.2.4 -r1.1.2.5 git.out
  --- rpm/tests/ref/git.out 20 Apr 2016 10:38:47 -  1.1.2.4
  +++ rpm/tests/ref/git.out 10 May 2016 17:08:10 -  1.1.2.5
  @@ -1,18 +1,18 @@
   Initialized empty Git repository in /home/X/src/wdj54/tests/tmp/git/
   Created empty initial commit
  -commit 4a77a6f89d0e73af1fe22fed94a775ead6bb56b9
  +commit 2a33016ed3a732e8ac7766fbcc7895e059bcf88b
   Author: Jack Spratt 
  -Date:   Wed Apr 20 06:14:37 2016 -0400
  +Date:   Mon May 9 15:02:30 2016 -0400
   
   RPM init commit
  -commit 4a77a6f89d0e73af1fe22fed94a775ead6bb56b9
  +commit 2a33016ed3a732e8ac7766fbcc7895e059bcf88b
   Author: Jack Spratt 
  -Date:   Wed Apr 20 06:14:37 2016 -0400
  +Date:   Mon May 9 15:02:30 2016 -0400
   
   RPM init commit
  -commit 33ba09dc148de93c3ac3cb747472177b2821b2bc
  +commit 1b23c7e72db0316f7085b89596ad3350a5ecd02f
   Author: Jeff Johnson 
  -Date:   Wed Apr 20 06:14:37 2016 -0400
  +Date:   Mon May 9 15:02:30 2016 -0400
   
   RPM add commit
   
  @@ -21,14 +21,14 @@
foo| 1 +
3 files changed, 3 insertions(+)
   
  -commit 4a77a6f89d0e73af1fe22fed94a775ead6bb56b9
  +commit 2a33016ed3a732e8ac7766fbcc7895e059bcf88b
   Author: Jack Spratt 
  -Date:   Wed Apr 20 06:14:37 2016 -0400
  +Date:   Mon May 9 15:02:30 2016 -0400
   
   RPM init commit
  -commit 33ba09dc148de93c3ac3cb747472177b2821b2bc
  +commit 1b23c7e72db0316f7085b89596ad3350a5ecd02f
   Author: Jeff Johnson 
  -Date:   Wed Apr 20 06:14:37 2016 -0400
  +Date:   Mon May 9 15:02:30 2016 -0400
   
   RPM add commit
   
  @@ -37,20 +37,20 @@
foo| 1 +
3 files changed, 3 insertions(+)
   
  -commit 4a77a6f89d0e73af1fe22fed94a775ead6bb56b9
  +commit 2a33016ed3a732e8ac7766fbcc7895e059bcf88b
   Author: Jack Spratt 
  -Date:   Wed Apr 20 06:14:37 2016 -0400
  +Date:   Mon May 9 15:02:30 2016 -0400
   
   RPM init commit
  -commit dc68e3775fbc0868b077d2902d7f996e3125125d
  +commit 5bb581466b8f358427ac3357b7354b5d5f1c41c3
   Author: Jeff Johnson 
  -Date:   Wed Apr 20 06:14:38 2016 -0400
  +Date: 

[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am rpm/tests/ref/ yajl.out

2016-04-20 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   20-Apr-2016 12:53:59
  Branch: rpm-5_4  Handle: 2016042010535900

  Added files:  (Branch: rpm-5_4)
rpm/tests/ref   yajl.out
  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- add a check-yajl target.

  Summary:
RevisionChanges Path
1.95.2.77   +7  -1  rpm/tests/Makefile.am
1.1.2.1 +63 -0  rpm/tests/ref/yajl.out
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.76 -r1.95.2.77 Makefile.am
  --- rpm/tests/Makefile.am 20 Apr 2016 10:40:06 -  1.95.2.76
  +++ rpm/tests/Makefile.am 20 Apr 2016 10:53:59 -  1.95.2.77
  @@ -1121,6 +1121,12 @@
@make -C bson check >> tmp/bson.out 2>&1 || :
   #@-diff -u tmp/bson.out $(srcdir)/ref/bson.out || cp tmp/bson.out 
ref/bson.out
   
  +check-yajl:
  + @echo "=== $@ ==="
  + @rm -f tmp/yajl.out
  + @make -C yajl check >> tmp/yajl.out 2>&1 || :
  + @-diff -u tmp/yajl.out $(srcdir)/ref/yajl.out || cp tmp/yajl.out 
ref/yajl.out
  +
   check-mongoc:
@echo "=== $@ ==="
@rm -f tmp/mongoc.out
  @@ -1130,7 +1136,7 @@
   tgfs =   ${abs_top_builddir}/rpmio/tgfs
   gfsfn =  /tmp/gfsfn
   bsondump = /usr/bin/bsondump
  -check-gfs: # check-bson check-mongoc
  +check-gfs: # check-bson check-mongoc check-yajl
@echo "=== $@ ==="
@rm -f tmp/gfs.out
@echo "--> drop gfs database"
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/tests/ref/yajl.out
  
  $ cvs diff -u -r0 -r1.1.2.1 yajl.out
  --- /dev/null 2016-04-20 12:45:37.0 +0200
  +++ yajl.out  2016-04-20 12:53:59.551804369 +0200
  @@ -0,0 +1,63 @@
  +make[1]: Entering directory '/home/X/src/wdj54/tests/yajl'
  +using test binary: /home/X/src/wdj54/tests/yajl/yajl_test
  +using test cases: ./cases
  + test (ac_difficult_json_c_test_case_with_comments): SUCCESS
  + test (ac_simple_with_comments): SUCCESS
  + test (ag_false_then_garbage): SUCCESS
  + test (ag_null_then_garbage): SUCCESS
  + test (ag_true_then_garbage): SUCCESS
  + test (am_eof): SUCCESS
  + test (am_integers): SUCCESS
  + test (am_multiple): SUCCESS
  + test (am_stuff): SUCCESS
  + test (ap_array_open): SUCCESS
  + test (ap_eof_str): SUCCESS
  + test (ap_map_open): SUCCESS
  + test (ap_partial_ok): SUCCESS
  + test (array_close): SUCCESS
  + test (array): SUCCESS
  + test (bignums): SUCCESS
  + test (bogus_char): SUCCESS
  + test (codepoints_from_unicode_org): SUCCESS
  + test (deep_arrays): SUCCESS
  + test (difficult_json_c_test_case): SUCCESS
  + test (doubles_in_array): SUCCESS
  + test (doubles): SUCCESS
  + test (empty_array): SUCCESS
  + test (empty_string): SUCCESS
  + test (escaped_bulgarian): SUCCESS
  + test (escaped_foobar): SUCCESS
  + test (false): SUCCESS
  + test (fg_false_then_garbage): SUCCESS
  + test (fg_issue_7): SUCCESS
  + test (fg_null_then_garbage): SUCCESS
  + test (fg_true_then_garbage): SUCCESS
  + test (four_byte_utf8): SUCCESS
  + test (high_overflow): SUCCESS
  + test (integers): SUCCESS
  + test (invalid_utf8): SUCCESS
  + test (isolated_surrogate_marker): SUCCESS
  + test (leading_zero_in_number): SUCCESS
  + test (lonely_minus_sign): SUCCESS
  + test (lonely_number): SUCCESS
  + test (low_overflow): SUCCESS
  + test (map_close): SUCCESS
  + test (missing_integer_after_decimal_point): SUCCESS
  + test (missing_integer_after_exponent): SUCCESS
  + test (multiple): SUCCESS
  + test (non_utf8_char_in_string): SUCCESS
  + test (np_partial_bad): SUCCESS
  + test (null): SUCCESS
  + test (nulls_and_bools): SUCCESS
  + test (simple): SUCCESS
  + test (simple_with_comments): SUCCESS
  + test (string_invalid_escape): SUCCESS
  + test (string_invalid_hex_char): SUCCESS
  + test (string_with_escapes): SUCCESS
  + test (string_with_invalid_newline): SUCCESS
  + test (three_byte_utf8): SUCCESS
  + test (true): SUCCESS
  + test (unescaped_bulgarian): SUCCESS
  + test (zerobyte): SUCCESS
  +58/58 tests successful
  +make[1]: Leaving directory '/home/X/src/wdj54/tests/yajl'
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am macros.in

2016-04-20 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   20-Apr-2016 12:40:06
  Branch: rpm-5_4  Handle: 2016042010400600

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am macros.in

  Log:
- sanity.

  Summary:
RevisionChanges Path
1.95.2.76   +37 -13 rpm/tests/Makefile.am
1.34.2.9+46 -1  rpm/tests/macros.in
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.75 -r1.95.2.76 Makefile.am
  --- rpm/tests/Makefile.am 13 Mar 2016 05:15:48 -  1.95.2.75
  +++ rpm/tests/Makefile.am 20 Apr 2016 10:40:06 -  1.95.2.76
  @@ -5,7 +5,7 @@
   AUTOMAKE_OPTIONS = 1.4 foreign
   
   EXTRA_DIST = \
  - fib.js \
  + $(srcdir)/fib.js \
genpgp.sh \
genssl.sh \
gpsee/gffi.js \
  @@ -127,6 +127,8 @@
   
   vg = $(LIBTOOL) --mode=execute vg 
   
  +#sudo =  /usr/bin/pseudo
  +#export PSEUDO_PREFIX=$(testdir)
   sudo =   sudo
   
   rpmdb =  $(testdir)/tmp/rpmdb
  @@ -359,17 +361,17 @@
  ${rpm} -bs --nodeps rpm.spec && mv rpm/*.src.rpm . ; \
fi
   
  -%.spec: $(wildcard %-*.src.rpm)
  +%.spec: $(wildcard $(srcdir)/%-*.src.rpm)
@${rpm2cpio} $(wildcard $*-*.src.rpm) | ${cpio} -i --quiet $@
   
  -%.src.rpm: $(wildcard *.spec)
  +%.src.rpm: $(wildcard $(srcdir)/*.spec)
@${rpm} -bs --nodeps $^
   
  -BUILD_DIRS ?= $(shell ${rpm} -qp --qf '%{NAME} ' $(wildcard *.src.rpm))
  +BUILD_DIRS ?= $(shell ${rpm} -qp --qf '%{NAME} ' $(wildcard 
$(srcdir)/*.src.rpm))
   
  -$(BUILD_DIRS): $(wildcard %-*.src.rpm)
  +$(BUILD_DIRS): $(wildcard $(srcdir)/%-*.src.rpm)
@echo "=== build $@ ==="
  - ${rpm} -i --nodeps $@-*.src.rpm
  + ${rpm} -i --nodeps $(srcdir)/$@-*.src.rpm
(cd $@ && ${rpm} -q --specfile $@.spec && ${rpm} -q --specsrpm $@.spec 
&& ${rpm} -q --specfile --specedit $@.spec && ${rpm} -bb --nodeps $@.spec || :) 
> /dev/null
   
   define IGNORED_BY_GNU_MAKE:
  @@ -473,6 +475,8 @@
   check-install:
@echo "=== $@ ==="
@${rpm} -U --relocate /tmp/=$(testdir)/tmp/root/ --nodeps 
devtool-sanity/*.rpm
  + @-${rpm} -e --allmatches probes
  + @${rpm} -i probes-test/probes-1*.rpm
@${rpm} -U probes-test/probes-2*.rpm
   
   # AL -- AsianLinux
  @@ -1115,16 +1119,18 @@
@echo "=== $@ ==="
@rm -f tmp/bson.out
@make -C bson check >> tmp/bson.out 2>&1 || :
  +#@-diff -u tmp/bson.out $(srcdir)/ref/bson.out || cp tmp/bson.out 
ref/bson.out
   
   check-mongoc:
@echo "=== $@ ==="
@rm -f tmp/mongoc.out
@make -C mongoc check >> tmp/mongoc.out 2>&1 || :
  +#@-diff -u tmp/mongoc.out $(srcdir)/ref/mongoc.out || cp tmp/mongoc.out 
ref/mongoc.out
   
   tgfs =   ${abs_top_builddir}/rpmio/tgfs
   gfsfn =  /tmp/gfsfn
   bsondump = /usr/bin/bsondump
  -check-gfs: check-bson check-mongoc
  +check-gfs: # check-bson check-mongoc
@echo "=== $@ ==="
@rm -f tmp/gfs.out
@echo "--> drop gfs database"
  @@ -1153,7 +1159,7 @@
   duk =${abs_top_builddir}/rpmio/duk
   check-duk:
@echo "=== $@ ==="
  - @${duk} fib.js
  + @${duk} $(srcdir)/fib.js
   
   check-js:
@echo "=== $@ ==="
  @@ -1169,8 +1175,11 @@
@-(${todbc} ${odbc_uri_postgres} 2>&1) >> tmp/odbc.out
@-diff -u tmp/odbc.out ref/odbc.out || cp tmp/odbc.out ref/odbc.out
   
  -FIOURI = http://pkgs.repoforge.org/fio/fio-2.1.7-1.rf.src.rpm
  +ostamp:
  + @echo "=== $@ ==="
  + ${rpm} -E "%{ostamp_publish $$(date --rfc-3339=ns | sha256sum | cut -f1 
-d\ )}"
   
  +FIOURI = http://pkgs.repoforge.org/fio/fio-2.1.7-1.rf.src.rpm
   fio:
@echo "=== $@ ==="
@-rm -rf tmp/wget
  @@ -1180,10 +1189,6 @@
-mkdir -p tmp/cp && ${cp} --rpmiodebug --davdebug -R $(FIOURI) tmp/cp
-diff -ru tmp/{wget,cp}
   
  -ostamp:
  - @echo "=== $@ ==="
  - ${rpm} -E "%{ostamp_publish $$(date --rfc-3339=ns | sha256sum | cut -f1 
-d\ )}"
  -
   P =  popt/popt-1.14-1.x86_64.rpm
   foo:
@echo "=== $@ ==="
  @@ -1199,6 +1204,25 @@
$(rpm) -qp --qf '%|dirnames?{TRUE}:{FALSE}|\n' $(P)
$(rpm) -qp --qf '%|dirnames=/lib/?{TRUE}:{FALSE}|\n' $(P)
   
  +Q =  $(testdir)/edos-test/car*.noarch.rpm
  +fdir =   guzzy
  +fuzzer = afl-fuzz -i ./I -o ./O -d -m 100 --
  +fuzz:
  + @echo "=== $@ ==="
  + mkdir -p $(fdir)/I $(fdir)/O $(fdir)/rpmdb
  + cp $(Q) $(fdir)/I
  + cd $(fdir) && $(fuzzer) /X/src/wdj54/rpm --rpmpopt=/X/src/wdj54/rpm

[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am rpm/tests/ref/ showrc

2016-03-12 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   13-Mar-2016 06:15:49
  Branch: rpm-5_4  Handle: 2016031305154800

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am
rpm/tests/ref   showrc

  Log:
- sanity.

  Summary:
RevisionChanges Path
1.95.2.75   +82 -55 rpm/tests/Makefile.am
1.37.2.11   +196 -120   rpm/tests/ref/showrc
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.74 -r1.95.2.75 Makefile.am
  --- rpm/tests/Makefile.am 1 May 2015 20:14:40 -   1.95.2.74
  +++ rpm/tests/Makefile.am 13 Mar 2016 05:15:48 -  1.95.2.75
  @@ -5,32 +5,33 @@
   AUTOMAKE_OPTIONS = 1.4 foreign
   
   EXTRA_DIST = \
  + fib.js \
genpgp.sh \
genssl.sh \
gpsee/gffi.js \
  - ref/.alldigests \
  - ref/DB_CONFIG \
  - ref/edos.manifest \
  - ref/edos.qa.1 \
  - ref/edos.qa.2 \
  - ref/filelists.xml \
  - ref/hkp \
  - ref/manifest \
  - ref/other.xml \
  - ref/popt.Kv \
  - ref/popt.Kv-beecrypt \
  - ref/popt.Kv-nss \
  - ref/popt.Kv-ssl \
  - ref/popt.xml \
  - ref/popt.yaml \
  - ref/primary.xml \
  - ref/querytags \
  - ref/repomd.xml \
  - ref/rpmdb.sql \
  - ref/showrc \
  - ref/sqldb-basic.out \
  - ref/sqldb-basic.sql \
  - ref/version \
  + $(srcdir)/ref/.alldigests \
  + $(srcdir)/ref/DB_CONFIG \
  + $(srcdir)/ref/edos.manifest \
  + $(srcdir)/ref/edos.qa.1 \
  + $(srcdir)/ref/edos.qa.2 \
  + $(srcdir)/ref/filelists.xml \
  + $(srcdir)/ref/hkp \
  + $(srcdir)/ref/manifest \
  + $(srcdir)/ref/other.xml \
  + $(srcdir)/ref/popt.Kv \
  + $(srcdir)/ref/popt.Kv-beecrypt \
  + $(srcdir)/ref/popt.Kv-nss \
  + $(srcdir)/ref/popt.Kv-ssl \
  + $(srcdir)/ref/popt.xml \
  + $(srcdir)/ref/popt.yaml \
  + $(srcdir)/ref/primary.xml \
  + $(srcdir)/ref/querytags \
  + $(srcdir)/ref/repomd.xml \
  + $(srcdir)/ref/rpmdb.sql \
  + $(srcdir)/ref/showrc \
  + $(srcdir)/ref/sqldb-basic.out \
  + $(srcdir)/ref/sqldb-basic.sql \
  + $(srcdir)/ref/version \
spew spew.conf \
tpgp.c tssl.c
   
  @@ -40,7 +41,7 @@
   
   EXTRA_PROGRAMS += tecdsa thkp tpgp trsa tssl
   
  -SUBDIRS = . bson mongoc
  +SUBDIRS = . bson mongoc yajl
   
   AM_CPPFLAGS = \
-I$(srcdir) \
  @@ -216,17 +217,18 @@
   .PHONY:  check-init
   check-init: macros
@echo "=== $@ ==="
  + @mkdir -p ref
@rm -rf tmp/hrmib tmp/repackage
@mkdir -p tmp/hrmib/ tmp/repackage/
@${rpm} -v --version> tmp/version
  - @-diff -u tmp/version ref/version || cp tmp/version ref/version
  + @-diff -u tmp/version $(srcdir)/ref/version || cp tmp/version 
ref/version
@${rpm} -v --querytags  > tmp/querytags
  - @-diff -u tmp/querytags ref/querytags || cp tmp/querytags ref/querytags
  + @-diff -u tmp/querytags $(srcdir)/ref/querytags || cp tmp/querytags 
ref/querytags
@${rpm} -v --showrc | ${sed} -e "s,$(abs_top_builddir),..,g" > 
tmp/showrc
  - @-diff -u tmp/showrc ref/showrc || cp tmp/showrc ref/showrc
  -#@${rpmdigest} --alldigests ref/[^C]* > tmp/.alldigests
  -#@-diff -u tmp/.alldigests ref/.alldigests || cp tmp/.alldigests 
ref/.alldigests
  - @-${mtree} -c -p ref | ${mtree} -p ref  # XXX mtime usecs need fixing
  + @-diff -u tmp/showrc $(srcdir)/ref/showrc || cp tmp/showrc ref/showrc
  +#@${rpmdigest} --alldigests $(srcdir)/ref/[^C]* > tmp/.alldigests
  +#@-diff -u tmp/.alldigests $(srcdir)/ref/.alldigests || cp 
tmp/.alldigests ref/.alldigests
  + @-${mtree} -c -p $(srcdir)/ref | ${mtree} -p $(srcdir)/ref  # XXX 
mtime usecs need fixing
   
   RPMURI = http://rpm5.org/files/rpm/
   POPTURI =http://rpm5.org/files/popt/
  @@ -242,17 +244,17 @@
@echo "=== $@ ==="
@${rm} -rf tmp/rpmdb
@${mkdir} -p tmp/rpmdb/log tmp/rpmdb/tmp
  - @${cp} ref/DB_CONFIG tmp/rpmdb
  + @${cp} $(srcdir)/ref/DB_CONFIG tmp/rpmdb
@${rpm} --import tmp/DSA.pubpem
@${rpm} --import tmp/RSA.pubpem
@[ -f tmp/ECDSA.pubpem ] && ${rpm} --import tmp/ECDSA.pubpem
@${echo} -n "--> default: HKP"
@${thkp} > tmp/hkp || :
  - @diff -u tmp/hkp ref/hkp || cp tmp/hkp ref/hkp
  + @diff -u tmp/hkp $(srcdir)/ref/hkp || cp tmp/hkp ref/hkp
@${tpgp}
@${echo} -n "--> beecrypt: HKP"
  - @${thkp} --usecrypto bc > /dev/null || :
  - @${t

[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2015-02-23 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   23-Feb-2015 19:55:36
  Branch: rpm-5_4  Handle: 2015022318553600

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- tests: update OWL3* info.

  Summary:
RevisionChanges Path
1.95.2.73   +13 -5  rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.72 -r1.95.2.73 Makefile.am
  --- rpm/tests/Makefile.am 19 Feb 2015 22:04:44 -  1.95.2.72
  +++ rpm/tests/Makefile.am 23 Feb 2015 18:55:36 -  1.95.2.73
  @@ -291,6 +291,11 @@
@${rpm} -D'_gpg_name Ronald' --addsign --nopassword edos-test/*.rpm > 
/dev/null
@${rpm} -qp edos-test/*.rpm > /dev/null
@${rpm} -Kv edos-test/*.rpm > /dev/null
  +#@echo "--> EdDSA:"
  +#@${rpm} --delsign cudf-test/*.rpm > /dev/null
  +#@${rpm} -vv -D'_gpg_name Edward' --addsign --nopassword cudf-test/*.rpm 
> /dev/null
  +#@${rpm} -qp cudf-test/*.rpm > /dev/null
  +#@${rpm} -Kv cudf-test/*.rpm > /dev/null
@echo "--> ECDSA:"
@${rpm} --delsign cudf-test/*.rpm > /dev/null
@${rpm} -D'_gpg_name Eric' --addsign --nopassword cudf-test/*.rpm > 
/dev/null
  @@ -565,9 +570,10 @@
   OJUBA_mirror =   http://www.ojuba.org/downloads/releases
   OJUBA4_uri = $(OJUBA_mirror)/4/Everything/i386/os/Packages/
   # OWL == OpenWall Linux
  -OWL_mirror = http://distro.ibiblio.org/pub/linux/distributions/openwall/Owl
  +OWL_mirror = http://distro.ibiblio.org/openwall/Owl/
   OWL2_uri =   $(OWL_mirror)/2.0-stable/i386/RPMS/
  -OWL3_uri =   $(OWL_mirror)/3.0-stable/i686/RPMS/
  +OWL30_uri =  $(OWL_mirror)/3.0-stable/i686/RPMS/
  +OWL31_uri =  $(OWL_mirror)/3.1-stable/i686/RPMS/
   OWL2_manifest =  $(testdir)/ref/owl2-everything.i386.manifest
   # PCLOS -- PCLinuxOS
   # PLD -- PLD Linux
  @@ -625,7 +631,7 @@
MDV2009 MDV2010 MDV2011 MAG2011 \
MEEGO MOBLIN21 \
OJUBA4 \
  - OWL2 OWL3 \
  + OWL2 OWL30 OWL31 \
PLD3 \
SL55 SL54 SL53 SL52 SL51 SL50 \
SLES11_3 SLES11_2 SLES11_1  \
  @@ -660,7 +666,8 @@
   XXXcache =   /var/www/html/cache
   XXXIDMS =$(XXXcache)/i586-idms-linux/RPMS/
   XXXOWL2 =$(XXXcache)/i386-openwall-OWL2/RPMS/
  -XXXOWL3 =$(XXXcache)/i686-openwall-OWL3/RPMS/
  +XXXOWL3O =   $(XXXcache)/i686-openwall-OWL30/RPMS/
  +XXXOWL31 =   $(XXXcache)/i686-openwall-OWL31/RPMS/
   XXXALT51 =   $(XXXcache)/x86_64-alt-sisyphus/RPMS/
   
   XXXG =   /var/www/html/geode-RHEL6/RPMS/
  @@ -685,7 +692,8 @@
  G)$(cp) `cat ${G_manifest}` $@ ;; \
  IDMS) $(ln) -s ${XXXIDMS}/* $@ ;; \
  OWL2) $(ln) -s ${XXXOWL2}/* $@ ;; \
  -   OWL3) $(ln) -s ${XXXOWL3}/* $@ ;; \
  +   OWL30)$(ln) -s ${XXXOWL30}/* $@ ;; \
  +   OWL31)$(ln) -s ${XXXOWL31}/* $@ ;; \
  ALT51)$(ln) -s ${XXXALT51}/* $@ ;; \
  CM15) $(cp) $$(cat $< | ${sed} -e 
's,^.*/\(media/[^/]*/release/[^/]*\)/,${XXXCM15}\1,') $@ ;; \
  CM14) $(cp) $$(cat $< | ${sed} -e 's,^.*/,${XXXCM14}/,') $@ ;; \
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am genpgp.sh

2015-02-19 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   19-Feb-2015 23:04:44
  Branch: rpm-5_4  Handle: 2015021922044400

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am genpgp.sh

  Log:
- gnupg: add external ECSDA signing support.

  Summary:
RevisionChanges Path
1.95.2.72   +11 -2  rpm/tests/Makefile.am
1.3.4.2 +77 -51 rpm/tests/genpgp.sh
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.71 -r1.95.2.72 Makefile.am
  --- rpm/tests/Makefile.am 9 Oct 2014 02:57:41 -   1.95.2.71
  +++ rpm/tests/Makefile.am 19 Feb 2015 22:04:44 -  1.95.2.72
  @@ -223,7 +223,7 @@
@-diff -u tmp/querytags ref/querytags || cp tmp/querytags ref/querytags
@${rpm} -v --showrc | ${sed} -e "s,$(abs_top_builddir),..,g" > 
tmp/showrc
@-diff -u tmp/showrc ref/showrc || cp tmp/showrc ref/showrc
  - @${rpmdigest} --alldigests ref/[^C]* > tmp/.alldigests
  +#@${rpmdigest} --alldigests ref/[^C]* > tmp/.alldigests
   #@-diff -u tmp/.alldigests ref/.alldigests || cp tmp/.alldigests 
ref/.alldigests
@-${mtree} -c -p ref | ${mtree} -p ref  # XXX mtime usecs need fixing
   
  @@ -244,6 +244,7 @@
@${cp} ref/DB_CONFIG tmp/rpmdb
@${rpm} --import tmp/DSA.pubpem
@${rpm} --import tmp/RSA.pubpem
  + @[ -f tmp/ECDSA.pubpem ] && ${rpm} --import tmp/ECDSA.pubpem
@${echo} -n "--> default: HKP"
@${thkp} > tmp/hkp || :
@diff -u tmp/hkp ref/hkp || cp tmp/hkp ref/hkp
  @@ -290,6 +291,11 @@
@${rpm} -D'_gpg_name Ronald' --addsign --nopassword edos-test/*.rpm > 
/dev/null
@${rpm} -qp edos-test/*.rpm > /dev/null
@${rpm} -Kv edos-test/*.rpm > /dev/null
  + @echo "--> ECDSA:"
  + @${rpm} --delsign cudf-test/*.rpm > /dev/null
  + @${rpm} -D'_gpg_name Eric' --addsign --nopassword cudf-test/*.rpm > 
/dev/null
  + @${rpm} -qp cudf-test/*.rpm > /dev/null
  + @${rpm} -Kv cudf-test/*.rpm > /dev/null
   
   .PHONY:  check-ssl
   check-ssl: tssl
  @@ -378,6 +384,7 @@
@${cp} ref/DB_CONFIG tmp/cachedb
@${rpmsolver} --import tmp/DSA.pubpem
@${rpmsolver} --import tmp/RSA.pubpem
  + @[ -f tmp/ECDSA.pubpem ] && ${rpmsolver} --import tmp/ECDSA.pubpem
@${rpmsolver} -i --justdb --nodeps edos-test/*.rpm
@rm -rf tmp/hrmib tmp/repackage
@mkdir -p tmp/hrmib/ tmp/repackage/
  @@ -400,12 +407,14 @@
@${cp} ref/DB_CONFIG tmp/solveA
@${rpmsolverA} --import tmp/DSA.pubpem
@${rpmsolverA} --import tmp/RSA.pubpem
  + @[ -f tmp/ECDSA.pubpem ] && ${rpmsolverA} --import tmp/ECDSA.pubpem
@${rpmsolverA} -i --justdb --nodeps edos-test/turbo-1* 
edos-test/wheel-2* edos-test/door-1*
@rm -rf tmp/solveB
@${mkdir} -p tmp/solveB/log tmp/solveB/tmp
@${cp} ref/DB_CONFIG tmp/solveB
@${rpmsolverB} --import tmp/DSA.pubpem
@${rpmsolverB} --import tmp/RSA.pubpem
  + @[ -f tmp/ECDSA.pubpem ] && ${rpmsolverB} --import tmp/ECDSA.pubpem
@${rpmsolverB} -i --justdb --nodeps edos-test/engine-2*
@rm -rf tmp/hrmib tmp/repackage
@mkdir -p tmp/hrmib/ tmp/repackage/
  @@ -1113,7 +1122,7 @@
@echo "FOO" > ${gfsfn}
@cat ${gfsfn}   >> tmp/gfs.out 2>&1
@echo "--> put ${gfsfn} <= ${gfsfn}"
  - @-${tgfs} put ${gfsfn} ${gfsfn} >> tmp/gfs.out 2>&1
  + @${tgfs} put ${gfsfn} ${gfsfn}  >> tmp/gfs.out 2>&1
@echo "--> list"
@${tgfs} list   >> tmp/gfs.out 2>&1
@echo "--> get ${gfsfn}"
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/tests/genpgp.sh
  
  $ cvs diff -u -r1.3.4.1 -r1.3.4.2 genpgp.sh
  --- rpm/tests/genpgp.sh   13 Aug 2014 17:52:55 -  1.3.4.1
  +++ rpm/tests/genpgp.sh   19 Feb 2015 22:04:44 -  1.3.4.2
  @@ -5,13 +5,17 @@
   plaintext="$top/plaintext"
   DSA="$top/DSA"
   RSA="$top/RSA"
  -#ECDSA="$top/ECDSA"
  -#EDDSA="$top/EDDSA"
  +ECDSA="$top/ECDSA"
  +#EdDSA="$top/EdDSA"
   
   passphrase="123456"
   setpass="/usr/libexec/gpg-preset-passphrase --preset --passphrase 
$passphrase"
   
  -gpg="gpg2 --batch --homedir $hdir"
  +gpg="gpg2 --homedir $hdir --batch"
  +gpg_agent="gpg-agent --homedir $hdir"
  +gpg_connect_agent="gpg-connect-agent --homedir $hdir"
  +
  +$gpg_agent -q && $gpg_connect_agent -q killagent /bye > /dev/null
   
   rm -rf $hdir
   mkdir -p $hdir
  @@ -33,24 +37,39 @@
   #allo

[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2014-10-07 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   07-Oct-2014 20:30:41
  Branch: rpm-5_4  Handle: 2014100718304000

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- rpmgit: add rev-parse/rev-list, resurrect branch/status. add unit
tests.

  Summary:
RevisionChanges Path
1.95.2.70   +14 -7  rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.69 -r1.95.2.70 Makefile.am
  --- rpm/tests/Makefile.am 7 Oct 2014 02:01:55 -   1.95.2.69
  +++ rpm/tests/Makefile.am 7 Oct 2014 18:30:40 -   1.95.2.70
  @@ -1066,15 +1066,22 @@
@-(cd ${gitdir} && ${git} log --stat 2>&1) >> tmp/git.out
@${echo} ""
@-diff -u tmp/git.out ref/git.out || cp tmp/git.out ref/git.out
  + @${echo}  "--- blame"
@${tgit} blame foo
  - @${tgit} status --long
  + @${echo}  "--- branch"
  + @(cd ${gitdir} && ${tgit} branch)
  + @${echo}  "--- status"
  + @(cd ${gitdir} && ${tgit} status --long)
  + @${echo}  "--- log"
@${tgit} log
  -endif
  -
  -clone:
  - @echo "=== $@ ==="
  - rm -rf tmp/libgit2
  + @${echo}  "--- rev-parse"
  + @(cd ${gitdir} && ${tgit} rev-parse HEAD)
  + @${echo}  "--- rev-list"
  + @(cd ${gitdir} && ${tgit} rev-list HEAD)
  + @${echo}  "--- clone"
  + @rm -rf tmp/libgit2
${tgit} clone git://github.com/libgit2/libgit2.git tmp/libgit2
  +endif
   
   check-bson:
@echo "=== $@ ==="
  @@ -1146,7 +1153,7 @@
check-dir2symlink \
check-lua \
check-git \
  - check-git
  + check-gfs
   #check-convert
   #check-repo
   
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2014-10-06 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   06-Oct-2014 22:41:32
  Branch: rpm-5_4  Handle: 2014100620413100

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- mongoc: coverage tests.

  Summary:
RevisionChanges Path
1.95.2.68   +39 -0  rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.67 -r1.95.2.68 Makefile.am
  --- rpm/tests/Makefile.am 30 Sep 2014 22:05:21 -  1.95.2.67
  +++ rpm/tests/Makefile.am 6 Oct 2014 20:41:31 -   1.95.2.68
  @@ -1071,6 +1071,45 @@
@${tgit} log
   endif
   
  +check-bson:
  + @echo "=== $@ ==="
  + @rm -f tmp/bson.out
  + @make -C bson check >> tmp/bson.out 2>&1 || :
  +
  +check-mongoc:
  + @echo "=== $@ ==="
  + @rm -f tmp/mongoc.out
  + @make -C mongoc check >> tmp/mongoc.out 2>&1 || :
  +
  +tgfs =   ${abs_top_builddir}/rpmio//tgfs
  +gfsfn =  /tmp/gfsfn
  +bsondump = /usr/bin/bsondump
  +check-gfs: check-bson check-mongoc
  + @echo "=== $@ ==="
  + @rm -f tmp/gfs.out
  + @echo "--> drop gfs database"
  + @echo "use_gfs\ndb.dropDatabase()\n" | ${mongo} >> tmp/gfs.out 2>&1
  + @echo "--> create ${gfsfn}"
  + @echo "FOO" > ${gfsfn}
  + @cat ${gfsfn}   >> tmp/gfs.out 2>&1
  + @echo "--> put ${gfsfn} <= ${gfsfn}"
  + @${tgfs} put ${gfsfn} ${gfsfn}  >> tmp/gfs.out 2>&1
  + @echo "--> list"
  + @${tgfs} list   >> tmp/gfs.out 2>&1
  + @echo "--> get ${gfsfn}"
  + @${tgfs} get ${gfsfn}   >> tmp/gfs.out 2>&1
  + @echo "--> dump gfs bson"
  + @rm -rf dump
  + @${tgfs} dump   >> tmp/gfs.out 2>&1
  + @for BSON in `find dump -name '*.bson'` ; do \
  +   echo "-- $$BSON --"; \
  +   ${bsondump} $$BSON; \
  + done>> tmp/gfs.out 2>&1
  + @echo "--> del ${gfsfn}"
  + @${tgfs} del ${gfsfn}   >> tmp/gfs.out 2>&1
  + @echo "--> list"
  + @${tgfs} list   >> tmp/gfs.out 2>&1
  +
   check-js:
@echo "=== $@ ==="
-../libtool --mode=execute vg ${rpm} -E '%{js:print("yadda-yadda")}'
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2014-08-15 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   16-Aug-2014 00:52:31
  Branch: rpm-5_4  Handle: 2014081522523000

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- git: create ~/.gitconfig if non-existent.

  Summary:
RevisionChanges Path
1.95.2.66   +8  -0  rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.65 -r1.95.2.66 Makefile.am
  --- rpm/tests/Makefile.am 13 Aug 2014 17:56:56 -  1.95.2.65
  +++ rpm/tests/Makefile.am 15 Aug 2014 22:52:30 -  1.95.2.66
  @@ -1029,6 +1029,14 @@
@mkdir -p ${gitdir}
   if WITH_LIBGIT2
@${echo} -n "--> rpmgit:"
  + @if test ! -f $${HOME}/.gitconfig; then \
  +   { echo "[user]"; \
  + echo "  email = some...@nowhere.org"; \
  + echo "  name = Jack Spratt"; \
  + echo "[color]"; \
  + echo "  ui = auto"; \
  +   } > $${HOME}/.gitconfig; \
  + fi 
@${echo} -n " init"
@${tgit} init --initial-commit >> tmp/git.out
@-(cd ${gitdir} && ${git} log --stat 2>&1) >> tmp/git.out
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2014-08-13 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   13-Aug-2014 19:56:57
  Branch: rpm-5_4  Handle: 2014081317565600

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- sanity.

  Summary:
RevisionChanges Path
1.95.2.65   +53 -37 rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.64 -r1.95.2.65 Makefile.am
  --- rpm/tests/Makefile.am 16 Aug 2013 19:43:13 -  1.95.2.64
  +++ rpm/tests/Makefile.am 13 Aug 2014 17:56:56 -  1.95.2.65
  @@ -83,8 +83,9 @@
   rpmdigest =  $(abs_top_builddir)/tools/rpmdigest
   rpmrepo =$(abs_top_builddir)/tools/rpmrepo
   rpmsql = $(abs_top_builddir)/tools/sqlite3
  -rpmsolverA = ${rpm} -i -D '_dbpath %{_solve_A}' --justdb --nodeps
  -rpmsolverB = ${rpm} -i -D '_dbpath %{_solve_B}' --justdb --nodeps
  +rpmsolver =  ${rpm} -D '_dbpath $(testdir)/tmp/cachedb'
  +rpmsolverA = ${rpm} -D '_dbpath %{_solve_A}'
  +rpmsolverB = ${rpm} -D '_dbpath %{_solve_B}'
   
   poky_topdir =/X/src/poky
   poky_deploy =$(poky_topdir)/build/tmp/deploy/rpm
  @@ -99,7 +100,7 @@
   
   tdsa =   ./tdsa
   tecdsa = ./tecdsa
  -thkp =   ./thkp
  +thkp =   ./thkp -H localhost
   tkey =   ./tkey
   tpgp =   ./tpgp --macros $(macros)
   trsa =   ./trsa
  @@ -263,7 +264,7 @@
@${rpm} --import $(top_srcdir)/pubkeys/JBJ-GPG-KEY
@${rpm} -Kv $(POPTPKGS) > tmp/popt.Kv
@diff -u tmp/popt.Kv ref/popt.Kv
  - @${rpm} -Kvv --usecrypto bc   $(POPTPKGS) > /dev/null 2>&1
  + @-${rpm} -Kvv --usecrypto bc   $(POPTPKGS) > /dev/null 2>&1
   #@-${rpm} -Kvv --usecrypto cdsa $(POPTPKGS) > /dev/null 2>&1
@-${rpm} -Kvv --usecrypto gc   $(POPTPKGS) > /dev/null 2>&1
@-${rpm} -Kvv --usecrypto ltc  $(POPTPKGS) > /dev/null 2>&1
  @@ -277,10 +278,12 @@
@echo "--> DSA:"
@${rpm} --delsign cudf-test/*.rpm > /dev/null
@${rpm} -D'_gpg_name Donald' --addsign --nopassword cudf-test/*.rpm > 
/dev/null
  + @${rpm} -qp cudf-test/*.rpm > /dev/null
@${rpm} -Kv cudf-test/*.rpm > /dev/null
@echo "--> RSA:"
@${rpm} --delsign edos-test/*.rpm > /dev/null
@${rpm} -D'_gpg_name Ronald' --addsign --nopassword edos-test/*.rpm > 
/dev/null
  + @${rpm} -qp edos-test/*.rpm > /dev/null
@${rpm} -Kv edos-test/*.rpm > /dev/null
   
   .PHONY:  check-ssl
  @@ -295,15 +298,16 @@
@${rpm} -qp --qf '[%{*:xml}\n]' popt*.rpm > tmp/popt.xml
@-diff -u {tmp,ref}/popt.xml
   
  -.PHONY: check-rpmrepo
  -check-rpmrepo: $(POPTPKGS)
  - ${rpmrepo} --database --gzip .
  - -${rpmrepo} --database --bzip2 .
  - -${rpmrepo} --database --xz .
  - -${rpmrepo} --gzip .
  - -${rpmrepo} --bzip2 .
  - -${rpmrepo} --xz .
  - ${rpmrepo} --uncompressed .
  +.PHONY: check-repo
  +check-repo: $(POPTPKGS)
  + -rm -rf .repodata
  + ${vg} ${rpmrepo} --database --gzip .
  + -${vg} ${rpmrepo} --database --bzip2 .
  + -${vg} ${rpmrepo} --database --xz .
  + -${vg} ${rpmrepo} --gzip .
  + -${vg} ${rpmrepo} --bzip2 .
  + -${vg} ${rpmrepo} --xz .
  + ${vg} ${rpmrepo} --uncompressed .
@-diff -u repodata/primary.xml ref/primary.xml
@-diff -u repodata/filelists.xml ref/filelists.xml
@-diff -u repodata/other.xml ref/other.xml
  @@ -317,9 +321,11 @@
@${rpm} -D 'foo %foo' -E '%foo' > /dev/null 2>&1
@${rpm} -D 'foo bing' -D 'foo bang' -D 'foo boom' -E '%{@foo}' > 
/dev/null 2>&1
@${rpm}  -E '%(/bin/echo "-->   sh: Portable Shar!")'
  - @-${rpm}  -E '%{lua:print("-->  lua: Hard Rocks!")}'
  - @-${rpm}  -E '%{js:print("-->   js: Use GPSEE!")}'
  + @-${rpm} -E '%{lua:print("-->  lua: Hard Rocks!")}'
  + @-${rpm} -E '%{js:print("-->   js: Use GPSEE!")}'
  + @-${rpm} -E '%{java:print("--> java: Espresso Beans!");}'
@-${rpm} -E '%{ruby:print "--> ruby: Puppet Gems!"}'
  + @-${rpm} -E '%{mruby:print "-->mruby: Homebrew Suds!\n"}'
@-${rpm} -E '%{tcl:puts "-->  tcl: Porticus Ports!"}'
@-${rpm} -E '%{squirrel:print("--> squirrel: Eat Nuts!")}'
@-${rpm} -E '%{perl:print "--> perl: Artistic Scribbles!"}'
  @@ -337,7 +343,7 @@
   %.src.rpm: $(wildcard *.spec)
@${rpm} -bs --nodeps $^
   
  -BUILD_DIRS ?= $(shell ${rpm} --nosignature -qp --qf '%{NAME} ' $(wildcard 
*.src.rpm))
  +BUILD_

[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2013-08-16 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   16-Aug-2013 21:43:13
  Branch: rpm-5_4  Handle: 2013081619431300

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- permit switching EXTRA -> noinst at coverity.

  Summary:
RevisionChanges Path
1.95.2.64   +5  -1  rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.63 -r1.95.2.64 Makefile.am
  --- rpm/tests/Makefile.am 8 Aug 2013 10:41:20 -   1.95.2.63
  +++ rpm/tests/Makefile.am 16 Aug 2013 19:43:13 -  1.95.2.64
  @@ -32,7 +32,11 @@
spew spew.conf \
tpgp.c tssl.c
   
  -EXTRA_PROGRAMS = tecdsa thkp tkey tpgp trsa tssl
  +EXTRA_PROGRAMS =
  +EXTRA_PROGRAMS += tkey
  +noinst_PROGRAMS =
  +
  +EXTRA_PROGRAMS += tecdsa thkp tpgp trsa tssl
   
   SUBDIRS = . mongo
   
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2013-08-03 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   04-Aug-2013 05:13:04
  Branch: rpm-5_4  Handle: 2013080403130400

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- tests: more silent better.

  Summary:
RevisionChanges Path
1.95.2.62   +4  -4  rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.61 -r1.95.2.62 Makefile.am
  --- rpm/tests/Makefile.am 12 Jun 2012 18:47:03 -  1.95.2.61
  +++ rpm/tests/Makefile.am 4 Aug 2013 03:13:04 -   1.95.2.62
  @@ -261,10 +261,10 @@
@diff -u tmp/popt.Kv ref/popt.Kv
@${rpm} -Kvv --usecrypto bc   $(POPTPKGS) > /dev/null 2>&1
   #@-${rpm} -Kvv --usecrypto cdsa $(POPTPKGS) > /dev/null 2>&1
  - -${rpm} -Kvv --usecrypto gc   $(POPTPKGS) > /dev/null 2>&1
  - -${rpm} -Kvv --usecrypto ltc  $(POPTPKGS) > /dev/null 2>&1
  - -${rpm} -Kvv --usecrypto nss  $(POPTPKGS) > /dev/null 2>&1
  - -${rpm} -Kvv --usecrypto ssl  $(POPTPKGS) > /dev/null 2>&1
  + @-${rpm} -Kvv --usecrypto gc   $(POPTPKGS) > /dev/null 2>&1
  + @-${rpm} -Kvv --usecrypto ltc  $(POPTPKGS) > /dev/null 2>&1
  + @-${rpm} -Kvv --usecrypto nss  $(POPTPKGS) > /dev/null 2>&1
  + @-${rpm} -Kvv --usecrypto ssl  $(POPTPKGS) > /dev/null 2>&1
@echo "=== $@ === done."
   
   .PHONY:  check-sign
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2012-06-12 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   12-Jun-2012 20:47:04
  Branch: rpm-5_4  Handle: 2012061218470300

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- tests: exercise "tgit diff" some.

  Summary:
RevisionChanges Path
1.95.2.61   +23 -17 rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.60 -r1.95.2.61 Makefile.am
  --- rpm/tests/Makefile.am 10 Jun 2012 11:57:12 -  1.95.2.60
  +++ rpm/tests/Makefile.am 12 Jun 2012 18:47:03 -  1.95.2.61
  @@ -161,7 +161,6 @@
   cpio =   @__CPIO@
   diff =   @__DIFF@
   file =   @__FILE@
  -git =@__GIT@
   gpg =@__GPG@
   gsr =@__GSR@
   ln = @__LN@
  @@ -1003,7 +1002,9 @@
-../libtool --mode=execute vg ${rpm} -E '%{perl:print "--> perl: 
Artistic Scribbles!"}'
   
   gitdir = $(testdir)/tmp/git
  -tgit =   ${abs_top_builddir}/rpmio/tgit --git-dir="$(gitdir)" 
--work-tree="$(gitdir)"
  +tgit =   ${abs_top_builddir}/rpmio/tgit --git-dir="$(gitdir)" 
--work-tree="$(gitdir)" --
  +git =@__GIT@ --git-dir="$(gitdir)/.git" --work-tree="$(gitdir)"
  +
   check-git:
@echo "=== $@ ==="
@rm -rf ${gitdir} tmp/git.out
  @@ -1012,26 +1013,31 @@
@${echo} -n "--> rpmgit:"
@${echo} -n " init"
@${tgit} init
  - @-(cd ${gitdir} && ${git} status 2>&1) >> tmp/git.out
  + @-(cd ${gitdir} && ${git} log --stat 2>&1) >> tmp/git.out
@${echo} -n " add"
  - @${tgit} add foo bar/baz bing/bang/boom
  - @-(cd ${gitdir} && ${git} status 2>&1) >> tmp/git.out
  + @mkdir -p ${gitdir}/bar ${gitdir}/bing/bang
  + @${echo} "foo" > ${gitdir}/foo
  + @${echo} "bar/baz" > ${gitdir}/bar/baz
  + @${echo} "bing/bang/boom" > ${gitdir}/bing/bang/boom
  + @${git} add foo bar/baz bing/bang/boom  # XXX
  + @-(cd ${gitdir} && ${git} log --stat 2>&1) >> tmp/git.out
@${echo} -n " commit"
  - @${tgit} commit
  - @-(cd ${gitdir} && ${git} status 2>&1) >> tmp/git.out
  + @${tgit} commit -m "RPM add commit"
  + @-(cd ${gitdir} && ${git} log --stat 2>&1) >> tmp/git.out
@${echo} -n " modify"
@cp ${gitdir}/foo ${gitdir}/bar/baz
  - @-(cd ${gitdir} && ${git} status 2>&1) >> tmp/git.out
  - @${echo} -n "(FIXME)" #XXX
  - @${tgit} commit
  - @${echo} -n bar/baz > ${gitdir}/bar/baz #XXX
  - @-(cd ${gitdir} && ${git} status 2>&1) >> tmp/git.out
  + @-(cd ${gitdir} && ${git} log --stat 2>&1) >> tmp/git.out
  + @${tgit} diff
  + @${tgit} commit -a -m "RPM modify commit"
  + @-(cd ${gitdir} && ${git} log --stat 2>&1) >> tmp/git.out
@${echo}  " checkout(NOTYET)"
  - @cp ${gitdir}/bar/baz ${gitdir}/bing/bang/boom
  - @-(cd ${gitdir} && ${git} status 2>&1) >> tmp/git.out
  - @-${tgit} checkout
  - @${echo} -n "bing/bang/boom" > ${gitdir}/bing/bang/boom #XXX
  - @-(cd ${gitdir} && ${git} status 2>&1) >> tmp/git.out
  + @echo "FOO" > ${gitdir}/foo
  + @rm -f ${gitdir}/bar/baz ${gitdir}/bing/bang/boom
  + @${tgit} diff
  + @${git} checkout foo bar/baz bing/bang/boom # XXX
  + @${tgit} diff
  + @ls -1 ${gitdir}/foo ${gitdir}/bar/baz ${gitdir}/bing/bang/boom
  + @-(cd ${gitdir} && ${git} log --stat 2>&1) >> tmp/git.out
@${echo} ""
@-diff -u tmp/git.out ref/git.out || cp tmp/git.out ref/git.out
   endif
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2012-06-10 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   10-Jun-2012 13:57:13
  Branch: rpm-5_4  Handle: 2012061011571200

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- git: use --git-dir/--work-dir instead.

  Summary:
RevisionChanges Path
1.95.2.60   +37 -29 rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.59 -r1.95.2.60 Makefile.am
  --- rpm/tests/Makefile.am 19 Apr 2012 20:15:12 -  1.95.2.59
  +++ rpm/tests/Makefile.am 10 Jun 2012 11:57:12 -  1.95.2.60
  @@ -110,7 +110,6 @@
   mtree =  $(abs_top_builddir)/tools/mtree
   ngsr =   $(abs_top_builddir)/js/ngsr
   rc = $(abs_top_builddir)/tools/rc
  -tgit =   ${abs_top_builddir}/rpmio/tgit
   todbc =  ${abs_top_builddir}/rpmio/todbc
   #wget =  $(abs_top_builddir)/tools/wget -nv
   wget =   wget -nv
  @@ -335,7 +334,7 @@
   %.src.rpm: $(wildcard *.spec)
@${rpm} -bs --nodeps $^
   
  -BUILD_DIRS ?= $(shell ${rpm} -qp --qf '%{NAME} ' $(wildcard *.src.rpm))
  +BUILD_DIRS ?= $(shell ${rpm} --nosignature -qp --qf '%{NAME} ' $(wildcard 
*.src.rpm))
   
   $(BUILD_DIRS): $(wildcard %-*.src.rpm)
@echo "=== build $@ ==="
  @@ -355,7 +354,7 @@
   
   check-build: $(BUILD_DIRS)
@echo "=== $@ ==="
  - @ls -1 */*.rpm > tmp/manifest
  + @ls -1 */*.rpm | grep -v '^dir2symlink' > tmp/manifest
@diff -u {tmp,ref}/manifest || ${cp} {tmp,ref}/manifest
@rm -rf tmp/cachedb
@${rpm} -i -D '_dbpath $(testdir)/tmp/cachedb' --justdb --nodeps 
edos-test/*.rpm
  @@ -816,31 +815,35 @@
@echo "`$(now)` <== ${ N:"
  - @${rpm} -U --noparentdirs --nodeps triggers-N/triggers-N*.rpm
  - @${rpm} -e --noparentdirs --nodeps triggers-N-a triggers-N-b
  + @${rpm} -U ${TUopts} triggers-N/triggers-N*.rpm
  + @${rpm} -e ${TEopts} triggers-N-a triggers-N-b
@echo "--> NA:"
  - @${rpm} -U --noparentdirs --nodeps triggers-NA/triggers-NA*.rpm
  - @${rpm} -e --noparentdirs --nodeps triggers-NA-a triggers-NA-b
  + @${rpm} -U ${TUopts} triggers-NA/triggers-NA*.rpm
  + @${rpm} -e ${TEopts} triggers-NA-a triggers-NA-b
@echo "--> P:"
  - @${rpm} -U --noparentdirs --nodeps triggers-P/triggers-P*.rpm
  - @${rpm} -e --noparentdirs --nodeps triggers-P-a triggers-P-b
  + @${rpm} -U ${TUopts} triggers-P/triggers-P*.rpm
  + @${rpm} -e ${TEopts} triggers-P-a triggers-P-b
@echo "--> F:"
  - @${rpm} -U --noparentdirs --nodeps triggers-F/triggers-F*.rpm
  - @${rpm} -e --noparentdirs --nodeps triggers-F-a triggers-F-b
  + @${rpm} -U ${TUopts} triggers-F/triggers-F*.rpm
  + @${rpm} -e ${TEopts} triggers-F-a triggers-F-b
@echo "--> FP:"
  - @${rpm} -U --noparentdirs --nodeps triggers-FP/triggers-FP*.rpm
  - @${rpm} -e --noparentdirs --nodeps triggers-FP-a triggers-FP-b
  + @${rpm} -U ${TUopts} triggers-FP/triggers-FP*.rpm
  + @${rpm} -e ${TEopts} triggers-FP-a triggers-FP-b
@echo "--> D:"
  - @${rpm} -U --noparentdirs --nodeps triggers-D/triggers-D*.rpm
  - @${rpm} -e --noparentdirs --nodeps triggers-D-a triggers-D-b
  + @${rpm} -U ${TUopts} triggers-D/triggers-D*.rpm
  + @${rpm} -e ${TEopts} triggers-D-a triggers-D-b
@echo "--> DP:"
  - @${rpm} -U --noparentdirs --nodeps triggers-DP/triggers-DP*.rpm
  - @${rpm} -e --noparentdirs --nodeps triggers-DP-a triggers-DP-b
  + @${rpm} -U ${TUopts} triggers-DP/triggers-DP*.rpm
  + @${rpm} -e ${TEopts} triggers-DP-a triggers-DP-b
   
   check-query:
@echo "=== $@ ==="
  @@ -927,9 +930,9 @@
@-diff -u {tmp,ref}/sqldb-basic.out
@rm -rf tmp/sqldb*
@echo "--> rpm %post -p  scriptlet:"
  - @-${rpm} -U --nodeps sql-test/sql-test*.noarch.rpm
  + @-${rpm} -U ${Uopts} sql-test/sql-test*.noarch.rpm
@echo "--> rpm %preun -p  scriptlet:"
  - @-${rpm} -e --nodeps sql-test 2>&1
  + @-${rpm} -e ${Eopts} sql-test 2>&1
   
   check-gsr:
@echo "=== $@ ==="
  @@ -999,7 +1002,8 @@
@echo "=== $@ ==="
-../libtool --mode=execute vg ${rpm} -E '%{perl:print "--> perl: 
Artistic Scribbles!"}'
   
  -gitdir = $(testdir)/tmp/git
  +gitdir = $(testdir)/tmp/git
  +tgit =   ${abs_top_builddir}/rpmio/tgit --git-dir="$(gitdir)" 
--work-tree="$(gitdir)"
   check-git:
@echo "=== $@ ==="
@rm -rf ${gitdir} tmp/git.out
  @@ -10

[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am rpm/tests/ref/ alt-minimal....

2012-04-19 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   19-Apr-2012 22:15:14
  Branch: rpm-5_4  Handle: 2012041920151201

  Added files:  (Branch: rpm-5_4)
rpm/tests/ref   alt-minimal.i586.manifest
  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am
rpm/tests/ref   alt-minimal.x86_64.manifest

  Log:
- tests: add a cache for ALT51 (actually Sisyphus).

  Summary:
RevisionChanges Path
1.95.2.59   +2  -0  rpm/tests/Makefile.am
1.1.2.1 +28 -0  rpm/tests/ref/alt-minimal.i586.manifest
1.1.2.2 +5  -5  rpm/tests/ref/alt-minimal.x86_64.manifest
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.58 -r1.95.2.59 Makefile.am
  --- rpm/tests/Makefile.am 27 Mar 2012 22:15:41 -  1.95.2.58
  +++ rpm/tests/Makefile.am 19 Apr 2012 20:15:12 -  1.95.2.59
  @@ -629,6 +629,7 @@
   XXXIDMS =$(XXXcache)/i586-idms-linux/RPMS/
   XXXOWL2 =$(XXXcache)/i386-openwall-OWL2/RPMS/
   XXXOWL3 =$(XXXcache)/i686-openwall-OWL3/RPMS/
  +XXXALT51 =   $(XXXcache)/x86_64-alt-sisyphus/RPMS/
   
   XXXG =   /var/www/html/geode-RHEL6/RPMS/
   
  @@ -653,6 +654,7 @@
  IDMS) $(ln) -s ${XXXIDMS}/* $@ ;; \
  OWL2) $(ln) -s ${XXXOWL2}/* $@ ;; \
  OWL3) $(ln) -s ${XXXOWL3}/* $@ ;; \
  +   ALT51)$(ln) -s ${XXXALT51}/* $@ ;; \
  CM15) $(cp) $$(cat $< | sed -e 
's,^.*/\(media/[^/]*/release/[^/]*\)/,${XXXCM15}\1,') $@ ;; \
  CM14) $(cp) $$(cat $< | sed -e 's,^.*/,${XXXCM14}/,') $@ ;; \
  MAG2011) $(cp) $$(cat $< | sed -e 's,^.*/,${XXXMAG2011},') $@ ;; \
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/tests/ref/alt-minimal.i586.manifest
  
  $ cvs diff -u -r0 -r1.1.2.1 alt-minimal.i586.manifest
  --- /dev/null 2012-04-19 22:15:12.0 +0200
  +++ alt-minimal.i586.manifest 2012-04-19 22:15:14.388969079 +0200
  @@ -0,0 +1,28 @@
  
+http://ftp.linux.kiev.ua/pub/Linux/ALT/Sisyphus/noarch/RPMS.classic/alt-gpgkeys-0.7.53-alt1.noarch.rpm
  
+http://ftp.linux.kiev.ua/pub/Linux/ALT/Sisyphus/noarch/RPMS.classic/setup-2.2.14-alt1.noarch.rpm
  
+http://ftp.linux.kiev.ua/pub/Linux/ALT/Sisyphus/i586/RPMS.classic/filesystem-2.3.10-alt1.i586.rpm
  
+http://ftp.linux.kiev.ua/pub/Linux/ALT/Sisyphus/i586/RPMS.classic/glibc-preinstall-2.11.3-alt7.i586.rpm
  
+http://ftp.linux.kiev.ua/pub/Linux/ALT/Sisyphus/i586/RPMS.classic/glibc-core-2.11.3-alt7.i586.rpm
  
+http://ftp.linux.kiev.ua/pub/Linux/ALT/Sisyphus/i586/RPMS.classic/bzlib-1.0.6-alt3.i586.rpm
  
+http://ftp.linux.kiev.ua/pub/Linux/ALT/Sisyphus/i586/RPMS.classic/libattr-2.4.46-alt2.i586.rpm
  
+http://ftp.linux.kiev.ua/pub/Linux/ALT/Sisyphus/i586/RPMS.classic/libacl-2.2.51-alt1.i586.rpm
  
+http://ftp.linux.kiev.ua/pub/Linux/ALT/Sisyphus/i586/RPMS.classic/libcap-2.16-alt4.i586.rpm
  
+http://ftp.linux.kiev.ua/pub/Linux/ALT/Sisyphus/i586/RPMS.classic/libgmp-4.3.2-alt3.i586.rpm
  
+http://ftp.linux.kiev.ua/pub/Linux/ALT/Sisyphus/i586/RPMS.classic/libgcc1-4.5.3-alt3.i586.rpm
  
+http://ftp.linux.kiev.ua/pub/Linux/ALT/Sisyphus/i586/RPMS.classic/glibc-pthread-2.11.3-alt7.i586.rpm
  
+http://ftp.linux.kiev.ua/pub/Linux/ALT/Sisyphus/i586/RPMS.classic/sh-3.2.51-alt1.i586.rpm
  
+http://ftp.linux.kiev.ua/pub/Linux/ALT/Sisyphus/i586/RPMS.classic/libselinux-2.0.98-alt2.1.i586.rpm
  
+http://ftp.linux.kiev.ua/pub/Linux/ALT/Sisyphus/i586/RPMS.classic/terminfo-5.7-alt6.i586.rpm
  
+http://ftp.linux.kiev.ua/pub/Linux/ALT/Sisyphus/i586/RPMS.classic/libtinfo-5.7-alt6.i586.rpm
  
+http://ftp.linux.kiev.ua/pub/Linux/ALT/Sisyphus/i586/RPMS.classic/coreutils-8.16-alt1.i586.rpm
  
+http://ftp.linux.kiev.ua/pub/Linux/ALT/Sisyphus/i586/RPMS.classic/getopt-2.20.1-alt1.i586.rpm
  
+http://ftp.linux.kiev.ua/pub/Linux/ALT/Sisyphus/i586/RPMS.classic/fakeroot-1.12.2-alt1.i586.rpm
  
+http://ftp.linux.kiev.ua/pub/Linux/ALT/Sisyphus/i586/RPMS.classic/libbeecrypt7-4.2.1-alt7.i586.rpm
  
+http://ftp.linux.kiev.ua/pub/Linux/ALT/Sisyphus/i586/RPMS.classic/libdb4.7-4.7.25-alt7.i586.rpm
  
+http://ftp.linux.kiev.ua/pub/Linux/ALT/Sisyphus/i586/RPMS.classic/libelf-0.153-alt1.i586.rpm
  
+http://ftp.linux.kiev.ua/pub/Linux/ALT/Sisyphus/i586/RPMS.classic/liblzma-5.0.3-alt1.i586.rpm
  
+http://ftp.linux.kiev.ua/pub/Linux/ALT/Sisyphus/i586/RPMS.classic/libpopt-1.14-alt6.i586.rpm
  
+http://ftp.linux.kiev.ua/pub/Linux/ALT/Sisyphus/i586/RPMS.classic/zlib-1.2.5-alt3.i586.rpm
  
+http://

[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am sql-test-1.0-1.src.rpm sql-...

2012-03-27 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   28-Mar-2012 00:15:42
  Branch: rpm-5_4  Handle: 2012032722154100

  Added files:  (Branch: rpm-5_4)
rpm/tests   sql-test-1.0-1.src.rpm
  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am sql-test.spec

  Log:
- tests: improve embedded sqlite tests.

  Summary:
RevisionChanges Path
1.95.2.58   +21 -9  rpm/tests/Makefile.am
1.1.2.1 BLOBrpm/tests/sql-test-1.0-1.src.rpm
1.2.4.1 +5  -0  rpm/tests/sql-test.spec
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.57 -r1.95.2.58 Makefile.am
  --- rpm/tests/Makefile.am 25 Mar 2012 19:20:15 -  1.95.2.57
  +++ rpm/tests/Makefile.am 27 Mar 2012 22:15:41 -  1.95.2.58
  @@ -899,27 +899,35 @@
   check-sql:
@echo "=== $@ ==="
@echo "--> sqlite3:"
  + @-${rpm} -e --nodeps --noscripts sql-test
@rm -rf tmp/sqldb*
@-${sqlite3} -echo tmp/sqldb ".read ref/sqldb-basic.sql" >& 
tmp/sqldb-basic.out
@-diff -u {tmp,ref}/sqldb-basic.out || cp {tmp,ref}/sqldb-basic.out
  - @echo "--> rpm STRING:"
  + @echo "--> rpmsql STRING:"
@rm -rf tmp/sqldb*
@-${rpmsql} -echo tmp/sqldb ".read ref/sqldb-basic.sql" >& 
tmp/sqldb-basic.out
@-diff -u {tmp,ref}/sqldb-basic.out
  - @echo "--> rpm STDIN:"
  + @echo "--> rpmsql STDIN:"
@rm -rf tmp/sqldb*
@-${rpmsql} -echo tmp/sqldb < ref/sqldb-basic.sql >& tmp/sqldb-basic.out
@-diff -u {tmp,ref}/sqldb-basic.out
  - @echo "--> rpm FILE:"
  + @echo "--> rpmsql FILE:"
@rm -rf tmp/sqldb*
@-${rpmsql} -echo tmp/sqldb `pwd`/ref/sqldb-basic.sql >& 
tmp/sqldb-basic.out
@-diff -u {tmp,ref}/sqldb-basic.out
  - @echo "--> rpm INTERACTIVE:"
  - @-echo ".quit" | ${rpmsql} -echo tmp/sqldb
  -##   @echo "--> rpm embedded:"
  -##   @rm -f tmp/sqldb*
  -##   @-${rpm} -E '%{sql -echo tmp/sqldb:.read ref/sqldb-basic.sql}' >& 
tmp/sqldb-basic.out
  -##   @-diff -u {tmp,ref}/sqldb-basic.out
  + @echo "--> rpmsql INTERACTIVE:"
  + @rm -rf tmp/sqldb*
  + @-echo ".read ref/sqldb-basic.sql" | ${rpmsql} -echo tmp/sqldb >& 
tmp/sqldb-basic.out
  + @-diff -u {tmp,ref}/sqldb-basic.out
  + @echo "--> rpm %{sql:...} macro:"
  + @rm -rf tmp/sqldb*
  + @-${rpm} -E '%{sql -echo tmp/sqldb:.read ref/sqldb-basic.sql}' >& 
tmp/sqldb-basic.out
  + @-diff -u {tmp,ref}/sqldb-basic.out
  + @rm -rf tmp/sqldb*
  + @echo "--> rpm %post -p  scriptlet:"
  + @-${rpm} -U --nodeps sql-test/sql-test*.noarch.rpm
  + @echo "--> rpm %preun -p  scriptlet:"
  + @-${rpm} -e --nodeps sql-test 2>&1
   
   check-gsr:
@echo "=== $@ ==="
  @@ -985,6 +993,10 @@
done
@echo ""
   
  +check-perl:
  + @echo "=== $@ ==="
  + -../libtool --mode=execute vg ${rpm} -E '%{perl:print "--> perl: 
Artistic Scribbles!"}'
  +
   gitdir = $(testdir)/tmp/git
   check-git:
@echo "=== $@ ==="
  @@ .
  (cd rpm/tests && \
   uudecode <<'@@ .' && \
   xdelta patch sql-test-1.0-1.src.rpm.xdelta /dev/null sql-test-1.0-1.src.rpm 
&& \
   rm -f sql-test-1.0-1.src.rpm.xdelta)
  Index: rpm/tests/sql-test-1.0-1.src.rpm
  
  begin 664 sql-test-1.0-1.src.rpm.xdelta
  M)5A$6C`P-"4(`!$`$`!S:&EE;&$N-S(R,3,N
  M;G5L;'-H:65L82XW,C(Q,RYA;&P?BP@#[9=Y5%-7'LN;,7W/FK]YSWKGW\_O^[N_>^SOWWMRT
  M'^QH#(#^9P7S1\.FZC8_T!P`00&CT7JVKPUM1[]@"/(;!-A3,E`>@M9!OC:$
  M]@UH0^M`]%L&^#GP7^GK']`)]&*//J>OKP_HE1#DCZR%Q('0,'\H!..?8J$L
  MP@1`4S9"_H&0/^J!PP9+QGP67E8*X_*/0>6'V\=67HT2'EXY(JIM"J:I-.UW
  M22=4OF+^F9(+&TH_B/4O(9W?/2&[[,S24_]#
  M@)\`/@GX*>#/H?YSBT7Y'.!VP#<^S_/>!.T+\!\`N@MP'^%>C/`;\$
  M\5X![O7I`8,!OP8\'O`;P)-\'!CHBQ\0#=AS!Z%78P`1,!8P&3`.^%,!#_+E
  M)X`!>##@3,!#@'\VX*%`7P0X&+`*\$C@KP4<">9K`,P#;`',!_Y;``L`%P-.
  M`/&W`Y8"+D%K]%X.S/;Y!X4#?8%/#XH$O!`P';#*-WY0+&`8\"S`:L`LP"4@
  M/@?P$<`"P$+$H&4^+H<8P\)'Q,,RVN!';5!S.F,K7Q7.9[F0R2QS/8FL$
  M"G4&(P6QZ%)8B;FT1$5R8C)!D9N:K%?DVV@6)"O5['*SI%P;TYZ$B'@Z,<.0
  M;X_/R&?C$MP.,2PCVO/E-E*J80S<84
  M@4B03I,;)+D,3;)`P"4+E'E:DE*JI5F$U+D:EXF-9.4H6*EQ^O$
  MN72')9>$B*)$*I%&*;:8YG%9=A,S`\:EDK)80ETBQVJ:)R48H_CN/'HB7DR&BDO549GQK-8B`N12)-4>BI3)B.SZ!FI[D2S
  MTNJD$R@L0KR&I!1(,Z1&F4%@PTG52EJRVY1N("KS)9D,C3M3&J5&)/&YR2J'
  MD)V7)TS@4#@JMM.J5#)==CN/0$AS60T:!YS'%.?;.5EJ*VR>(H$IVF4;BY(@[BYEDMRNR"366Y1:KW7]>#BPA/S,&C\
  M%")=K6:H2/)8$D--)2O

[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2012-03-25 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   25-Mar-2012 21:20:15
  Branch: rpm-5_4  Handle: 2012032519201500

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- tests: stub-in the Sisyphus manifest.

  Summary:
RevisionChanges Path
1.95.2.57   +1  -0  rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.56 -r1.95.2.57 Makefile.am
  --- rpm/tests/Makefile.am 21 Mar 2012 23:39:01 -  1.95.2.56
  +++ rpm/tests/Makefile.am 25 Mar 2012 19:20:15 -  1.95.2.57
  @@ -442,6 +442,7 @@
   # ALT -- Alt Linux
   ALT_mirror = http://distro.ibiblio.org/pub/linux/distributions/altlinux
   ALT51_uri =  $(ALT_mirror)/5.1/branch/files/i586/RPMS/
  +ALT51_manifest = $(testdir)/ref/alt-minimal.x86_64.manifest
   # ARK -- Ark Linux
   ARK_uri =http://arklinux.osuosl.org/dockyard-devel/RPMS/
   # BL -- Berry Linux
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2012-03-21 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   22-Mar-2012 00:39:02
  Branch: rpm-5_4  Handle: 2012032123390100

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- tests: find vg on $PATH instead.

  Summary:
RevisionChanges Path
1.95.2.56   +2  -2  rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.55 -r1.95.2.56 Makefile.am
  --- rpm/tests/Makefile.am 21 Mar 2012 21:05:09 -  1.95.2.55
  +++ rpm/tests/Makefile.am 21 Mar 2012 23:39:01 -  1.95.2.56
  @@ -115,7 +115,7 @@
   #wget =  $(abs_top_builddir)/tools/wget -nv
   wget =   wget -nv
   
  -vg = $(LIBTOOL) --mode=execute /home/jbj/bin/vg 
  +vg = $(LIBTOOL) --mode=execute vg 
   
   sudo =   sudo
   
  @@ -965,7 +965,7 @@
@-${rpm} -U lua-test/lua-test-*.noarch.rpm
@-${rpm} -e lua-test
   
  -INTERPRETERS =   lua perl tcl # ruby # python
  +INTERPRETERS =   lua tcl perl # ruby # python
   check-dir2symlink:
@echo "=== $@ ==="
@-for i in ${INTERPRETERS}; do \
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am rpm/tests/ref/ odbc.out

2012-03-21 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   21-Mar-2012 22:05:10
  Branch: rpm-5_4  Handle: 2012032121050900

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am
rpm/tests/ref   odbc.out

  Log:
- tests: extend the unixodbc test case.

  Summary:
RevisionChanges Path
1.95.2.55   +5  -3  rpm/tests/Makefile.am
1.1.2.2 +416 -0 rpm/tests/ref/odbc.out
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.54 -r1.95.2.55 Makefile.am
  --- rpm/tests/Makefile.am 21 Mar 2012 19:08:19 -  1.95.2.54
  +++ rpm/tests/Makefile.am 21 Mar 2012 21:05:09 -  1.95.2.55
  @@ -1017,13 +1017,15 @@
@-diff -u tmp/git.out ref/git.out || cp tmp/git.out ref/git.out
   endif
   
  -odbc_uri = mysql://luser:ja...@harwich.jbj.org/test
  +odbc_uri_mysql = mysql://luser:ja...@harwich.jbj.org/test
  +odbc_uri_postgres =  postgres://luser:ja...@harwich.jbj.org/test
  +
   check-odbc:
@echo "=== $@ ==="
@rm -f tmp/odbc.out
  - @-${todbc} ${odbc_uri} 2>&1 >> tmp/odbc.out
  + @-(${todbc} ${odbc_uri_mysql} 2>&1) >> tmp/odbc.out
  + @-(${todbc} ${odbc_uri_postgres} 2>&1) >> tmp/odbc.out
@-diff -u tmp/odbc.out ref/odbc.out || cp tmp/odbc.out ref/odbc.out
  - 
   
   test:check-init \
check-pubkeys \
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/tests/ref/odbc.out
  
  $ cvs diff -u -r1.1.2.1 -r1.1.2.2 odbc.out
  --- rpm/tests/ref/odbc.out21 Mar 2012 19:08:19 -  1.1.2.1
  +++ rpm/tests/ref/odbc.out21 Mar 2012 21:05:09 -  1.1.2.2
  @@ -0,0 +1,416 @@
  +==> ListDrivers
  +PostgreSQL - Description=ODBC for PostgreSQL
  +MySQL - Description=ODBC for MySQL
  +==> ListDataSources
  +mysql_test - /usr/lib64/libmyodbc5.so
  +postgres_test - /usr/lib64/psqlodbc.so
  +==> Connect
  + DBMS Name: PostgreSQL
  + DBMS Version: 8.4.9
  + SQL_MAX_CONCURRENT_ACTIVITIES = 0
  + SQLGetData - columns can be retrieved in any order
  + SQLGetData - can retrieve columns before last bound one
  +==> Tables
  +==> Columns
  +==> ExecDirect
  +==> DROP TABLE IF EXISTS TournamentExport
  +==> CREATE TABLE TournamentExport (
  + Entry_Sakey integer NOT NULL,
  + TRNumbervarchar(50) NOT NULL,
  + FirstName   varchar(50) NOT NULL,
  + LastNamevarchar(50) NOT NULL,
  + Cityvarchar(50) NULL,
  + State   varchar(20) NULL,
  + Country varchar(50) NULL,
  + DateOfBirth timestamp NULL,
  + Tournament_Sakeyinteger NOT NULL,
  + TournamentGame_Sakeyinteger NOT NULL,
  + TournamentGame_Date timestamp NOT NULL,
  + TournamentName  varchar(50) NOT NULL,
  + MultiDayFlagsmallint NOT NULL,
  + PitDesc varchar(50) NULL,
  + TableDesc   varchar(50) NULL,
  + SeatID  integer NULL,
  + EntryNumber integer NOT NULL,
  + VoidFlagsmallint NOT NULL,
  + LastUpdated timestamp NOT NULL
  +)
  +==> INSERT INTO TournamentExport VALUES(1, '001670100', 'Joe', 'Blow', 
'Miami', 'FL', 'USA', '1979-03-15T00:00:00.000', 1, 1, 
'2012-02-01T00:00:00.000', 'Event #1', 0, 'Amazon Blue', '22', 3, 1, 0, 
'2012-02-29T10:05:00.000')
  +==> INSERT INTO TournamentExport VALUES(2, '001670101', 'John', 'Smith', 
'Las Vegas', 'NV', 'USA', '1980-01-01T00:00:00.000', 2, 3, 
'2012-02-01T00:00:00.000', 'Event #2', 0, 'Amazon Orange', '133', 6, 1, 0, 
'2012-02-29T10:05:00.000')
  +==> INSERT INTO TournamentExport VALUES(3, '001670100', 'Joe', 'Blow', 
'Miami', 'FL', 'USA', '1979-03-15T00:00:00.000', 2, 3, 
'2012-02-01T00:00:00.000', 'Event #2', 0, 'Amazon Orange', '133', 5, 2, 0, 
'2012-02-29T10:05:00.000')
  +==> INSERT INTO TournamentExport VALUES(4, '001670102', 'Jason', 
'Brown', 'Las Vegas', 'NV', 'USA', '1970-01-01T00:00:00.000', 1, 1, 
'2012-02-01T00:00:00.000', 'Event #1', 0, 'Amazon Orange', '124', 1, 2, 1, 
'2012-02-29T10:05:00.000')
  +==> INSERT INTO TournamentExport VALUES(5, '001670102', 'Jason', 
'Brown', 'Las Vegas', 'NV', 'USA', '1970-01-01T00:00:00.000', 1, 1, 
'2012-02-01T00:00:00.000', 'Event #1', 0, 'Amazon Blue', '22', 4, 3, 1, 
'2012-02-29T10:05:00.000')
  +==> INSERT INTO TournamentExport VALUES(6, '001670102', 'Jason', 
'Brown', 'Las Vegas', 'NV', 'USA', '1970-01-01T00:00:00.000', 1, 1, 
'2012-02-01T00:00:00.000', 'Event #1', 0, 'Amazon 

[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am dir2symlink-1-1.src.rpm dir...

2012-03-17 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   17-Mar-2012 22:00:13
  Branch: rpm-5_4  Handle: 2012031721001001

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am dir2symlink-1-1.src.rpm
dir2symlink.spec

  Log:
- tests: fix: DIR -> SYMLINK in tcl.

  Summary:
RevisionChanges Path
1.95.2.53   +1  -1  rpm/tests/Makefile.am
1.1.2.2 BLOBrpm/tests/dir2symlink-1-1.src.rpm
1.1.2.2 +11 -11 rpm/tests/dir2symlink.spec
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.52 -r1.95.2.53 Makefile.am
  --- rpm/tests/Makefile.am 17 Mar 2012 00:33:30 -  1.95.2.52
  +++ rpm/tests/Makefile.am 17 Mar 2012 21:00:10 -  1.95.2.53
  @@ -964,7 +964,7 @@
@-${rpm} -U lua-test/lua-test-*.noarch.rpm
@-${rpm} -e lua-test
   
  -INTERPRETERS =   lua perl # tcl ruby # python
  +INTERPRETERS =   lua perl tcl # ruby # python
   check-dir2symlink:
@echo "=== $@ ==="
@-for i in ${INTERPRETERS}; do \
  @@ .
  (cd rpm/tests && \
   uudecode <<'@@ .' && \
   mv dir2symlink-1-1.src.rpm dir2symlink-1-1.src.rpm.orig && \
   xdelta patch dir2symlink-1-1.src.rpm.xdelta dir2symlink-1-1.src.rpm.orig 
dir2symlink-1-1.src.rpm && \
   rm -f dir2symlink-1-1.src.rpm.orig dir2symlink-1-1.src.rpm.xdelta)
  Index: rpm/tests/dir2symlink-1-1.src.rpm
  
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/tests/dir2symlink.spec
  
  $ cvs diff -u -r1.1.2.1 -r1.1.2.2 dir2symlink.spec
  --- rpm/tests/dir2symlink.spec17 Mar 2012 00:23:27 -  1.1.2.1
  +++ rpm/tests/dir2symlink.spec17 Mar 2012 21:00:11 -  1.1.2.2
  @@ -145,24 +145,24 @@
   %if 1
   %post -n dir2symlink-tcl-1   -p 
   #XXX no output displayed by 
  -puts "--- post(tcl) arg $argv[0] ..."
  -puts "Create a /tmp/tcl.d directory." 
  +puts stderr "--- post(tcl) arg [lindex $argv 0] ..."
  +puts stderr "Create a /tmp/tcl.d directory." 
   
   %preun -n dir2symlink-tcl-2  -p 
   #XXX no output displayed by 
  -puts "--- preun(tcl) arg $argv[0] ..."
  -if { arg[2] <= 1 } {
  -  puts "Undo the DIR -> SYMLINK change."
  -  unlink /tmp/tcl.d
  -  rename /tmp/.tcl.d /tmp/tcl.d
  +puts stderr "--- preun(tcl) arg [lindex $argv 0] ..."
  +if { [lindex $argv 0] <= 1 } {
  +  puts stderr "Undo the DIR -> SYMLINK change."
  +  file delete /tmp/tcl.d
  +  file rename /tmp/.tcl.d /tmp/tcl.d
   }
   
   %pretrans -n dir2symlink-tcl-2   -p 
   #XXX no output displayed by 
  -puts "--- pretrans(tcl) arg $argv[0] ..."
  -puts "Rename DIR.d -> .DIR.d and create SYMLINK .DIR.d <- DIR.d."
  -rename /tmp/tcl.d /tmp/.tcl.d
  -file link -symbolic /tmp/.tcl.d /tmp/tcl.d
  +puts stderr "--- pretrans(tcl) arg [lindex $argv 0] ..."
  +puts stderr "Rename DIR.d -> .DIR.d and create SYMLINK .DIR.d <- DIR.d."
  +file rename /tmp/tcl.d /tmp/.tcl.d
  +file link -symbolic /tmp/tcl.d /tmp/.tcl.d
   %endif
   
   %if 1
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2012-03-16 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   17-Mar-2012 01:33:30
  Branch: rpm-5_4  Handle: 2012031700333000

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- tests: dir2symlink in perl is functional (but no  output).

  Summary:
RevisionChanges Path
1.95.2.52   +1  -1  rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.51 -r1.95.2.52 Makefile.am
  --- rpm/tests/Makefile.am 17 Mar 2012 00:23:26 -  1.95.2.51
  +++ rpm/tests/Makefile.am 17 Mar 2012 00:33:30 -  1.95.2.52
  @@ -964,7 +964,7 @@
@-${rpm} -U lua-test/lua-test-*.noarch.rpm
@-${rpm} -e lua-test
   
  -INTERPRETERS =   lua # perl tcl ruby # python
  +INTERPRETERS =   lua perl # tcl ruby # python
   check-dir2symlink:
@echo "=== $@ ==="
@-for i in ${INTERPRETERS}; do \
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2012-03-11 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   11-Mar-2012 17:50:15
  Branch: rpm-5_4  Handle: 2012031116501500

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- tests: ignore all errors in check-tools.

  Summary:
RevisionChanges Path
1.95.2.50   +2  -2  rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.49 -r1.95.2.50 Makefile.am
  --- rpm/tests/Makefile.am 11 Mar 2012 15:39:23 -  1.95.2.49
  +++ rpm/tests/Makefile.am 11 Mar 2012 16:50:15 -  1.95.2.50
  @@ -888,11 +888,11 @@
   
   check-tools:
@echo "=== $@ ==="
  - @${find} $(POPTURI) -type f -maxdepth 1 > tmp/find
  + @-${find} $(POPTURI) -type f -maxdepth 1 > tmp/find
@-mkdir -p tmp/wget && ${wget} -i tmp/find -P tmp/wget > /dev/null 2>&1
-mkdir -p tmp/cp && ${cp} -R $(POPTURI) tmp/cp
-diff -ru tmp/{wget,cp}
  - @${grep} -i HREF $(POPTURI) > tmp/grep
  + @-${grep} -i HREF $(POPTURI) > tmp/grep
   
   check-sql:
@echo "=== $@ ==="
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2012-03-11 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   11-Mar-2012 16:39:23
  Branch: rpm-5_4  Handle: 2012031115392300

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- tests: tools/wget can't handle a 30x redirects, revert.

  Summary:
RevisionChanges Path
1.95.2.49   +2  -2  rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.48 -r1.95.2.49 Makefile.am
  --- rpm/tests/Makefile.am 11 Mar 2012 05:19:55 -  1.95.2.48
  +++ rpm/tests/Makefile.am 11 Mar 2012 15:39:23 -  1.95.2.49
  @@ -111,8 +111,8 @@
   ngsr =   $(abs_top_builddir)/js/ngsr
   rc = $(abs_top_builddir)/tools/rc
   tgit =   ${abs_top_builddir}/rpmio/tgit
  -wget =   $(abs_top_builddir)/tools/wget -nv
  -#wget =  wget -nv
  +#wget =  $(abs_top_builddir)/tools/wget -nv
  +wget =   wget -nv
   
   vg = $(LIBTOOL) --mode=execute /home/jbj/bin/vg 
   
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2012-03-10 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   11-Mar-2012 06:19:55
  Branch: rpm-5_4  Handle: 2012031105195500

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- tests: wget has issues on falmouth.

  Summary:
RevisionChanges Path
1.95.2.48   +1  -1  rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.47 -r1.95.2.48 Makefile.am
  --- rpm/tests/Makefile.am 10 Mar 2012 17:14:06 -  1.95.2.47
  +++ rpm/tests/Makefile.am 11 Mar 2012 05:19:55 -  1.95.2.48
  @@ -889,7 +889,7 @@
   check-tools:
@echo "=== $@ ==="
@${find} $(POPTURI) -type f -maxdepth 1 > tmp/find
  - @mkdir -p tmp/wget && ${wget} -i tmp/find -P tmp/wget > /dev/null 2>&1
  + @-mkdir -p tmp/wget && ${wget} -i tmp/find -P tmp/wget > /dev/null 2>&1
-mkdir -p tmp/cp && ${cp} -R $(POPTURI) tmp/cp
-diff -ru tmp/{wget,cp}
@${grep} -i HREF $(POPTURI) > tmp/grep
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am rpm/tests/ref/ git.out

2012-03-10 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   10-Mar-2012 18:14:07
  Branch: rpm-5_4  Handle: 2012031017140601

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am
rpm/tests/ref   git.out

  Log:
- tests: git fiddle-ups.

  Summary:
RevisionChanges Path
1.95.2.47   +16 -3  rpm/tests/Makefile.am
1.1.2.2 +22 -0  rpm/tests/ref/git.out
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.46 -r1.95.2.47 Makefile.am
  --- rpm/tests/Makefile.am 10 Mar 2012 16:43:12 -  1.95.2.46
  +++ rpm/tests/Makefile.am 10 Mar 2012 17:14:06 -  1.95.2.47
  @@ -972,13 +972,26 @@
   if WITH_LIBGIT2
@${echo} -n "--> rpmgit:"
@${echo} -n " init"
  - @-${tgit} init ${gitdir}
  + @${tgit} init ${gitdir}
@-(cd ${gitdir} && ${git} status 2>&1) >> tmp/git.out
@${echo} -n " add"
  - @-${tgit} add ${gitdir} foo
  + @${tgit} add ${gitdir} foo bar/baz bing/bang/boom
@-(cd ${gitdir} && ${git} status 2>&1) >> tmp/git.out
@${echo} -n " commit"
  - @-${tgit} commit ${gitdir}
  + @${tgit} commit ${gitdir}
  + @-(cd ${gitdir} && ${git} status 2>&1) >> tmp/git.out
  + @${echo} -n " modify"
  + @${cp} tmp/git/foo tmp/git/bar/baz
  + @-(cd ${gitdir} && ${git} status 2>&1) >> tmp/git.out
  + @${echo} -n "(FIXME)" #XXX
  + @${tgit} commit ${gitdir}
  + @${echo} -n bar/baz > tmp/git/bar/baz #XXX
  + @-(cd ${gitdir} && ${git} status 2>&1) >> tmp/git.out
  + @${echo}  " checkout(NOTYET)"
  + @${cp} tmp/git/bar/baz tmp/git/bing/bang/boom
  + @-(cd ${gitdir} && ${git} status 2>&1) >> tmp/git.out
  + @-${tgit} checkout ${gitdir}
  + @${echo} -n "bing/bang/boom" > tmp/git/bing/bang/boom #XXX
@-(cd ${gitdir} && ${git} status 2>&1) >> tmp/git.out
@${echo} ""
@-diff -u tmp/git.out ref/git.out || cp tmp/git.out ref/git.out
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/tests/ref/git.out
  
  $ cvs diff -u -r1.1.2.1 -r1.1.2.2 git.out
  --- rpm/tests/ref/git.out 10 Mar 2012 16:43:12 -  1.1.2.1
  +++ rpm/tests/ref/git.out 10 Mar 2012 17:14:07 -  1.1.2.2
  @@ -10,7 +10,29 @@
   # Changes to be committed:
   #   (use "git rm --cached ..." to unstage)
   #
  +#new file:   bar/baz
  +#new file:   bing/bang/boom
   #new file:   foo
   #
   # On branch master
   nothing to commit (working directory clean)
  +# On branch master
  +# Changed but not updated:
  +#   (use "git add ..." to update what will be committed)
  +#   (use "git checkout -- ..." to discard changes in working directory)
  +#
  +#modified:   bar/baz
  +#
  +no changes added to commit (use "git add" and/or "git commit -a")
  +# On branch master
  +nothing to commit (working directory clean)
  +# On branch master
  +# Changed but not updated:
  +#   (use "git add ..." to update what will be committed)
  +#   (use "git checkout -- ..." to discard changes in working directory)
  +#
  +#modified:   bing/bang/boom
  +#
  +no changes added to commit (use "git add" and/or "git commit -a")
  +# On branch master
  +nothing to commit (working directory clean)
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am rpm/tests/ref/ git.out

2012-03-10 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   10-Mar-2012 17:43:12
  Branch: rpm-5_4  Handle: 2012031016431200

  Added files:  (Branch: rpm-5_4)
rpm/tests/ref   git.out
  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- tests: automate git verification.

  Summary:
RevisionChanges Path
1.95.2.46   +10 -7  rpm/tests/Makefile.am
1.1.2.1 +16 -0  rpm/tests/ref/git.out
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.45 -r1.95.2.46 Makefile.am
  --- rpm/tests/Makefile.am 10 Mar 2012 16:15:37 -  1.95.2.45
  +++ rpm/tests/Makefile.am 10 Mar 2012 16:43:12 -  1.95.2.46
  @@ -967,18 +967,21 @@
   gitdir = $(testdir)/tmp/git
   check-git:
@echo "=== $@ ==="
  - @rm -rf ${gitdir}
  + @rm -rf ${gitdir} tmp/git.out
@mkdir -p ${gitdir}
   if WITH_LIBGIT2
  - @echo "--> git init"
  + @${echo} -n "--> rpmgit:"
  + @${echo} -n " init"
@-${tgit} init ${gitdir}
  - @-(cd ${gitdir} && ${git} status)
  - @echo "--> git add"
  + @-(cd ${gitdir} && ${git} status 2>&1) >> tmp/git.out
  + @${echo} -n " add"
@-${tgit} add ${gitdir} foo
  - @-(cd ${gitdir} && ${git} status)
  - @echo "--> git commit"
  + @-(cd ${gitdir} && ${git} status 2>&1) >> tmp/git.out
  + @${echo} -n " commit"
@-${tgit} commit ${gitdir}
  - @-(cd ${gitdir} && ${git} status)
  + @-(cd ${gitdir} && ${git} status 2>&1) >> tmp/git.out
  + @${echo} ""
  + @-diff -u tmp/git.out ref/git.out || cp tmp/git.out ref/git.out
   endif
   
   test:check-init \
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/tests/ref/git.out
  
  $ cvs diff -u -r0 -r1.1.2.1 git.out
  --- /dev/null 2012-03-10 17:38:25.0 +0100
  +++ git.out   2012-03-10 17:43:12.753987567 +0100
  @@ -0,0 +1,16 @@
  +# On branch master
  +#
  +# Initial commit
  +#
  +nothing to commit (create/copy files and use "git add" to track)
  +# On branch master
  +#
  +# Initial commit
  +#
  +# Changes to be committed:
  +#   (use "git rm --cached ..." to unstage)
  +#
  +#new file:   foo
  +#
  +# On branch master
  +nothing to commit (working directory clean)
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2012-03-10 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   10-Mar-2012 14:05:51
  Branch: rpm-5_4  Handle: 2012031013055100

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- tests: tools/wget renaming.

  Summary:
RevisionChanges Path
1.95.2.44   +2  -2  rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.43 -r1.95.2.44 Makefile.am
  --- rpm/tests/Makefile.am 10 Mar 2012 13:03:59 -  1.95.2.43
  +++ rpm/tests/Makefile.am 10 Mar 2012 13:05:51 -  1.95.2.44
  @@ -111,8 +111,8 @@
   ngsr =   $(abs_top_builddir)/js/ngsr
   rc = $(abs_top_builddir)/tools/rc
   tgit =   ${abs_top_builddir}/rpmio/tgit
  -#wget =  $(abs_top_builddir)/tools/rpmwget -nv
  -wget =   wget -nv
  +wget =   $(abs_top_builddir)/tools/wget -nv
  +#wget =  wget -nv
   
   vg = $(LIBTOOL) --mode=execute /home/jbj/bin/vg 
   
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2012-03-10 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   10-Mar-2012 14:03:59
  Branch: rpm-5_4  Handle: 2012031013035900

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- tests: resureect the waterfalls.

  Summary:
RevisionChanges Path
1.95.2.43   +2  -1  rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.42 -r1.95.2.43 Makefile.am
  --- rpm/tests/Makefile.am 10 Mar 2012 03:23:06 -  1.95.2.42
  +++ rpm/tests/Makefile.am 10 Mar 2012 13:03:59 -  1.95.2.43
  @@ -111,7 +111,8 @@
   ngsr =   $(abs_top_builddir)/js/ngsr
   rc = $(abs_top_builddir)/tools/rc
   tgit =   ${abs_top_builddir}/rpmio/tgit
  -wget =   $(abs_top_builddir)/tools/rpmwget -nv
  +#wget =  $(abs_top_builddir)/tools/rpmwget -nv
  +wget =   wget -nv
   
   vg = $(LIBTOOL) --mode=execute /home/jbj/bin/vg 
   
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2012-03-09 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   10-Mar-2012 04:23:07
  Branch: rpm-5_4  Handle: 2012031003230600

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- tests: stub-in a check-git test. todo++.
- tests: disable check-convert now that db-5.3.15 is a known quantity.

  Summary:
RevisionChanges Path
1.95.2.42   +23 -5  rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.41 -r1.95.2.42 Makefile.am
  --- rpm/tests/Makefile.am 2 Mar 2012 00:24:02 -   1.95.2.41
  +++ rpm/tests/Makefile.am 10 Mar 2012 03:23:06 -  1.95.2.42
  @@ -110,8 +110,10 @@
   mtree =  $(abs_top_builddir)/tools/mtree
   ngsr =   $(abs_top_builddir)/js/ngsr
   rc = $(abs_top_builddir)/tools/rc
  +tgit =   ${abs_top_builddir}/rpmio/tgit
  +wget =   $(abs_top_builddir)/tools/rpmwget -nv
  +
   vg = $(LIBTOOL) --mode=execute /home/jbj/bin/vg 
  -wget =   wget -nv
   
   sudo =   sudo
   
  @@ -158,6 +160,7 @@
   cpio =   @__CPIO@
   diff =   @__DIFF@
   file =   @__FILE@
  +git =@__GIT@
   gpg =@__GPG@
   gsr =@__GSR@
   ln = @__LN@
  @@ -167,6 +170,7 @@
   mongoserver =198.178.231.189
   mv = @__MV@
   rm = @__RM@
  +rmdir =  @__RMDIR@
   sqlite3 =@__SQLITE3@
   tar =@__TAR@
   
  @@ -496,15 +500,17 @@
   MAG2011_manifest = $(testdir)/ref/mag2011-medium.i586.manifest
   
   # MDV -- Mandriva
  -MDV_mirror = ftp://mirrors.us.kernel.org/mandriva/Mandrakelinux/official
  +MDV_mirror = http://mirrors.us.kernel.org/mandriva/Mandrakelinux/official
   MDV2009_uri =$(MDV_mirror)/2009.0/i586/media/main/release/
   MDV2009_manifest = $(testdir)/ref/mdv2009-minimal.i586.manifest
   MDV2010_uri =$(MDV_mirror)/2010.0/i586/media/main/release/
   MDV2010_manifest = $(testdir)/ref/mdv2010-minimal.i586.manifest
   MDV20101_uri =   $(MDV_mirror)/2010.1/i586/media/main/release/
   MDV20101_manifest = $(testdir)/ref/Mandriva2010.1-bash.i586.manifest
  -MDV2011_uri =/home/i586-mandriva-mdv2011.0/i586/media/main/release/
  -MDV2011_manifest = $(testdir)/ref/mdv2011-medium.i586.manifest
  +#MDV20102_uri =  $(MDV_mirror)/2010.2/i586/media/main/release/
  +#MDV20102_manifest = $(testdir)/ref/Mandriva2010.2-bash.i586.manifest
  +MDV2011_uri =$(MDV_mirror)/2011/i586/media/main/release/
  +MDV2011_manifest = $(testdir)/ref/mdv2011-everything.i586.manifest
   # MEEGO -- MeeGo
   # XXX lt-find: rpmdav.c:1331: htmlParse: Assertion `he > h' failed.
   MEEGO_mirror =   http://repo.meego.com/MeeGo/builds/1.0.99/daily/
  @@ -956,10 +962,22 @@
@-${rpm} -U lua-test/lua-test-*.noarch.rpm
@-${rpm} -e lua-test
   
  +gitdir = $(testdir)/tmp/git
  +check-git:
  + @echo "=== $@ ==="
  + @rm -rf ${gitdir}
  + @mkdir -p ${gitdir}
  + -${tgit} init ${gitdir}
  + @-(cd ${gitdir} && ${git} status)
  + -${tgit} add ${gitdir} foo
  + @-(cd ${gitdir} && ${git} status)
  + -${tgit} commit ${gitdir}
  + @-(cd ${gitdir} && ${git} status)
  +
   test:check-init check-pubkeys check-markup check-macros \
check-build check-sign check-ACID check-install \
check-query check-verify check-rpmv3\
  - check-triggers check-convert # check-tools # check-repo
  + check-triggers # check-convert # check-tools # check-repo
   
   check-local: check-init
   
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2012-03-01 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   02-Mar-2012 01:24:02
  Branch: rpm-5_4  Handle: 2012030200240200

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- chattr in OWL2 needs to be run with sudo

  Summary:
RevisionChanges Path
1.95.2.41   +10 -9  rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.40 -r1.95.2.41 Makefile.am
  --- rpm/tests/Makefile.am 1 Mar 2012 13:21:18 -   1.95.2.40
  +++ rpm/tests/Makefile.am 2 Mar 2012 00:24:02 -   1.95.2.41
  @@ -736,10 +736,10 @@
@mkdir -p $(&1 | tee -a $( $( ${&1 || : ; \
  -   [ -d $(http://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2012-03-01 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   01-Mar-2012 14:21:18
  Branch: rpm-5_4  Handle: 2012030113211800

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- remove lazily created (by root) solveB/solveC databases.

  Summary:
RevisionChanges Path
1.95.2.40   +3  -1  rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.39 -r1.95.2.40 Makefile.am
  --- rpm/tests/Makefile.am 1 Mar 2012 04:25:49 -   1.95.2.39
  +++ rpm/tests/Makefile.am 1 Mar 2012 13:21:18 -   1.95.2.40
  @@ -764,6 +764,7 @@
@-sudo umount $( $(&1 || : ; \
  @@ -801,6 +802,7 @@
  ${sudo} rm -rf $(http://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2012-02-29 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   01-Mar-2012 05:25:49
  Branch: rpm-5_4  Handle: 2012030104254900

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- harden Install-FOO and Verify-FOO against some errors.

  Summary:
RevisionChanges Path
1.95.2.39   +10 -2  rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.38 -r1.95.2.39 Makefile.am
  --- rpm/tests/Makefile.am 1 Mar 2012 03:39:03 -   1.95.2.38
  +++ rpm/tests/Makefile.am 1 Mar 2012 04:25:49 -   1.95.2.39
  @@ -748,6 +748,12 @@
  -D '_solve_A $(&1 | tee -a $( $(&1 || : ; \
  +   [ -d $(http://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2012-02-29 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   01-Mar-2012 04:39:03
  Branch: rpm-5_4  Handle: 2012030103390300

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- OWL3 caching.

  Summary:
RevisionChanges Path
1.95.2.38   +3  -1  rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.37 -r1.95.2.38 Makefile.am
  --- rpm/tests/Makefile.am 1 Mar 2012 03:04:59 -   1.95.2.37
  +++ rpm/tests/Makefile.am 1 Mar 2012 03:39:03 -   1.95.2.38
  @@ -618,7 +618,8 @@
   
   XXXcache =   /var/www/html/cache
   XXXIDMS =$(XXXcache)/i586-idms-linux/RPMS/
  -XXXOWL2 =$(XXXcache)/i386-owl2-linux/RPMS/
  +XXXOWL2 =$(XXXcache)/i386-openwall-OWL2/RPMS/
  +XXXOWL3 =$(XXXcache)/i686-openwall-OWL3/RPMS/
   
   XXXG =   /var/www/html/geode-RHEL6/RPMS/
   
  @@ -642,6 +643,7 @@
  G)$(cp) `cat ${G_manifest}` $@ ;; \
  IDMS) $(ln) -s ${XXXIDMS}/* $@ ;; \
  OWL2) $(ln) -s ${XXXOWL2}/* $@ ;; \
  +   OWL3) $(ln) -s ${XXXOWL3}/* $@ ;; \
  CM15) $(cp) $$(cat $< | sed -e 
's,^.*/\(media/[^/]*/release/[^/]*\)/,${XXXCM15}\1,') $@ ;; \
  CM14) $(cp) $$(cat $< | sed -e 's,^.*/,${XXXCM14}/,') $@ ;; \
  MAG2011) $(cp) $$(cat $< | sed -e 's,^.*/,${XXXMAG2011},') $@ ;; \
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2012-02-29 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   01-Mar-2012 04:04:59
  Branch: rpm-5_4  Handle: 2012030103045900

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- OWL2 cache.

  Summary:
RevisionChanges Path
1.95.2.37   +6  -2  rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.36 -r1.95.2.37 Makefile.am
  --- rpm/tests/Makefile.am 1 Mar 2012 02:53:10 -   1.95.2.36
  +++ rpm/tests/Makefile.am 1 Mar 2012 03:04:59 -   1.95.2.37
  @@ -617,8 +617,11 @@
fi
   
   XXXcache =   /var/www/html/cache
  -XXXG =   /var/www/html/geode-RHEL6/RPMS/
   XXXIDMS =$(XXXcache)/i586-idms-linux/RPMS/
  +XXXOWL2 =$(XXXcache)/i386-owl2-linux/RPMS/
  +
  +XXXG =   /var/www/html/geode-RHEL6/RPMS/
  +
   XXXCM15 =/home/i586-caixa-cm15/ftp.caixamagica.pt/15/oficial/i586/
   XXXCM14 =
/home/i586-caixa-cm14/ftp.caixamagica.pt/14/oficial/i586/media/main/release/
   
  @@ -638,11 +641,12 @@
  case $(@D) in \
  G)$(cp) `cat ${G_manifest}` $@ ;; \
  IDMS) $(ln) -s ${XXXIDMS}/* $@ ;; \
  +   OWL2) $(ln) -s ${XXXOWL2}/* $@ ;; \
  CM15) $(cp) $$(cat $< | sed -e 
's,^.*/\(media/[^/]*/release/[^/]*\)/,${XXXCM15}\1,') $@ ;; \
  CM14) $(cp) $$(cat $< | sed -e 's,^.*/,${XXXCM14}/,') $@ ;; \
  MAG2011) $(cp) $$(cat $< | sed -e 's,^.*/,${XXXMAG2011},') $@ ;; \
  UL) $(cp) $$(cat $< | sed -e 's,^.*/\([^/]*\)/,${XXXUL2011}/\1/,') $@ 
;; \
  -   MDV2011)  $(cp) $$(cat $<) $@ ;; \
  +   MDV2011) $(cp) $$(cat $<) $@ ;; \
  MDV2010) $(cp) $$(cat $< | sed -e 's,^.*/,${XXXMDV2010}/,') $@ ;; \
  MDV2009) $(cp) $$(cat $< | sed -e 's,^.*/,${XXXMDV2009}/,') $@ ;; \
  *)cd $@ && ${wget} -c -i $(testdir)/$(@D)/manifest ;; \
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2012-02-29 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   01-Mar-2012 03:53:10
  Branch: rpm-5_4  Handle: 2012030102531000

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- create symlinks instead of copying.
- OWL needs "chatter -a ROOT/tmp/.private" before rm -rf.
- remove the just installed ROOT for now.

  Summary:
RevisionChanges Path
1.95.2.36   +5  -1  rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.35 -r1.95.2.36 Makefile.am
  --- rpm/tests/Makefile.am 29 Feb 2012 19:02:23 -  1.95.2.35
  +++ rpm/tests/Makefile.am 1 Mar 2012 02:53:10 -   1.95.2.36
  @@ -154,11 +154,13 @@
   
   dbsql =  $(abs_top_builddir)/tools/dbsql
   
  +chattr = @__CHATTR@
   cpio =   @__CPIO@
   diff =   @__DIFF@
   file =   @__FILE@
   gpg =@__GPG@
   gsr =@__GSR@
  +ln = @__LN@
   mkdir =  @__MKDIR@
   mongo =  @__MONGO@
   # XXX mongo.rpm5.org
  @@ -635,7 +637,7 @@
  echo "==> Download $@ ..."; \
  case $(@D) in \
  G)$(cp) `cat ${G_manifest}` $@ ;; \
  -   IDMS) $(cp) ${XXXIDMS}/* $@ ;; \
  +   IDMS) $(ln) -s ${XXXIDMS}/* $@ ;; \
  CM15) $(cp) $$(cat $< | sed -e 
's,^.*/\(media/[^/]*/release/[^/]*\)/,${XXXCM15}\1,') $@ ;; \
  CM14) $(cp) $$(cat $< | sed -e 's,^.*/,${XXXCM14}/,') $@ ;; \
  MAG2011) $(cp) $$(cat $< | sed -e 's,^.*/,${XXXMAG2011},') $@ ;; \
  @@ -750,6 +752,8 @@
@-sudo umount $( $(http://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2012-02-29 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   29-Feb-2012 20:02:24
  Branch: rpm-5_4  Handle: 2012022919022300

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- cache for i586-idms-linux packages.

  Summary:
RevisionChanges Path
1.95.2.35   +2  -1  rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.34 -r1.95.2.35 Makefile.am
  --- rpm/tests/Makefile.am 27 Feb 2012 21:33:15 -  1.95.2.34
  +++ rpm/tests/Makefile.am 29 Feb 2012 19:02:23 -  1.95.2.35
  @@ -614,8 +614,9 @@
  ls -l ${@D}/uri $@ ${@D}/distros.mongo; \
fi
   
  +XXXcache =   /var/www/html/cache
   XXXG =   /var/www/html/geode-RHEL6/RPMS/
  -XXXIDMS =/home/i586-idms-linux/RPMS/
  +XXXIDMS =$(XXXcache)/i586-idms-linux/RPMS/
   XXXCM15 =/home/i586-caixa-cm15/ftp.caixamagica.pt/15/oficial/i586/
   XXXCM14 =
/home/i586-caixa-cm14/ftp.caixamagica.pt/14/oficial/i586/media/main/release/
   
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2012-02-27 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   27-Feb-2012 22:33:15
  Branch: rpm-5_4  Handle: 2012022721331500

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- tests: re-enable check-convert.

  Summary:
RevisionChanges Path
1.95.2.34   +1  -1  rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.33 -r1.95.2.34 Makefile.am
  --- rpm/tests/Makefile.am 26 Feb 2012 00:22:56 -  1.95.2.33
  +++ rpm/tests/Makefile.am 27 Feb 2012 21:33:15 -  1.95.2.34
  @@ -937,7 +937,7 @@
   test:check-init check-pubkeys check-markup check-macros \
check-build check-sign check-ACID check-install \
check-query check-verify check-rpmv3\
  - check-triggers # check-convert # check-tools # check-repo
  + check-triggers check-convert # check-tools # check-repo
   
   check-local: check-init
   
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2012-02-25 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   26-Feb-2012 01:22:56
  Branch: rpm-5_4  Handle: 2012022600225600

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- tests: invoke wget from PATH for non-linux.

  Summary:
RevisionChanges Path
1.95.2.33   +1  -1  rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.32 -r1.95.2.33 Makefile.am
  --- rpm/tests/Makefile.am 22 Feb 2012 23:31:39 -  1.95.2.32
  +++ rpm/tests/Makefile.am 26 Feb 2012 00:22:56 -  1.95.2.33
  @@ -111,7 +111,7 @@
   ngsr =   $(abs_top_builddir)/js/ngsr
   rc = $(abs_top_builddir)/tools/rc
   vg = $(LIBTOOL) --mode=execute /home/jbj/bin/vg 
  -wget =   /usr/bin/wget -nv
  +wget =   wget -nv
   
   sudo =   sudo
   
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2012-02-22 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   23-Feb-2012 00:31:39
  Branch: rpm-5_4  Handle: 201203313900

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- remove --nosignature.

  Summary:
RevisionChanges Path
1.95.2.32   +10 -10 rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.31 -r1.95.2.32 Makefile.am
  --- rpm/tests/Makefile.am 22 Feb 2012 20:42:12 -  1.95.2.31
  +++ rpm/tests/Makefile.am 22 Feb 2012 23:31:39 -  1.95.2.32
  @@ -280,9 +280,9 @@
   .PHONY:  check-markup
   check-markup: $(POPTPKGS)
@echo "=== $@ ==="
  - @${rpm} -qp --nosignature --qf '[%{*:yaml}\n]' popt*.rpm > tmp/popt.yaml
  + @${rpm} -qp --qf '[%{*:yaml}\n]' popt*.rpm > tmp/popt.yaml
@diff -u {tmp,ref}/popt.yaml
  - @${rpm} -qp --nosignature --qf '[%{*:xml}\n]' popt*.rpm > tmp/popt.xml
  + @${rpm} -qp --qf '[%{*:xml}\n]' popt*.rpm > tmp/popt.xml
@-diff -u {tmp,ref}/popt.xml
   
   .PHONY: check-rpmrepo
  @@ -327,11 +327,11 @@
   %.src.rpm: $(wildcard *.spec)
@${rpm} -bs --nodeps $^
   
  -BUILD_DIRS ?= $(shell ${rpm} -qp --qf '%{NAME} ' --nosignature $(wildcard 
*.src.rpm))
  +BUILD_DIRS ?= $(shell ${rpm} -qp --qf '%{NAME} ' $(wildcard *.src.rpm))
   
   $(BUILD_DIRS): $(wildcard %-*.src.rpm)
@echo "=== build $@ ==="
  - ${rpm} -i --nosignature --nodeps $@-*.src.rpm
  + ${rpm} -i --nodeps $@-*.src.rpm
(cd $@ && ${rpm} -q --specfile $@.spec && ${rpm} -q --specsrpm $@.spec 
&& ${rpm} -q --specfile --specedit $@.spec && ${rpm} -bb --nodeps $@.spec || :) 
> /dev/null
   
   define IGNORED_BY_GNU_MAKE:
  @@ -660,7 +660,7 @@
@echo "`${now}` ==> ${@D}: Exporting ..." | tee -a ${@D}/export
for F in $ $$F"; \
  -   ${rpm} -qp --nosignature --json $$F | tee -a $@ | ${mongo} 
${mongoserver}/${@D} > /dev/null; \
  +   ${rpm} -qp --json $$F | tee -a $@ | ${mongo} ${mongoserver}/${@D} > 
/dev/null; \
done
@echo "`${now}` <== ${@D}: Exported." | tee -a ${@D}/export
   
  @@ -688,7 +688,7 @@
@-${rpm} -i -D '_dbpath ${@D}/solve' --justdb --stats \
  -D '_hrmib_path %{nil}' \
  -D '__dbi_txn create nofsync lock log mpool txn auto_commit thread 
thread_count=64' \
  -   --noaid --ignoresize --nodeps --noorder --nosignature \
  +   --noaid --ignoresize --nodeps --noorder \
  $< \
  2>&1 | tee -a ${@D}/import
ls -al ${@D}/solve
  @@ -737,11 +737,11 @@
  -D '_dbpath /var/lib/rpm' \
  -D '_hrmib_path /var/cache/hrmib/%{___NVRA}' \
  -D '_solve_A $(&1 | tee -a $(&1 | tee -a $(&1 || : ; \
  ${rpm} -Va --nofiles --noaid --stats \
-D '_dbpath $(testdir)/$(&1 || : ; \
  ${sudo} ${rpm} -e --stats \
-r $(testdir)/$(http://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am rpm/tests/ref/ owl2-everyth...

2012-02-19 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   19-Feb-2012 20:30:48
  Branch: rpm-5_4  Handle: 2012021919304800

  Added files:  (Branch: rpm-5_4)
rpm/tests/ref   owl2-everything.i386.manifest
  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- tests: add owl2-evrything.i386.manifest.

  Summary:
RevisionChanges Path
1.95.2.30   +1  -0  rpm/tests/Makefile.am
1.1.2.1 +200 -0 rpm/tests/ref/owl2-everything.i386.manifest
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.29 -r1.95.2.30 Makefile.am
  --- rpm/tests/Makefile.am 19 Feb 2012 18:28:26 -  1.95.2.29
  +++ rpm/tests/Makefile.am 19 Feb 2012 19:30:48 -  1.95.2.30
  @@ -525,6 +525,7 @@
   OWL_mirror = http://distro.ibiblio.org/pub/linux/distributions/openwall/Owl
   OWL2_uri =   $(OWL_mirror)/2.0-stable/i386/RPMS/
   OWL3_uri =   $(OWL_mirror)/3.0-stable/i686/RPMS/
  +OWL2_manifest =  $(testdir)/ref/owl2-everything.i386.manifest
   # PCLOS -- PCLinuxOS
   # PLD -- PLD Linux
   PLD_mirror = http://ftp.pld-linux.org/dists
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/tests/ref/owl2-everything.i386.manifest
  
  $ cvs diff -u -r0 -r1.1.2.1 owl2-everything.i386.manifest
  --- /dev/null 2012-02-19 20:30:28.0 +0100
  +++ owl2-everything.i386.manifest 2012-02-19 20:30:48.687845085 +0100
  @@ -0,0 +1,200 @@
  
+http://distro.ibiblio.org/pub/linux/distributions/openwall/Owl/2.0-stable/i386/RPMS/SimplePAMApps-0.60-owl28.i386.rpm
  
+http://distro.ibiblio.org/pub/linux/distributions/openwall/Owl/2.0-stable/i386/RPMS/SysVinit-2.86-owl1.i386.rpm
  
+http://distro.ibiblio.org/pub/linux/distributions/openwall/Owl/2.0-stable/i386/RPMS/acct-6.3.5-owl15.i386.rpm
  
+http://distro.ibiblio.org/pub/linux/distributions/openwall/Owl/2.0-stable/i386/RPMS/autoconf-2.59-owl2.noarch.rpm
  
+http://distro.ibiblio.org/pub/linux/distributions/openwall/Owl/2.0-stable/i386/RPMS/automake-1.9.5-owl2.noarch.rpm
  
+http://distro.ibiblio.org/pub/linux/distributions/openwall/Owl/2.0-stable/i386/RPMS/basesystem-99.0-owl1.noarch.rpm
  
+http://distro.ibiblio.org/pub/linux/distributions/openwall/Owl/2.0-stable/i386/RPMS/bash-3.1.7-owl1.2.0.1.i386.rpm
  
+http://distro.ibiblio.org/pub/linux/distributions/openwall/Owl/2.0-stable/i386/RPMS/bash-doc-3.1.7-owl1.2.0.1.i386.rpm
  
+http://distro.ibiblio.org/pub/linux/distributions/openwall/Owl/2.0-stable/i386/RPMS/bc-1.06-owl6.i386.rpm
  
+http://distro.ibiblio.org/pub/linux/distributions/openwall/Owl/2.0-stable/i386/RPMS/bind-9.3.5-owl3.2.0.2.i386.rpm
  
+http://distro.ibiblio.org/pub/linux/distributions/openwall/Owl/2.0-stable/i386/RPMS/bind-doc-9.3.5-owl3.2.0.2.i386.rpm
  
+http://distro.ibiblio.org/pub/linux/distributions/openwall/Owl/2.0-stable/i386/RPMS/bind-libs-9.3.5-owl3.2.0.2.i386.rpm
  
+http://distro.ibiblio.org/pub/linux/distributions/openwall/Owl/2.0-stable/i386/RPMS/bind-utils-9.3.5-owl3.2.0.2.i386.rpm
  
+http://distro.ibiblio.org/pub/linux/distributions/openwall/Owl/2.0-stable/i386/RPMS/binutils-2.15.94.0.2.2-owl4.i386.rpm
  
+http://distro.ibiblio.org/pub/linux/distributions/openwall/Owl/2.0-stable/i386/RPMS/bison-2.0-owl1.i386.rpm
  
+http://distro.ibiblio.org/pub/linux/distributions/openwall/Owl/2.0-stable/i386/RPMS/bzip2-1.0.5-owl1.i386.rpm
  
+http://distro.ibiblio.org/pub/linux/distributions/openwall/Owl/2.0-stable/i386/RPMS/bzip2-devel-1.0.5-owl1.i386.rpm
  
+http://distro.ibiblio.org/pub/linux/distributions/openwall/Owl/2.0-stable/i386/RPMS/cdk-5.0-owl2.i386.rpm
  
+http://distro.ibiblio.org/pub/linux/distributions/openwall/Owl/2.0-stable/i386/RPMS/cdk-devel-5.0-owl2.i386.rpm
  
+http://distro.ibiblio.org/pub/linux/distributions/openwall/Owl/2.0-stable/i386/RPMS/chkconfig-1.3.25-owl1.i386.rpm
  
+http://distro.ibiblio.org/pub/linux/distributions/openwall/Owl/2.0-stable/i386/RPMS/coreutils-5.93-owl2.i386.rpm
  
+http://distro.ibiblio.org/pub/linux/distributions/openwall/Owl/2.0-stable/i386/RPMS/cpio-2.6-owl3.i386.rpm
  
+http://distro.ibiblio.org/pub/linux/distributions/openwall/Owl/2.0-stable/i386/RPMS/cpp-3.4.5-owl2.i386.rpm
  
+http://distro.ibiblio.org/pub/linux/distributions/openwall/Owl/2.0-stable/i386/RPMS/crontabs-2.1-owl1.i386.rpm
  
+http://distro.ibiblio.org/pub/linux/distributions/openwall/Owl/2.0-stable/i386/RPMS/cvs-1.11.21-owl2.i386.rpm
  
+http://distro.ibiblio.org/pub/linux/distributions/openwall/Owl/2.0-stable/i386/RPMS/cvs-c

[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am spew.conf

2012-02-19 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   19-Feb-2012 19:28:27
  Branch: rpm-5_4  Handle: 2012021918282600

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am spew.conf

  Log:
- tests: add OWL3, retarget OWL2.

  Summary:
RevisionChanges Path
1.95.2.29   +4  -3  rpm/tests/Makefile.am
1.5.2.4 +3  -0  rpm/tests/spew.conf
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.28 -r1.95.2.29 Makefile.am
  --- rpm/tests/Makefile.am 19 Feb 2012 04:00:54 -  1.95.2.28
  +++ rpm/tests/Makefile.am 19 Feb 2012 18:28:26 -  1.95.2.29
  @@ -522,8 +522,9 @@
   OJUBA_mirror =   http://www.ojuba.org/downloads/releases
   OJUBA4_uri = $(OJUBA_mirror)/4/Everything/i386/os/Packages/
   # OWL == OpenWall Linux
  -OWL_mirror = 
http://distro.ibiblio.org/pub/linux/distributions/openwall/Owl/current
  -OWL2_uri =   $(OWL_mirror)/i686/RPMS/
  +OWL_mirror = http://distro.ibiblio.org/pub/linux/distributions/openwall/Owl
  +OWL2_uri =   $(OWL_mirror)/2.0-stable/i386/RPMS/
  +OWL3_uri =   $(OWL_mirror)/3.0-stable/i686/RPMS/
   # PCLOS -- PCLinuxOS
   # PLD -- PLD Linux
   PLD_mirror = http://ftp.pld-linux.org/dists
  @@ -580,7 +581,7 @@
MDV2009 MDV2010 MDV2011 MAG2011 \
MEEGO MOBLIN21 \
OJUBA4 \
  - OWL2 \
  + OWL2 OWL3 \
PLD3 \
SL55 SL54 SL53 SL52 SL51 SL50 \
SLES11_3 SLES11_2 SLES11_1  \
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/tests/spew.conf
  
  $ cvs diff -u -r1.5.2.3 -r1.5.2.4 spew.conf
  --- rpm/tests/spew.conf   6 Nov 2011 13:14:41 -   1.5.2.3
  +++ rpm/tests/spew.conf   19 Feb 2012 18:28:26 -  1.5.2.4
  @@ -204,6 +204,9 @@
   %OWL2
   %packagesOWL2
   
  +%OWL3
  +%packagesOWL3
  +
   %PLD3
   %packagesPLD3
   
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2012-02-18 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   19-Feb-2012 05:00:55
  Branch: rpm-5_4  Handle: 2012021904005400

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- tests: re-enable algorithm tests (but leave hkp:// retrieval stubbed
out).

  Summary:
RevisionChanges Path
1.95.2.28   +12 -12 rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.27 -r1.95.2.28 Makefile.am
  --- rpm/tests/Makefile.am 16 Feb 2012 19:00:20 -  1.95.2.27
  +++ rpm/tests/Makefile.am 19 Feb 2012 04:00:54 -  1.95.2.28
  @@ -228,28 +228,28 @@
@${cp} ref/DB_CONFIG tmp/rpmdb
@${rpm} --import tmp/DSA.pubpem
@${rpm} --import tmp/RSA.pubpem
  -#@${echo} -n "--> default: HKP"
  + @${echo} -n "--> default: HKP"
   #@${thkp} > tmp/hkp || :
   #@diff -u tmp/hkp ref/hkp || cp tmp/hkp ref/hkp
  -#@${tpgp}
  -#@${echo} -n "--> beecrypt: HKP"
  + @${tpgp}
  + @${echo} -n "--> beecrypt: HKP"
   #@${thkp} --usecrypto bc > /dev/null || :
  -#@${tpgp} --usecrypto bc
  + @${tpgp} --usecrypto bc
   #@${echo} -n "--> cdsa: HKP"
   #@-${thkp} --usecrypto cdsa > /dev/null || :
   #@-${tpgp} --usecrypto cdsa
  -#@${echo} -n "--> gcrypt: HKP"
  + @${echo} -n "--> gcrypt: HKP"
   #@-${thkp} --usecrypto gc > /dev/null 2>&1 || :
  -#@-${tpgp} --usecrypto gc
  -#@${echo} -n "--> tomcrypt: HKP"
  + @-${tpgp} --usecrypto gc
  + @${echo} -n "--> tomcrypt: HKP"
   #@-${thkp} --usecrypto ltc > /dev/null 2>&1 || :
  -#@-${tpgp} --usecrypto ltc
  -#@${echo} -n "--> nss: HKP"
  + @-${tpgp} --usecrypto ltc
  + @${echo} -n "--> nss: HKP"
   #@-${thkp} --usecrypto nss > /dev/null || :
  -#@-${tpgp} --usecrypto nss
  -#@${echo} -n "--> openssl: HKP"
  + @-${tpgp} --usecrypto nss
  + @${echo} -n "--> openssl: HKP"
   #@-${thkp} --usecrypto ssl > /dev/null || :
  -#@-${tpgp} --usecrypto ssl
  + @-${tpgp} --usecrypto ssl
@${rpm} --import $(top_srcdir)/pubkeys/JBJ-GPG-KEY
@${rpm} -Kv $(POPTPKGS) > tmp/popt.Kv
@diff -u tmp/popt.Kv ref/popt.Kv
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2012-02-16 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   16-Feb-2012 20:00:21
  Branch: rpm-5_4  Handle: 2012021619002000

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- re-enable stubbed-out check-ACID commands.

  Summary:
RevisionChanges Path
1.95.2.27   +21 -21 rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.26 -r1.95.2.27 Makefile.am
  --- rpm/tests/Makefile.am 15 Feb 2012 21:58:44 -  1.95.2.26
  +++ rpm/tests/Makefile.am 16 Feb 2012 19:00:20 -  1.95.2.27
  @@ -401,26 +401,26 @@
   
   check-ACID:
@echo "=== $@ ==="
  - -${db_upgrade} Packages > /dev/null 2>&1
  - -${db_checkpoint} -1> /dev/null 2>&1
  - -${rpm} -U ref/edos.manifest
  - -${db_dump} Packages | ${db_load} Packages-NEW
  - -${db_verify} Packages-NEW > /dev/null 2>&1
  - rm -f $(rpmdb)/Packages-NEW
  - -${db_verify} Packages > /dev/null 2>&1
  - -${db_stat} -CA > /dev/null 2>&1
  - rm -f $(rpmdb)/Nvra
  - -${rpm} -q tyre > /dev/null 2>&1
  - [ -f $(rpmdb)/Nvra ] || echo "NACK: Nvra not re-created!"
  - rm -f $(rpmdb)/Conflictname
  - -${rpm} -q --whatconflicts tyre > /dev/null 2>&1
  - [ -f $(rpmdb)/Conflictname ] || echo "NACK: Conflictname not 
re-created!"
  - rm -f $(rpmdb_Tables)
  - -${db_recover} -e
  - -${rpm} -e car engine wheel door tyre window glass
  - -${db_printlog} -r  > /dev/null 2>&1
  - -${db_checkpoint} -1> /dev/null 2>&1
  - -${db_archive} -d
  + @${db_upgrade} Packages > /dev/null 2>&1
  + @${db_checkpoint} -1> /dev/null 2>&1
  + @${rpm} -U ref/edos.manifest
  + @${db_dump} Packages | ${db_load} Packages-NEW
  + @${db_verify} Packages-NEW > /dev/null 2>&1
  + @rm $(rpmdb)/Packages-NEW
  + @${db_verify} Packages > /dev/null 2>&1
  + @${db_stat} -CA > /dev/null 2>&1
  + @rm -f $(rpmdb)/Nvra
  + @${rpm} -q tyre > /dev/null 2>&1
  + @[ -f $(rpmdb)/Nvra ] || echo "NACK: Nvra not re-created!"
  + @rm -f $(rpmdb)/Conflictname
  + @${rpm} -q --whatconflicts tyre > /dev/null 2>&1
  + @[ -f $(rpmdb)/Conflictname ] || echo "NACK: Conflictname not 
re-created!"
  + @rm -f $(rpmdb_Tables)
  + @${db_recover} -e
  + @${rpm} -e car engine wheel door tyre window glass
  + @${db_printlog} -r  > /dev/null 2>&1
  + @${db_checkpoint} -1> /dev/null 2>&1
  + @${db_archive} -d
   
   check-install:
@echo "=== $@ ==="
  @@ -845,7 +845,7 @@
@-${rpm} -e probes devtool-sanity
@-${rpm} -U --justdb --nodeps tmp/manifest
@-${rpm} -V probes devtool-sanity > /dev/null
  -#@-${rpm} -Va > /dev/null
  + @-${rpm} -Va > /dev/null
   #XXX @-${rpm} -Vp tmp/manifest
@-${rpm} -e --noscripts --notriggers --allmatches '^triggers-.*'
@-${rpm} -e car engine wheel door tyre window glass
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2012-02-15 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   15-Feb-2012 22:58:44
  Branch: rpm-5_4  Handle: 2012021521584400

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- stub out failing tests while bootstrapping buildbot's.

  Summary:
RevisionChanges Path
1.95.2.26   +41 -40 rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.25 -r1.95.2.26 Makefile.am
  --- rpm/tests/Makefile.am 6 Nov 2011 13:14:41 -   1.95.2.25
  +++ rpm/tests/Makefile.am 15 Feb 2012 21:58:44 -  1.95.2.26
  @@ -110,6 +110,7 @@
   mtree =  $(abs_top_builddir)/tools/mtree
   ngsr =   $(abs_top_builddir)/js/ngsr
   rc = $(abs_top_builddir)/tools/rc
  +vg = $(LIBTOOL) --mode=execute /home/jbj/bin/vg 
   wget =   /usr/bin/wget -nv
   
   sudo =   sudo
  @@ -227,28 +228,28 @@
@${cp} ref/DB_CONFIG tmp/rpmdb
@${rpm} --import tmp/DSA.pubpem
@${rpm} --import tmp/RSA.pubpem
  - @${echo} -n "--> default: HKP"
  - @${thkp} > tmp/hkp || :
  - @diff -u tmp/hkp ref/hkp || cp tmp/hkp ref/hkp
  - @${tpgp}
  - @${echo} -n "--> beecrypt: HKP"
  - @${thkp} --usecrypto bc > /dev/null || :
  - @${tpgp} --usecrypto bc
  +#@${echo} -n "--> default: HKP"
  +#@${thkp} > tmp/hkp || :
  +#@diff -u tmp/hkp ref/hkp || cp tmp/hkp ref/hkp
  +#@${tpgp}
  +#@${echo} -n "--> beecrypt: HKP"
  +#@${thkp} --usecrypto bc > /dev/null || :
  +#@${tpgp} --usecrypto bc
   #@${echo} -n "--> cdsa: HKP"
   #@-${thkp} --usecrypto cdsa > /dev/null || :
   #@-${tpgp} --usecrypto cdsa
  - @${echo} -n "--> gcrypt: HKP"
  - @-${thkp} --usecrypto gc > /dev/null 2>&1 || :
  - @-${tpgp} --usecrypto gc
  - @${echo} -n "--> tomcrypt: HKP"
  - @-${thkp} --usecrypto ltc > /dev/null 2>&1 || :
  - @-${tpgp} --usecrypto ltc
  - @${echo} -n "--> nss: HKP"
  - @-${thkp} --usecrypto nss > /dev/null || :
  - @-${tpgp} --usecrypto nss
  - @${echo} -n "--> openssl: HKP"
  - @-${thkp} --usecrypto ssl > /dev/null || :
  - @-${tpgp} --usecrypto ssl
  +#@${echo} -n "--> gcrypt: HKP"
  +#@-${thkp} --usecrypto gc > /dev/null 2>&1 || :
  +#@-${tpgp} --usecrypto gc
  +#@${echo} -n "--> tomcrypt: HKP"
  +#@-${thkp} --usecrypto ltc > /dev/null 2>&1 || :
  +#@-${tpgp} --usecrypto ltc
  +#@${echo} -n "--> nss: HKP"
  +#@-${thkp} --usecrypto nss > /dev/null || :
  +#@-${tpgp} --usecrypto nss
  +#@${echo} -n "--> openssl: HKP"
  +#@-${thkp} --usecrypto ssl > /dev/null || :
  +#@-${tpgp} --usecrypto ssl
@${rpm} --import $(top_srcdir)/pubkeys/JBJ-GPG-KEY
@${rpm} -Kv $(POPTPKGS) > tmp/popt.Kv
@diff -u tmp/popt.Kv ref/popt.Kv
  @@ -400,26 +401,26 @@
   
   check-ACID:
@echo "=== $@ ==="
  - @${db_upgrade} Packages > /dev/null 2>&1
  - @${db_checkpoint} -1> /dev/null 2>&1
  - @${rpm} -U ref/edos.manifest
  - @${db_dump} Packages | ${db_load} Packages-NEW
  - @${db_verify} Packages-NEW > /dev/null 2>&1
  - @rm $(rpmdb)/Packages-NEW
  - @${db_verify} Packages > /dev/null 2>&1
  - @${db_stat} -CA > /dev/null 2>&1
  - @rm -f $(rpmdb)/Nvra
  - @${rpm} -q tyre > /dev/null 2>&1
  - @[ -f $(rpmdb)/Nvra ] || echo "NACK: Nvra not re-created!"
  - @rm -f $(rpmdb)/Conflictname
  - @${rpm} -q --whatconflicts tyre > /dev/null 2>&1
  - @[ -f $(rpmdb)/Conflictname ] || echo "NACK: Conflictname not 
re-created!"
  - @rm -f $(rpmdb_Tables)
  - @${db_recover} -e
  - @${rpm} -e car engine wheel door tyre window glass
  - @${db_printlog} -r  > /dev/null 2>&1
  - @${db_checkpoint} -1> /dev/null 2>&1
  - @${db_archive} -d
  + -${db_upgrade} Packages > /dev/null 2>&1
  + -${db_checkpoint} -1> /dev/null 2>&1
  + -${rpm} -U ref/edos.manifest
  + -${db_dump} Packages | ${db_load} Packages-NEW
  + -${db_verify} Packages-NEW > /dev/null 2>&1
  + rm -f $(rpmdb)/Packages-NEW
  + -${db_verify} Packages > /dev/null 2>&1
  + -${db_stat} -CA > /dev/null 2>&1
  + rm -f $(rpmdb)/Nvra
  + -${rpm} -q tyre > /dev/null 2>&1
  + [ -f $(rpmdb)/Nvra ] || echo "NACK: Nvra not re-created!"
  + rm -f $(rpmdb)/Conflictname
  + -${rpm} -q --whatconflicts tyre > /dev/null 2>&1
  + [ -f $(rpmdb)/Conflictname ] || echo "NACK: Conflictname not 
re-created!"
  + r

[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am rpm/tests/ref/ rhel6-bash.g...

2011-11-06 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   06-Nov-2011 14:14:42
  Branch: rpm-5_4  Handle: 200613144100

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am spew.conf
rpm/tests/ref   rhel6-bash.geode.manifest showrc version

  Log:
- add a Geode LX chroot target.

  Summary:
RevisionChanges Path
1.95.2.25   +9  -1  rpm/tests/Makefile.am
1.1.2.2 +81 -0  rpm/tests/ref/rhel6-bash.geode.manifest
1.37.2.7+3  -3  rpm/tests/ref/showrc
1.5.2.4 +2  -2  rpm/tests/ref/version
1.5.2.3 +3  -0  rpm/tests/spew.conf
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.24 -r1.95.2.25 Makefile.am
  --- rpm/tests/Makefile.am 12 Sep 2011 20:47:43 -  1.95.2.24
  +++ rpm/tests/Makefile.am 6 Nov 2011 13:14:41 -   1.95.2.25
  @@ -473,6 +473,12 @@
   # XXX notyet
   #C48_uri =   $(C_mirror)/4.8/os/i386/CentOS/RPMS/
   #C39_uri =   $(C_mirror)/3.9/os/i386/RedHat/RPMS/
  +
  +# G -- geode-RHEL6
  +G_mirror = http://wp3.jbj.org/geode-RHEL6
  +G_uri = $(SL_mirror)/RPMS
  +G_manifest = $(testdir)/ref/rhel6-bash.geode.manifest
  +
   # IDMS -- IDMS Linux
   IDMS_uri =   http://download.idms-linux.org/trunk/i586/RPMS/
   IDMS_manifest =  $(testdir)/ref/idms-minimal.i586.manifest
  @@ -569,7 +575,7 @@
CM12 CM14 CM15 \
CAOS2 CAOS3 \
C55 C54 C53 C52 C51 C50 \
  - IDMS \
  + G IDMS \
MDV2009 MDV2010 MDV2011 MAG2011 \
MEEGO MOBLIN21 \
OJUBA4 \
  @@ -605,6 +611,7 @@
  ls -l ${@D}/uri $@ ${@D}/distros.mongo; \
fi
   
  +XXXG =   /var/www/html/geode-RHEL6/RPMS/
   XXXIDMS =/home/i586-idms-linux/RPMS/
   XXXCM15 =/home/i586-caixa-cm15/ftp.caixamagica.pt/15/oficial/i586/
   XXXCM14 =
/home/i586-caixa-cm14/ftp.caixamagica.pt/14/oficial/i586/media/main/release/
  @@ -623,6 +630,7 @@
  mkdir -p $@; \
  echo "==> Download $@ ..."; \
  case $(@D) in \
  +   G)$(cp) `cat ${G_manifest}` $@ ;; \
  IDMS) $(cp) ${XXXIDMS}/* $@ ;; \
  CM15) $(cp) $$(cat $< | sed -e 
's,^.*/\(media/[^/]*/release/[^/]*\)/,${XXXCM15}\1,') $@ ;; \
  CM14) $(cp) $$(cat $< | sed -e 's,^.*/,${XXXCM14}/,') $@ ;; \
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/tests/ref/rhel6-bash.geode.manifest
  
  $ cvs diff -u -r1.1.2.1 -r1.1.2.2 rhel6-bash.geode.manifest
  --- rpm/tests/ref/rhel6-bash.geode.manifest   1 Nov 2011 15:14:40 -   
1.1.2.1
  +++ rpm/tests/ref/rhel6-bash.geode.manifest   6 Nov 2011 13:14:41 -   
1.1.2.2
  @@ -9,3 +9,84 @@
   /var/www/html/geode-RHEL6/RPMS/setup-2.8.14-13.el6.noarch.rpm
   /var/www/html/geode-RHEL6/RPMS/tzdata-2011h-3.el6.noarch.rpm
   /var/www/html/geode-RHEL6/RPMS/nss-softokn-freebl-3.12.7-1.1.el6.geode.rpm
  +
  +/var/www/html/geode-RHEL6/RPMS/libstdc++-4.4.4-13.el6.i386.rpm
  +/var/www/html/geode-RHEL6/RPMS/gmp-4.3.1-7.el6.i386.rpm
  +/var/www/html/geode-RHEL6/RPMS/libacl-2.2.49-4.el6.geode.rpm
  +/var/www/html/geode-RHEL6/RPMS/libattr-2.4.44-4.el6.geode.rpm
  +/var/www/html/geode-RHEL6/RPMS/libcap-2.16-5.2.el6.geode.rpm
  +/var/www/html/geode-RHEL6/RPMS/libsepol-2.0.41-3.el6.geode.rpm
  +/var/www/html/geode-RHEL6/RPMS/libselinux-2.0.94-5.el6.geode.rpm
  +/var/www/html/geode-RHEL6/RPMS/ncurses-5.7-3.20090208.el6.i386.rpm
  +/var/www/html/geode-RHEL6/RPMS/audit-libs-2.1-5.el6.i386.rpm
  +/var/www/html/geode-RHEL6/RPMS/db4-4.7.25-16.el6.geode.rpm
  +/var/www/html/geode-RHEL6/RPMS/less-436-4.el6.geode.rpm
  +/var/www/html/geode-RHEL6/RPMS/gzip-1.3.12-18.el6.geode.rpm
  +/var/www/html/geode-RHEL6/RPMS/cracklib-2.8.16-2.el6.geode.rpm
  +/var/www/html/geode-RHEL6/RPMS/cracklib-dicts-2.8.16-2.el6.geode.rpm
  +/var/www/html/geode-RHEL6/RPMS/pam-1.1.1-4.el6.geode.rpm
  +
  +/var/www/html/geode-RHEL6/RPMS/pcre-7.8-3.1.el6.geode.rpm
  +/var/www/html/geode-RHEL6/RPMS/grep-2.6.3-2.el6.geode.rpm
  +/var/www/html/geode-RHEL6/RPMS/zlib-1.2.3-25.el6.geode.rpm
  +/var/www/html/geode-RHEL6/RPMS/info-4.13a-8.el6.geode.rpm
  +/var/www/html/geode-RHEL6/RPMS/coreutils-8.4-13.el6.geode.rpm
  +/var/www/html/geode-RHEL6/RPMS/coreutils-libs-8.4-13.el6.geode.rpm
  +
  +/var/www/html/geode-RHEL6/RPMS/nspr-4.8.7-1.el6.i386.rpm
  +/var/www/html/geode-RHEL6/RPMS/nss-3.12.7-2.el6.0.1.geode.rpm
  +/var/www/html/geode-RHEL6/RPMS/nss-softokn-3.12.7-1.1.el6.geode.rpm
  +/var/www/html/geode-RHEL6/RPMS/sed-4.2.1-5.

[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2011-09-05 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   05-Sep-2011 14:45:30
  Branch: rpm-5_4  Handle: 2011090512452900

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- tests: make check-convert "opt-in": no need to always test.

  Summary:
RevisionChanges Path
1.95.2.23   +1  -1  rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.22 -r1.95.2.23 Makefile.am
  --- rpm/tests/Makefile.am 2 Jun 2011 17:41:42 -   1.95.2.22
  +++ rpm/tests/Makefile.am 5 Sep 2011 12:45:29 -   1.95.2.23
  @@ -920,7 +920,7 @@
   test:check-init check-pubkeys check-markup check-macros \
check-build check-sign check-ACID check-install \
check-query check-verify check-rpmv3\
  - check-triggers check-convert # check-tools # check-repo
  + check-triggers # check-convert # check-tools # check-repo
   
   check-local: check-init
   
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2011-06-02 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   02-Jun-2011 19:41:43
  Branch: rpm-5_4  Handle: 2011060217414200

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- tests: fix: don't fail on rpmrepo tests.

  Summary:
RevisionChanges Path
1.95.2.22   +1  -1  rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.21 -r1.95.2.22 Makefile.am
  --- rpm/tests/Makefile.am 9 May 2011 04:06:34 -   1.95.2.21
  +++ rpm/tests/Makefile.am 2 Jun 2011 17:41:42 -   1.95.2.22
  @@ -282,7 +282,7 @@
@${rpm} -qp --nosignature --qf '[%{*:yaml}\n]' popt*.rpm > tmp/popt.yaml
@diff -u {tmp,ref}/popt.yaml
@${rpm} -qp --nosignature --qf '[%{*:xml}\n]' popt*.rpm > tmp/popt.xml
  - @diff -u {tmp,ref}/popt.xml
  + @-diff -u {tmp,ref}/popt.xml
   
   .PHONY: check-rpmrepo
   check-rpmrepo: $(POPTPKGS)
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2011-03-24 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   24-Mar-2011 23:29:44
  Branch: rpm-5_4  Handle: 2011032422294400

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
--tests: rework the Verify-FOO target to use --root.
- tests: add --nofdigests and nofsync to increase performance

  Summary:
RevisionChanges Path
1.95.2.19   +24 -16 rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.18 -r1.95.2.19 Makefile.am
  --- rpm/tests/Makefile.am 23 Mar 2011 14:20:13 -  1.95.2.18
  +++ rpm/tests/Makefile.am 24 Mar 2011 22:29:44 -  1.95.2.19
  @@ -720,13 +720,18 @@
   #@-mkdir -p $(&1 | tee -a $(&1 | tee -a $( ${ " $$F; \
  -   ${rpm} -U --justdb --stats \
  - -D '_dbpath $(testdir)/$(&1 || : ; \
  -   ${rpm} -Va --nofiles --noaid \
  - -D '_dbpath $(testdir)/$(&1 || : ; \
  -   ${rpm} -e --justdb \
  - -D '_dbpath $(testdir)/$(&1 || : ; \
done | tee -a $(http://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2011-03-13 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   14-Mar-2011 05:29:15
  Branch: rpm-5_4  Handle: 2011031404291500

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- tests: use todo.random install manifest.
- tests: bind mount /sys into the chroot.

  Summary:
RevisionChanges Path
1.95.2.15   +10 -11 rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.14 -r1.95.2.15 Makefile.am
  --- rpm/tests/Makefile.am 13 Mar 2011 22:16:52 -  1.95.2.14
  +++ rpm/tests/Makefile.am 14 Mar 2011 04:29:15 -  1.95.2.15
  @@ -715,23 +715,22 @@
@cat -n $( $(&1 | tee -a $(&1 | tee -a $( $(http://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2011-03-13 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   13-Mar-2011 23:16:52
  Branch: rpm-5_4  Handle: 2011031322165200

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- tests: randomized input manifests.

  Summary:
RevisionChanges Path
1.95.2.14   +4  -2  rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.13 -r1.95.2.14 Makefile.am
  --- rpm/tests/Makefile.am 13 Mar 2011 17:15:38 -  1.95.2.13
  +++ rpm/tests/Makefile.am 13 Mar 2011 22:16:52 -  1.95.2.14
  @@ -712,6 +712,7 @@
@rm -f $( ${ $( ${ $(http://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am rpm/tests/ref/ mag2011-mini...

2011-03-13 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   13-Mar-2011 18:15:41
  Branch: rpm-5_4  Handle: 2011031317153802

  Added files:  (Branch: rpm-5_4)
rpm/tests/ref   mag2011-minimal.i586.manifest
  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am spew.conf

  Log:
- tests: manifests for Mageia (with texlive).

  Summary:
RevisionChanges Path
1.95.2.13   +15 -5  rpm/tests/Makefile.am
1.1.2.1 +470 -0 rpm/tests/ref/mag2011-minimal.i586.manifest
1.5.2.2 +3  -0  rpm/tests/spew.conf
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.12 -r1.95.2.13 Makefile.am
  --- rpm/tests/Makefile.am 9 Mar 2011 19:21:13 -   1.95.2.12
  +++ rpm/tests/Makefile.am 13 Mar 2011 17:15:38 -  1.95.2.13
  @@ -480,6 +480,12 @@
   # XXX notyet
   #MYTHDORA_mirror = http://mirror.beww.org/mythdora
   #MYTHDORA1223 =  $(MYTHDORA_mirror)/12.23/i386/os/Packages/
  +
  +# MAG -- Mageia
  +#MAG_mirror =
ftp://mirrors.us.kernel.org/mandriva/Mandrakelinux/official
  +MAG2011_uri =/home/i586-mageia-2011.0/i586/media/core/release/
  +MAG2011_manifest = $(testdir)/ref/mag2011-minimal.i586.manifest
  +
   # MDV -- Mandriva
   MDV_mirror = ftp://mirrors.us.kernel.org/mandriva/Mandrakelinux/official
   MDV2009_uri =$(MDV_mirror)/2009.0/i586/media/main/release/
  @@ -564,7 +570,7 @@
CAOS2 CAOS3 \
C55 C54 C53 C52 C51 C50 \
IDMS \
  - MDV2009 MDV2010 MDV2011 \
  + MDV2009 MDV2010 MDV2011 MAG2011 \
MEEGO MOBLIN21 \
OJUBA4 \
OWL2 \
  @@ -599,13 +605,16 @@
  ls -l ${@D}/uri $@ ${@D}/distros.mongo; \
fi
   
  -XXX2011 =/home/i586-mandriva-mdv2011.0/i586/media/main/release/
   XXXIDMS =/home/i586-idms-linux/RPMS/
   XXXCM15 =
/home/i586-caixa-cm15/ftp.caixamagica.pt/15/oficial/i586/media/main/release/
   XXXCM14 =
/home/i586-caixa-cm14/ftp.caixamagica.pt/14/oficial/i586/media/main/release/
  +
  +XXXMAG2011 = /home/i586-mageia-2011.0/i586/media/core/release/
  +XXXUL2011 =  /home/i586-unity-linux/repo/current/i586/
  +XXXMDV2011 = /home/i586-mandriva-mdv2011.0/i586/media/main/release/
   XXXMDV2010 = /home/i586-mandriva-mdv2010.0/i586/media/main/release/
   XXXMDV2009 = /home/i586-mandriva-mdv2009.0/i586/media/main/release/
  -XXXUL2011 =  /home/i586-unity-linux/repo/current/i586/
  +
   
   .PRECIOUS: %/RPMS
   %/RPMS: %/manifest
  @@ -614,13 +623,14 @@
  mkdir -p $@; \
  echo "==> Download $@ ..."; \
  case $(@D) in \
  -   MDV2011)  $(cp) $$(cat $<) $@ ;; \
  IDMS) $(cp) ${XXXIDMS}/* $@ ;; \
  CM15) $(cp) $$(cat $< | sed -e 's,^.*/,${XXXCM15}/,') $@ ;; \
  CM14) $(cp) $$(cat $< | sed -e 's,^.*/,${XXXCM14}/,') $@ ;; \
  +   MAG2011) $(cp) $$(cat $< | sed -e 's,^.*/,${XXXMAG2011}/,') $@ ;; \
  +   UL) $(cp) $$(cat $< | sed -e 's,^.*/\([^/]*\)/,${XXXUL2011}/\1/,') $@ 
;; \
  +   MDV2011)  $(cp) $$(cat $<) $@ ;; \
  MDV2010) $(cp) $$(cat $< | sed -e 's,^.*/,${XXXMDV2010}/,') $@ ;; \
  MDV2009) $(cp) $$(cat $< | sed -e 's,^.*/,${XXXMDV2009}/,') $@ ;; \
  -   UL) $(cp) $$(cat $< | sed -e 's,^.*/\([^/]*\)/,${XXXUL2011}/\1/,') $@ 
;; \
  *)cd $@ && ${wget} -c -i $(testdir)/$(@D)/manifest ;; \
  esac; \
fi
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/tests/ref/mag2011-minimal.i586.manifest
  
  $ cvs diff -u -r0 -r1.1.2.1 mag2011-minimal.i586.manifest
  --- /dev/null 2011-03-13 18:15:25.0 +0100
  +++ mag2011-minimal.i586.manifest 2011-03-13 18:15:41.353606539 +0100
  @@ -0,0 +1,470 @@
  
+file:///home/i586-mageia-2011.0/i586/media/core/release/GConf2-2.32.0-1.mga1.i586.rpm
  
+file:///home/i586-mageia-2011.0/i586/media/core/release/ORBit2-2.14.19-1.mga1.i586.rpm
  
+file:///home/i586-mageia-2011.0/i586/media/core/release/acl-2.2.49-5.mga1.i586.rpm
  
+file:///home/i586-mageia-2011.0/i586/media/core/release/alsa-plugins-doc-1.0.24-1.mga1.i586.rpm
  
+file:///home/i586-mageia-2011.0/i586/media/core/release/alsa-plugins-pulse-config-1.0.24-1.mga1.i586.rpm
  
+file:///home/i586-mageia-2011.0/i586/media/core/release/aria2-1.10.8-1.mga1.i586.rpm
  
+file:///home/i586-mageia-2011.0/i586/media/core/release/aria2-1.10.8-1.mga1.i586.rpm
  
+file:///home/i586-mageia-2011.0/i586/media/core/release/atk1.0-common-1.32.0-2.mga1.i586.rpm
  
+file:///h

[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2011-03-09 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   09-Mar-2011 20:21:14
  Branch: rpm-5_4  Handle: 2011030919211300

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- tests: remove --nofdigests to get a "real world" benchmark.

  Summary:
RevisionChanges Path
1.95.2.12   +1  -1  rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.11 -r1.95.2.12 Makefile.am
  --- rpm/tests/Makefile.am 9 Mar 2011 16:11:53 -   1.95.2.11
  +++ rpm/tests/Makefile.am 9 Mar 2011 19:21:13 -   1.95.2.12
  @@ -710,7 +710,7 @@
-mkdir -p $(http://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2011-03-09 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   09-Mar-2011 17:11:53
  Branch: rpm-5_4  Handle: 2011030916115300

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- tests: clean up solvedb's to rescusitate mdv2011 intalls.

  Summary:
RevisionChanges Path
1.95.2.11   +1  -1  rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.10 -r1.95.2.11 Makefile.am
  --- rpm/tests/Makefile.am 7 Mar 2011 21:57:26 -   1.95.2.10
  +++ rpm/tests/Makefile.am 9 Mar 2011 16:11:53 -   1.95.2.11
  @@ -907,6 +907,6 @@
   
   clean-local:
rm -f genpgp.h genssl.h
  - $(sudo) rm -rf */ROOT tmp/repackage
  + $(sudo) rm -rf */ROOT tmp/repackage tmp/solve*
rm -rf tmp $(BUILD_DIRS)
rm -rf repodata/
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am rpm/tests/ref/ mdv2009-mini...

2011-03-07 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   07-Mar-2011 20:22:12
  Branch: rpm-5_4  Handle: 2011030719221100

  Added files:  (Branch: rpm-5_4)
rpm/tests/ref   mdv2009-minimal.i586.manifest
  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- tests: wire up a dependency closed (and cached) manifest for
mdv2009.

  Summary:
RevisionChanges Path
1.95.2.9+5  -1  rpm/tests/Makefile.am
1.1.2.1 +137 -0 rpm/tests/ref/mdv2009-minimal.i586.manifest
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.8 -r1.95.2.9 Makefile.am
  --- rpm/tests/Makefile.am 6 Mar 2011 21:35:29 -   1.95.2.8
  +++ rpm/tests/Makefile.am 7 Mar 2011 19:22:11 -   1.95.2.9
  @@ -483,7 +483,7 @@
   # MDV -- Mandriva
   MDV_mirror = ftp://mirrors.us.kernel.org/mandriva/Mandrakelinux/official
   MDV2009_uri =$(MDV_mirror)/2009.0/i586/media/main/release/
  -MDV2009_manifest = $(testdir)/ref/Mandriva2009.0-bash.i586.manifest
  +MDV2009_manifest = $(testdir)/ref/mdv2009-minimal.i586.manifest
   MDV2010_uri =$(MDV_mirror)/2010.0/i586/media/main/release/
   MDV2010_manifest = $(testdir)/ref/mdv2010-minimal.i586.manifest
   MDV20101_uri =   $(MDV_mirror)/2010.1/i586/media/main/release/
  @@ -520,6 +520,8 @@
   # RF -- RPM Forge
   # SL -- Scientific Linux
   SL_mirror =  http://ftp.scientificlinux.org/linux/scientific
  +SL60_uri =   $(SL_mirror)/6.0/i386/os/Packages
  +SL60_manifest = $(testdir)/ref/sl60-everything.manifest
   SL55_uri =   $(SL_mirror)/55/i386/SL/
   SL55_manifest = $(testdir)/ref/sl55-everything.manifest
   SL54_uri =   $(SL_mirror)/54/i386/SL/
  @@ -601,6 +603,7 @@
   XXXCM15 =
/home/i586-caixa-cm15/ftp.caixamagica.pt/15/oficial/i586/media/main/release/
   XXXCM14 =
/home/i586-caixa-cm14/ftp.caixamagica.pt/14/oficial/i586/media/main/release/
   XXXMDV2010 = /home/i586-mandriva-mdv2010.0/i586/media/main/release/
  +XXXMDV2009 = /home/i586-mandriva-mdv2009.0/i586/media/main/release/
   
   .PRECIOUS: %/RPMS
   %/RPMS: %/manifest
  @@ -614,6 +617,7 @@
  CM15) $(cp) $$(cat $< | sed -e 's,^.*/,${XXXCM15}/,') $@ ;; \
  CM14) $(cp) $$(cat $< | sed -e 's,^.*/,${XXXCM14}/,') $@ ;; \
  MDV2010) $(cp) $$(cat $< | sed -e 's,^.*/,${XXXMDV2010}/,') $@ ;; \
  +   MDV2009) $(cp) $$(cat $< | sed -e 's,^.*/,${XXXMDV2009}/,') $@ ;; \
  *)cd $@ && ${wget} -c -i $(testdir)/$(@D)/manifest ;; \
  esac; \
fi
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/tests/ref/mdv2009-minimal.i586.manifest
  
  $ cvs diff -u -r0 -r1.1.2.1 mdv2009-minimal.i586.manifest
  --- /dev/null 2011-03-07 20:22:00.0 +0100
  +++ mdv2009-minimal.i586.manifest 2011-03-07 20:22:12.144731905 +0100
  @@ -0,0 +1,137 @@
  
+file:///home/i586-mandriva-mdv2009.0/i586/media/main/release/anacron-2.3-29mdv2009.0.i586.rpm
  
+file:///home/i586-mandriva-mdv2009.0/i586/media/main/release/aumix-text-2.8-18mdv2009.0.i586.rpm
  
+file:///home/i586-mandriva-mdv2009.0/i586/media/main/release/basesystem-minimal-2009.0-2mdv2009.0.i586.rpm
  
+file:///home/i586-mandriva-mdv2009.0/i586/media/main/release/bash-3.2-9mdv2009.0.i586.rpm
  
+file:///home/i586-mandriva-mdv2009.0/i586/media/main/release/bzip2-1.0.5-3mdv2009.0.i586.rpm
  
+file:///home/i586-mandriva-mdv2009.0/i586/media/main/release/chkconfig-1.3.37-1mdv2009.0.i586.rpm
  
+file:///home/i586-mandriva-mdv2009.0/i586/media/main/release/common-licenses-1.0-12mdv2009.0.noarch.rpm
  
+file:///home/i586-mandriva-mdv2009.0/i586/media/main/release/consolekit-0.3.0-3mdv2009.0.i586.rpm
  
+file:///home/i586-mandriva-mdv2009.0/i586/media/main/release/coreutils-6.12-2mdv2009.0.i586.rpm
  
+file:///home/i586-mandriva-mdv2009.0/i586/media/main/release/cpio-2.9-5mdv2009.0.i586.rpm
  
+file:///home/i586-mandriva-mdv2009.0/i586/media/main/release/cracklib-dicts-2.8.12-1mdv2009.0.i586.rpm
  
+file:///home/i586-mandriva-mdv2009.0/i586/media/main/release/crontabs-1.10-12mdv2009.0.noarch.rpm
  
+file:///home/i586-mandriva-mdv2009.0/i586/media/main/release/dash-static-0.5.4-9mdv2009.0.i586.rpm
  
+file:///home/i586-mandriva-mdv2009.0/i586/media/main/release/dbus-1.2.3-2mdv2009.0.i586.rpm
  
+file:///home/i586-mandriva-mdv2009.0/i586/media/main/release/diffutils-2.8.7-8mdv2009.0.i586.rpm
  
+file:///home/i586-mandriva-mdv2009.0/i586/media/main/release/dmsetup-1.02.24-3mnb2.i586.rpm
  
+file:

[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am rpm/tests/ref/ mdv2010-mini...

2011-03-06 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   06-Mar-2011 22:35:30
  Branch: rpm-5_4  Handle: 2011030621352901

  Added files:  (Branch: rpm-5_4)
rpm/tests/ref   mdv2010-minimal.i586.manifest
  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- tests: wire up a dependency closed (and cached) manifest for
mdv2010.

  Summary:
RevisionChanges Path
1.95.2.8+3  -1  rpm/tests/Makefile.am
1.1.2.1 +130 -0 rpm/tests/ref/mdv2010-minimal.i586.manifest
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.7 -r1.95.2.8 Makefile.am
  --- rpm/tests/Makefile.am 6 Mar 2011 21:20:26 -   1.95.2.7
  +++ rpm/tests/Makefile.am 6 Mar 2011 21:35:29 -   1.95.2.8
  @@ -485,7 +485,7 @@
   MDV2009_uri =$(MDV_mirror)/2009.0/i586/media/main/release/
   MDV2009_manifest = $(testdir)/ref/Mandriva2009.0-bash.i586.manifest
   MDV2010_uri =$(MDV_mirror)/2010.0/i586/media/main/release/
  -MDV2010_manifest = $(testdir)/ref/Mandriva2010.0-bash.i586.manifest
  +MDV2010_manifest = $(testdir)/ref/mdv2010-minimal.i586.manifest
   MDV20101_uri =   $(MDV_mirror)/2010.1/i586/media/main/release/
   MDV20101_manifest = $(testdir)/ref/Mandriva2010.1-bash.i586.manifest
   MDV2011_uri =/home/i586-mandriva-mdv2011.0/i586/media/main/release/
  @@ -600,6 +600,7 @@
   XXXIDMS =/home/i586-idms-linux/RPMS/
   XXXCM15 =
/home/i586-caixa-cm15/ftp.caixamagica.pt/15/oficial/i586/media/main/release/
   XXXCM14 =
/home/i586-caixa-cm14/ftp.caixamagica.pt/14/oficial/i586/media/main/release/
  +XXXMDV2010 = /home/i586-mandriva-mdv2010.0/i586/media/main/release/
   
   .PRECIOUS: %/RPMS
   %/RPMS: %/manifest
  @@ -612,6 +613,7 @@
  IDMS) $(cp) ${XXXIDMS}/* $@ ;; \
  CM15) $(cp) $$(cat $< | sed -e 's,^.*/,${XXXCM15}/,') $@ ;; \
  CM14) $(cp) $$(cat $< | sed -e 's,^.*/,${XXXCM14}/,') $@ ;; \
  +   MDV2010) $(cp) $$(cat $< | sed -e 's,^.*/,${XXXMDV2010}/,') $@ ;; \
  *)cd $@ && ${wget} -c -i $(testdir)/$(@D)/manifest ;; \
  esac; \
fi
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/tests/ref/mdv2010-minimal.i586.manifest
  
  $ cvs diff -u -r0 -r1.1.2.1 mdv2010-minimal.i586.manifest
  --- /dev/null 2011-03-06 22:34:31.0 +0100
  +++ mdv2010-minimal.i586.manifest 2011-03-06 22:35:30.390566360 +0100
  @@ -0,0 +1,130 @@
  
+file:///home/i586-mandriva-mdv2010.0/i586/media/main/release/aumix-text-2.8-20mdv2010.0.i586.rpm
  
+file:///home/i586-mandriva-mdv2010.0/i586/media/main/release/basesystem-minimal-2010.0-1mdv2010.0.i586.rpm
  
+file:///home/i586-mandriva-mdv2010.0/i586/media/main/release/bash-4.0-7mdv2010.0.i586.rpm
  
+file:///home/i586-mandriva-mdv2010.0/i586/media/main/release/bzip2-1.0.5-6mdv2010.0.i586.rpm
  
+file:///home/i586-mandriva-mdv2010.0/i586/media/main/release/chkconfig-1.3.37-4mdv2010.0.i586.rpm
  
+file:///home/i586-mandriva-mdv2010.0/i586/media/main/release/common-licenses-1.0-15mdv2010.0.noarch.rpm
  
+file:///home/i586-mandriva-mdv2010.0/i586/media/main/release/coreutils-7.5-2mdv2010.0.i586.rpm
  
+file:///home/i586-mandriva-mdv2010.0/i586/media/main/release/cpio-2.10-1mdv2010.0.i586.rpm
  
+file:///home/i586-mandriva-mdv2010.0/i586/media/main/release/cracklib-dicts-2.8.13-4mdv2010.0.i586.rpm
  
+file:///home/i586-mandriva-mdv2010.0/i586/media/main/release/cronie-1.4.1-5mdv2010.0.i586.rpm
  
+file:///home/i586-mandriva-mdv2010.0/i586/media/main/release/cronie-anacron-1.4.1-5mdv2010.0.i586.rpm
  
+file:///home/i586-mandriva-mdv2010.0/i586/media/main/release/crontabs-1.10-14mdv2010.0.noarch.rpm
  
+file:///home/i586-mandriva-mdv2010.0/i586/media/main/release/dash-static-0.5.5.1-2mdv2010.0.i586.rpm
  
+file:///home/i586-mandriva-mdv2010.0/i586/media/main/release/diffutils-2.8.7-10mdv2010.0.i586.rpm
  
+file:///home/i586-mandriva-mdv2010.0/i586/media/main/release/dmsetup-1.02.38-5mnb2.i586.rpm
  
+file:///home/i586-mandriva-mdv2010.0/i586/media/main/release/e2fsprogs-1.41.9-2mnb2.i586.rpm
  
+file:///home/i586-mandriva-mdv2010.0/i586/media/main/release/etcskel-1.63-25mdv2010.0.noarch.rpm
  
+file:///home/i586-mandriva-mdv2010.0/i586/media/main/release/ethtool-6-5mdv2010.0.i586.rpm
  
+file:///home/i586-mandriva-mdv2010.0/i586/media/main/release/file-5.03-3mdv2010.0.i586.rpm
  
+file:///home/i586-mandriva-mdv2010.0/i586/media/main/release/filesystem-2.1.9-7mdv2010.

[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am rpm/tests/ref/ cm14-minimal...

2011-03-06 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   06-Mar-2011 22:20:27
  Branch: rpm-5_4  Handle: 2011030621202601

  Added files:  (Branch: rpm-5_4)
rpm/tests/ref   cm14-minimal.i586.manifest
  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- tests: wire up a dependency closed (and cached) manifest for cm14.

  Summary:
RevisionChanges Path
1.95.2.7+3  -1  rpm/tests/Makefile.am
1.1.2.1 +134 -0 rpm/tests/ref/cm14-minimal.i586.manifest
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.6 -r1.95.2.7 Makefile.am
  --- rpm/tests/Makefile.am 6 Mar 2011 20:54:55 -   1.95.2.6
  +++ rpm/tests/Makefile.am 6 Mar 2011 21:20:26 -   1.95.2.7
  @@ -454,7 +454,7 @@
   CM12_uri =   $(CM_mirror)/12/oficial/i586/media/main/release/
   CM12_manifest =  $(testdir)/ref/cm12-bash.i586.manifest
   CM14_uri =   $(CM_mirror)/14/oficial/i586/media/main/release/
  -CM14_manifest =  $(testdir)/ref/cm14-bash.i586.manifest
  +CM14_manifest =  $(testdir)/ref/cm14-minimal.i586.manifest
   CM15_uri =   $(CM_mirror)/15/oficial/i586/media/main/release/
   CM15_manifest =  $(testdir)/ref/cm15-minimal.i586.manifest
   # CAOS -- cAos
  @@ -599,6 +599,7 @@
   XXX2011 =/home/i586-mandriva-mdv2011.0/i586/media/main/release/
   XXXIDMS =/home/i586-idms-linux/RPMS/
   XXXCM15 =
/home/i586-caixa-cm15/ftp.caixamagica.pt/15/oficial/i586/media/main/release/
  +XXXCM14 =
/home/i586-caixa-cm14/ftp.caixamagica.pt/14/oficial/i586/media/main/release/
   
   .PRECIOUS: %/RPMS
   %/RPMS: %/manifest
  @@ -610,6 +611,7 @@
  MDV2011)  $(cp) $$(cat $<) $@ ;; \
  IDMS) $(cp) ${XXXIDMS}/* $@ ;; \
  CM15) $(cp) $$(cat $< | sed -e 's,^.*/,${XXXCM15}/,') $@ ;; \
  +   CM14) $(cp) $$(cat $< | sed -e 's,^.*/,${XXXCM14}/,') $@ ;; \
  *)cd $@ && ${wget} -c -i $(testdir)/$(@D)/manifest ;; \
  esac; \
fi
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/tests/ref/cm14-minimal.i586.manifest
  
  $ cvs diff -u -r0 -r1.1.2.1 cm14-minimal.i586.manifest
  --- /dev/null 2011-03-06 22:15:27.0 +0100
  +++ cm14-minimal.i586.manifest2011-03-06 22:20:27.618781127 +0100
  @@ -0,0 +1,134 @@
  
+file:///home/i586-caixa-cm14/ftp.caixamagica.pt/14/oficial/i586/media/main/release/anacron-2.3-30mdv2009.1.i586.rpm
  
+file:///home/i586-caixa-cm14/ftp.caixamagica.pt/14/oficial/i586/media/main/release/aumix-text-2.8-19mdv2009.1.i586.rpm
  
+file:///home/i586-caixa-cm14/ftp.caixamagica.pt/14/oficial/i586/media/main/release/basesystem-minimal-2009.0-3mdv2009.1.i586.rpm
  
+file:///home/i586-caixa-cm14/ftp.caixamagica.pt/14/oficial/i586/media/main/release/bash-3.2.48-3mdv2009.1.i586.rpm
  
+file:///home/i586-caixa-cm14/ftp.caixamagica.pt/14/oficial/i586/media/main/release/bzip2-1.0.5-5mdv2009.1.i586.rpm
  
+file:///home/i586-caixa-cm14/ftp.caixamagica.pt/14/oficial/i586/media/main/release/caixamagica-release-common-14-1xcm14.i586.rpm
  
+file:///home/i586-caixa-cm14/ftp.caixamagica.pt/14/oficial/i586/media/main/release/caixamagica-release-Mini-14-1xcm14.i586.rpm
  
+file:///home/i586-caixa-cm14/ftp.caixamagica.pt/14/oficial/i586/media/main/release/chkconfig-1.3.37-3mdv2009.1.i586.rpm
  
+file:///home/i586-caixa-cm14/ftp.caixamagica.pt/14/oficial/i586/media/main/release/common-licenses-1.0-14mdv2009.1.noarch.rpm
  
+file:///home/i586-caixa-cm14/ftp.caixamagica.pt/14/oficial/i586/media/main/release/consolekit-0.3.0-5mdv2009.1.i586.rpm
  
+file:///home/i586-caixa-cm14/ftp.caixamagica.pt/14/oficial/i586/media/main/release/coreutils-7.1-2mdv2009.1.i586.rpm
  
+file:///home/i586-caixa-cm14/ftp.caixamagica.pt/14/oficial/i586/media/main/release/cpio-2.9-6mdv2009.1.i586.rpm
  
+file:///home/i586-caixa-cm14/ftp.caixamagica.pt/14/oficial/i586/media/main/release/cracklib-dicts-2.8.13-3mdv2009.1.i586.rpm
  
+file:///home/i586-caixa-cm14/ftp.caixamagica.pt/14/oficial/i586/media/main/release/cronie-1.2-2mdv2009.1.i586.rpm
  
+file:///home/i586-caixa-cm14/ftp.caixamagica.pt/14/oficial/i586/media/main/release/crontabs-1.10-13mdv2009.1.noarch.rpm
  
+file:///home/i586-caixa-cm14/ftp.caixamagica.pt/14/oficial/i586/media/main/release/dash-static-0.5.5.1-1mdv2009.1.i586.rpm
  
+file:///home/i586-caixa-cm14/ftp.caixamagica.pt/14/oficial/i586/media/main/release/dbus-1.2.4.4permissive-2mdv2009.1.i586.rpm
  
+file:///home/i586-caixa-

[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am rpm/tests/ref/ cm15-minimal...

2011-03-06 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   06-Mar-2011 21:54:55
  Branch: rpm-5_4  Handle: 2011030620545500

  Added files:  (Branch: rpm-5_4)
rpm/tests/ref   cm15-minimal.i586.manifest
  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- tests: wire up a depndency closed (and cached) manifest for cm15.

  Summary:
RevisionChanges Path
1.95.2.6+5  -3  rpm/tests/Makefile.am
1.1.2.1 +316 -0 rpm/tests/ref/cm15-minimal.i586.manifest
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.5 -r1.95.2.6 Makefile.am
  --- rpm/tests/Makefile.am 2 Mar 2011 17:56:56 -   1.95.2.5
  +++ rpm/tests/Makefile.am 6 Mar 2011 20:54:55 -   1.95.2.6
  @@ -456,7 +456,7 @@
   CM14_uri =   $(CM_mirror)/14/oficial/i586/media/main/release/
   CM14_manifest =  $(testdir)/ref/cm14-bash.i586.manifest
   CM15_uri =   $(CM_mirror)/15/oficial/i586/media/main/release/
  -#CM15_manifest = $(testdir)/ref/cm15-minimal.manifest
  +CM15_manifest =  $(testdir)/ref/cm15-minimal.i586.manifest
   # CAOS -- cAos
   CAOS_mirror =http://mirror.caoslinux.org
   CAOS2_uri =  $(CAOS_mirror)/cAos-2/core/i386/
  @@ -598,6 +598,7 @@
   
   XXX2011 =/home/i586-mandriva-mdv2011.0/i586/media/main/release/
   XXXIDMS =/home/i586-idms-linux/RPMS/
  +XXXCM15 =
/home/i586-caixa-cm15/ftp.caixamagica.pt/15/oficial/i586/media/main/release/
   
   .PRECIOUS: %/RPMS
   %/RPMS: %/manifest
  @@ -606,8 +607,9 @@
  mkdir -p $@; \
  echo "==> Download $@ ..."; \
  case $(@D) in \
  -   MDV2011)  $(cp)  $$(cat $<) $@ ;; \
  -   IDMS) $(cp)  ${XXXIDMS}/* $@ ;; \
  +   MDV2011)  $(cp) $$(cat $<) $@ ;; \
  +   IDMS) $(cp) ${XXXIDMS}/* $@ ;; \
  +   CM15) $(cp) $$(cat $< | sed -e 's,^.*/,${XXXCM15}/,') $@ ;; \
  *)cd $@ && ${wget} -c -i $(testdir)/$(@D)/manifest ;; \
  esac; \
fi
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/tests/ref/cm15-minimal.i586.manifest
  
  $ cvs diff -u -r0 -r1.1.2.1 cm15-minimal.i586.manifest
  --- /dev/null 2011-03-06 21:45:30.0 +0100
  +++ cm15-minimal.i586.manifest2011-03-06 21:54:55.617700149 +0100
  @@ -0,0 +1,316 @@
  
+file:///home/i586-caixa-cm15/ftp.caixamagica.pt/15/oficial/i586/media/main/release/ORBit2-2.14.18-2mdv2010.1.i586.rpm
  
+file:///home/i586-caixa-cm15/ftp.caixamagica.pt/15/oficial/i586/media/main/release/acl-2.2.49-2mdv2010.1.i586.rpm
  
+file:///home/i586-caixa-cm15/ftp.caixamagica.pt/15/oficial/i586/media/main/release/alsa-plugins-doc-1.0.23-2mdv2010.1.i586.rpm
  
+file:///home/i586-caixa-cm15/ftp.caixamagica.pt/15/oficial/i586/media/main/release/alsa-plugins-pulse-config-1.0.23-2mdv2010.1.i586.rpm
  
+file:///home/i586-caixa-cm15/ftp.caixamagica.pt/15/oficial/i586/media/main/release/atk1.0-common-1.30.0-1mdv2010.1.i586.rpm
  
+file:///home/i586-caixa-cm15/ftp.caixamagica.pt/15/oficial/i586/media/main/release/aumix-text-2.8-21mdv2010.1.i586.rpm
  
+file:///home/i586-caixa-cm15/ftp.caixamagica.pt/15/oficial/i586/media/main/release/avahi-0.6.25-5mdv2010.1.i586.rpm
  
+file:///home/i586-caixa-cm15/ftp.caixamagica.pt/15/oficial/i586/media/main/release/basesystem-minimal-15-2xcm15.i586.rpm
  
+file:///home/i586-caixa-cm15/ftp.caixamagica.pt/15/oficial/i586/media/main/release/bash-4.1-6mdv2010.1.i586.rpm
  
+file:///home/i586-caixa-cm15/ftp.caixamagica.pt/15/oficial/i586/media/main/release/bzip2-1.0.5-7mdv2010.1.i586.rpm
  
+file:///home/i586-caixa-cm15/ftp.caixamagica.pt/15/oficial/i586/media/main/release/caixamagica-release-common-15-0.10xcm15.i586.rpm
  
+file:///home/i586-caixa-cm15/ftp.caixamagica.pt/15/oficial/i586/media/main/release/caixamagica-release-Pro-15-0.10xcm15.i586.rpm
  
+file:///home/i586-caixa-cm15/ftp.caixamagica.pt/15/oficial/i586/media/main/release/canberra-common-0.24-2mdv2010.1.i586.rpm
  
+file:///home/i586-caixa-cm15/ftp.caixamagica.pt/15/oficial/i586/media/main/release/ccp-0.4.1-4mdv2010.1.noarch.rpm
  
+file:///home/i586-caixa-cm15/ftp.caixamagica.pt/15/oficial/i586/media/main/release/chkconfig-1.3.37-5mdv2010.1.i586.rpm
  
+file:///home/i586-caixa-cm15/ftp.caixamagica.pt/15/oficial/i586/media/main/release/common-licenses-1.0-16mdv2010.1.noarch.rpm
  
+file:///home/i586-caixa-cm15/ftp.caixamagica.pt/15/oficial/i586/media/main/release/consolekit-0.4.1-3mdv2010.1.i586.rpm
  
+file:///hom

[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2011-03-02 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   02-Mar-2011 18:56:56
  Branch: rpm-5_4  Handle: 2011030217565600

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- tests: caching for the IDMS manifest.

  Summary:
RevisionChanges Path
1.95.2.5+2  -0  rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.4 -r1.95.2.5 Makefile.am
  --- rpm/tests/Makefile.am 28 Feb 2011 21:14:35 -  1.95.2.4
  +++ rpm/tests/Makefile.am 2 Mar 2011 17:56:56 -   1.95.2.5
  @@ -597,6 +597,7 @@
fi
   
   XXX2011 =/home/i586-mandriva-mdv2011.0/i586/media/main/release/
  +XXXIDMS =/home/i586-idms-linux/RPMS/
   
   .PRECIOUS: %/RPMS
   %/RPMS: %/manifest
  @@ -606,6 +607,7 @@
  echo "==> Download $@ ..."; \
  case $(@D) in \
  MDV2011)  $(cp)  $$(cat $<) $@ ;; \
  +   IDMS) $(cp)  ${XXXIDMS}/* $@ ;; \
  *)cd $@ && ${wget} -c -i $(testdir)/$(@D)/manifest ;; \
  esac; \
fi
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am spew.conf

2011-02-28 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   28-Feb-2011 22:14:36
  Branch: rpm-5_4  Handle: 2011022821143501

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am spew.conf

  Log:
- tests: add 2011.0 install (with local caching hackery, more todo++).

  Summary:
RevisionChanges Path
1.95.2.4+9  -2  rpm/tests/Makefile.am
1.5.2.1 +3  -0  rpm/tests/spew.conf
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.3 -r1.95.2.4 Makefile.am
  --- rpm/tests/Makefile.am 24 Feb 2011 01:00:44 -  1.95.2.3
  +++ rpm/tests/Makefile.am 28 Feb 2011 21:14:35 -  1.95.2.4
  @@ -488,6 +488,8 @@
   MDV2010_manifest = $(testdir)/ref/Mandriva2010.0-bash.i586.manifest
   MDV20101_uri =   $(MDV_mirror)/2010.1/i586/media/main/release/
   MDV20101_manifest = $(testdir)/ref/Mandriva2010.1-bash.i586.manifest
  +MDV2011_uri =/home/i586-mandriva-mdv2011.0/i586/media/main/release/
  +MDV2011_manifest = $(testdir)/ref/Mandriva2011.0-minimal.i586.manifest
   # MEEGO -- MeeGo
   # XXX lt-find: rpmdav.c:1331: htmlParse: Assertion `he > h' failed.
   MEEGO_mirror =   http://repo.meego.com/MeeGo/builds/1.0.99/daily/
  @@ -559,7 +561,7 @@
CAOS2 CAOS3 \
C55 C54 C53 C52 C51 C50 \
IDMS \
  - MDV2009 MDV2010 \
  + MDV2009 MDV2010 MDV2011 \
MEEGO MOBLIN21 \
OJUBA4 \
OWL2 \
  @@ -594,13 +596,18 @@
  ls -l ${@D}/uri $@ ${@D}/distros.mongo; \
fi
   
  +XXX2011 =/home/i586-mandriva-mdv2011.0/i586/media/main/release/
  +
   .PRECIOUS: %/RPMS
   %/RPMS: %/manifest
@echo "=== $@ ==="
@if [ ! -d $@ ]; then \
  mkdir -p $@; \
  echo "==> Download $@ ..."; \
  -   cd $@ && ${wget} -c -i $(testdir)/$(@D)/manifest; \
  +   case $(@D) in \
  +   MDV2011)  $(cp)  $$(cat $<) $@ ;; \
  +   *)cd $@ && ${wget} -c -i $(testdir)/$(@D)/manifest ;; \
  +   esac; \
fi
   
   .PRECIOUS: %/todo
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/tests/spew.conf
  
  $ cvs diff -u -r1.5 -r1.5.2.1 spew.conf
  --- rpm/tests/spew.conf   13 Oct 2010 18:08:33 -  1.5
  +++ rpm/tests/spew.conf   28 Feb 2011 21:14:36 -  1.5.2.1
  @@ -183,6 +183,9 @@
   %MDV2010
   %packagesMDV2010
   
  +%MDV2011
  +%packagesMDV2011
  +
   %MEEGO
   %packagesMEEGO
   
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2011-02-23 Thread Jeff Johnson
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Jeff Johnson
  Root:   /v/rpm/cvs   Email:  j...@rpm5.org
  Module: rpm  Date:   24-Feb-2011 02:00:45
  Branch: rpm-5_4  Handle: 2011022401004400

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
- tests: disable wget progress bar spewage.

  Summary:
RevisionChanges Path
1.95.2.3+1  -1  rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.2 -r1.95.2.3 Makefile.am
  --- rpm/tests/Makefile.am 25 Jan 2011 17:59:01 -  1.95.2.2
  +++ rpm/tests/Makefile.am 24 Feb 2011 01:00:44 -  1.95.2.3
  @@ -110,7 +110,7 @@
   mtree =  $(abs_top_builddir)/tools/mtree
   ngsr =   $(abs_top_builddir)/js/ngsr
   rc = $(abs_top_builddir)/tools/rc
  -wget =   /usr/bin/wget
  +wget =   /usr/bin/wget -nv
   
   sudo =   sudo
   
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org


[CVS] RPM: rpm-5_4: rpm/tests/ Makefile.am

2011-01-25 Thread Per �yvind Karlsen
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  

  Server: rpm5.org Name:   Per Øyvind Karlsen
  Root:   /v/rpm/cvs   Email:  pkarl...@rpm5.org
  Module: rpm  Date:   25-Jan-2011 18:59:03
  Branch: rpm-5_4  Handle: 2011012517590100

  Modified files:   (Branch: rpm-5_4)
rpm/tests   Makefile.am

  Log:
don't include genpgp.h in tarball, it needs to be generated during
build

  Summary:
RevisionChanges Path
1.95.2.2+2  -2  rpm/tests/Makefile.am
  

  patch -p0 <<'@@ .'
  Index: rpm/tests/Makefile.am
  
  $ cvs diff -u -r1.95.2.1 -r1.95.2.2 Makefile.am
  --- rpm/tests/Makefile.am 25 Dec 2010 18:09:03 -  1.95.2.1
  +++ rpm/tests/Makefile.am 25 Jan 2011 17:59:01 -  1.95.2.2
  @@ -176,11 +176,11 @@
   thkp_SOURCES = thkp.c
   thkp_LDADD = $(RPMIO_LDADD)
   
  -tkey_SOURCES = genpgp.h tkey.c
  +tkey_SOURCES = tkey.c
   tkey_LDADD = $(RPM_LDADD)
   tkey.c: genpgp.h
   
  -tpgp_SOURCES = genpgp.h tpgp.c
  +tpgp_SOURCES = tpgp.c
   tpgp_LDADD = $(RPM_LDADD)
   tpgp.c: genpgp.h
   genpgp.h: genpgp.sh
  @@ .
__
RPM Package Managerhttp://rpm5.org
CVS Sources Repositoryrpm-cvs@rpm5.org