Blame SOURCES/0001-Add-RPMTAG_AUTOINSTALLED-reservation.patch
|
|
45afda |
From 5b21f2f2a12adfd9e1adffc2bf1ad7171ee5d03c Mon Sep 17 00:00:00 2001
|
|
|
45afda |
From: "Vladimir D. Seleznev" <vseleznv@altlinux.org>
|
|
|
45afda |
Date: Tue, 13 Mar 2018 00:04:45 +0300
|
|
|
45afda |
Subject: [PATCH 01/33] Add RPMTAG_AUTOINSTALLED reservation
|
|
|
45afda |
|
|
|
45afda |
This tag is needed to track automatically installed packages with rpmdb.
|
|
|
45afda |
Zero value means that a package was installed manually, other values
|
|
|
45afda |
mean that the package was installed automatically as some else package
|
|
|
45afda |
dependency.
|
|
|
45afda |
|
|
|
45afda |
This tag is reserved for ALT Linux Team and marked as unimplemented.
|
|
|
45afda |
|
|
|
45afda |
Signed-off-by: Vladimir D. Seleznev <vseleznv@altlinux.org>
|
|
|
45afda |
---
|
|
|
45afda |
lib/rpmtag.h | 1 +
|
|
|
45afda |
1 file changed, 1 insertion(+)
|
|
|
45afda |
|
|
|
45afda |
diff --git a/lib/rpmtag.h b/lib/rpmtag.h
|
|
|
45afda |
index 57b10a706..664561156 100644
|
|
|
45afda |
--- a/lib/rpmtag.h
|
|
|
45afda |
+++ b/lib/rpmtag.h
|
|
|
45afda |
@@ -368,6 +368,7 @@ typedef enum rpmTag_e {
|
|
|
45afda |
RPMTAG_FILESIGNATURELENGTH = 5091, /* i */
|
|
|
45afda |
RPMTAG_PAYLOADDIGEST = 5092, /* s[] */
|
|
|
45afda |
RPMTAG_PAYLOADDIGESTALGO = 5093, /* i */
|
|
|
45afda |
+ RPMTAG_AUTOINSTALLED = 5094, /* i reservation (unimplemented) */
|
|
|
45afda |
RPMTAG_MODULARITYLABEL = 5096, /* s */
|
|
|
45afda |
|
|
|
45afda |
RPMTAG_FIRSTFREE_TAG /*!< internal */
|
|
|
45afda |
--
|
|
|
45afda |
2.27.0
|
|
|
45afda |
|