summaryrefslogtreecommitdiff
path: root/lib/rpmfiles.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rpmfiles.h')
-rw-r--r--lib/rpmfiles.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rpmfiles.h b/lib/rpmfiles.h
index 4dba88fc4..8e92d0c4f 100644
--- a/lib/rpmfiles.h
+++ b/lib/rpmfiles.h
@@ -60,6 +60,8 @@ enum rpmfileAttrs_e {
RPMFILE_README = (1 << 8), /*!< from %%readme */
/* bits 9-10 unused */
RPMFILE_PUBKEY = (1 << 11), /*!< from %%pubkey */
+ RPMFILE_MUTABLE = (1 << 12), /*!< from %%mutable or %updatepolicy(mutable) */
+ RPMFILE_NOUPDATE = (1 << 13), /*!< from %%noupdate or %updatepolicy(noupdate) */
};
typedef rpmFlags rpmfileAttrs;