[Rpm-ecosystem] [PATCH v6 03/11] Add rpmtags for file signatures and their length
Florian Festi
ffesti at redhat.com
Wed Jul 15 16:51:02 UTC 2015
On 07/06/2015 08:52 PM, Mimi Zohar 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.
> ---
> lib/rpmtag.h | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/lib/rpmtag.h b/lib/rpmtag.h
> index 6c7dbf2..8f3a3b8 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 = 5063, /* s[] */
> + RPMTAG_FILESIGNATURELENGTH = 5064, /* i */
>
> RPMTAG_FIRSTFREE_TAG /*!< internal */
> } rpmTag;
>
You need to change the tag numbers to unused values (Rebase fail).
Florian
--
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
More information about the Rpm-ecosystem
mailing list