[Rpm-maint] [PATCH v7 03/11] Add rpmtags for file signatures and their length
Fionnuala Gunter
fionnuala.gunter at gmail.com
Wed Jul 22 14:30:55 UTC 2015
Florian,
I'm going to send an updated patch 9. Should I also include this patch to
fix test 004, when I resend the patch set?
-Fin
On Tue, Jul 21, 2015 at 5:53 AM Florian Festi <ffesti at redhat.com> wrote:
> On 07/21/2015 12:11 AM, Fionnuala Gunter wrote:
> > From: "fin at linux.vnet.ibm.com" <fin at linux.vnet.ibm.com>
> >
> > This patch adds rpmtags for file signatures and their length, so they
> > can be stored in the package header.
> >
> > Changelog:
> > - update rpmtag values (rebase error) - Mimi
> > ---
> > lib/rpmtag.h | 2 ++
> > 1 file changed, 2 insertions(+)
> >
> > diff --git a/lib/rpmtag.h b/lib/rpmtag.h
> > index 6c7dbf2..d06a3b7 100644
> > --- a/lib/rpmtag.h
> > +++ b/lib/rpmtag.h
> > @@ -350,6 +350,8 @@ typedef enum rpmTag_e {
> > RPMTAG_TRANSFILETRIGGERVERSION = 5081, /* s[] */
> > RPMTAG_TRANSFILETRIGGERFLAGS = 5082, /* i[] */
> > RPMTAG_REMOVEPATHPOSTFIXES = 5083, /* s internal */
> > + RPMTAG_FILESIGNATURES = 5084, /* s[] */
> > + RPMTAG_FILESIGNATURELENGTH = 5085, /* i */
> >
> > RPMTAG_FIRSTFREE_TAG /*!< internal */
> > } rpmTag;
> >
>
> This break test case 004. This should fix it:
>
> diff --git a/tests/rpmgeneral.at b/tests/rpmgeneral.at
> index 61cc2fb..332adf6 100644
> --- a/tests/rpmgeneral.at
> +++ b/tests/rpmgeneral.at
> @@ -113,6 +113,8 @@ FILENLINKS
> FILEPROVIDE
> FILERDEVS
> FILEREQUIRE
> +FILESIGNATURELENGTH
> +FILESIGNATURES
> FILESIZES
> FILESTATES
> FILETRIGGERFLAGS
>
>
>
> --
>
> Red Hat GmbH, http://www.de.redhat.com/ Registered seat: Grasbrunn,
> Commercial register: Amtsgericht Muenchen, HRB 153243,
> Managing Directors: Charles Cachera, Michael Cunningham, Michael
> O'Neill, Charles Peters
> _______________________________________________
> Rpm-maint mailing list
> Rpm-maint at lists.rpm.org
> http://lists.rpm.org/mailman/listinfo/rpm-maint
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20150722/68166016/attachment.html>
More information about the Rpm-maint
mailing list