Thanks.

There's a flaw in tests/Makefile.am that I haven't bothered
to dig out quite yet, been living with an implicit precursor instead.

Note that
        make distcheck
is functional in rpm-5.4.x, and uses the ISPRAS shallow tests
instead of
        make -C tests test
which is overly focussed on recent (last 6-9 months) of crypto & pubkeys
testing.

hth

73 de Jeff

On Jan 25, 2011, at 12:55 PM, Per Øyvind Karlsen wrote:

>  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:55:08
>  Branch: HEAD                             Handle: 2011012517550700
> 
>  Modified files:
>    rpm/tests               Makefile.am
> 
>  Log:
>    don't include genpgp.h in tarball, it needs to be generated during
>    build
> 
>  Summary:
>    Revision    Changes     Path
>    1.97        +2  -2      rpm/tests/Makefile.am
>  ____________________________________________________________________________
> 
>  patch -p0 <<'@@ .'
>  Index: rpm/tests/Makefile.am
>  ============================================================================
>  $ cvs diff -u -r1.96 -r1.97 Makefile.am
>  --- rpm/tests/Makefile.am    25 Dec 2010 18:07:08 -0000      1.96
>  +++ rpm/tests/Makefile.am    25 Jan 2011 17:55:07 -0000      1.97
>  @@ -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 Manager                                    http://rpm5.org
> CVS Sources Repository                                rpm-...@rpm5.org

______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
Developer Communication List                        rpm-devel@rpm5.org

Reply via email to