diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2010-12-20 11:58:44 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2010-12-20 11:58:44 +0200 |
commit | c1d8fc34f9d36b3f47e30489caab848dae1f151a (patch) | |
tree | d60fef3f87b7178be0805c8e2f554210a881253f /lib/rpmts.h | |
parent | 3b07e36fc430ae15a34a6b4c3249460ddf120c01 (diff) | |
download | librpm-tizen-c1d8fc34f9d36b3f47e30489caab848dae1f151a.tar.gz librpm-tizen-c1d8fc34f9d36b3f47e30489caab848dae1f151a.tar.bz2 librpm-tizen-c1d8fc34f9d36b3f47e30489caab848dae1f151a.zip |
Mark two more unused rpmts flags as such
Diffstat (limited to 'lib/rpmts.h')
-rw-r--r-- | lib/rpmts.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rpmts.h b/lib/rpmts.h index 74223854c..53edd3a98 100644 --- a/lib/rpmts.h +++ b/lib/rpmts.h @@ -34,7 +34,7 @@ enum rpmtransFlags_e { RPMTRANS_FLAG_NOTRIGGERS = (1 << 4), /*!< from --notriggers */ RPMTRANS_FLAG_NODOCS = (1 << 5), /*!< from --excludedocs */ RPMTRANS_FLAG_ALLFILES = (1 << 6), /*!< from --allfiles */ - RPMTRANS_FLAG_KEEPOBSOLETE = (1 << 7), /*!< @todo Document. */ + RPMTRANS_FLAG_KEEPOBSOLETE = (1 << 7), /*!< obsolete, unused */ RPMTRANS_FLAG_NOCONTEXTS = (1 << 8), /*!< from --nocontexts */ RPMTRANS_FLAG_DIRSTASH = (1 << 9), /*!< obsolete, unused */ RPMTRANS_FLAG_REPACKAGE = (1 << 10), /*!< obsolete, unused */ @@ -53,7 +53,7 @@ enum rpmtransFlags_e { RPMTRANS_FLAG_NOPREUN = (1 << 21), /*!< from --nopreun */ RPMTRANS_FLAG_NOPOSTUN = (1 << 22), /*!< from --nopostun */ RPMTRANS_FLAG_NOTRIGGERPOSTUN = (1 << 23), /*!< from --notriggerpostun */ - RPMTRANS_FLAG_NOPAYLOAD = (1 << 24), + RPMTRANS_FLAG_NOPAYLOAD = (1 << 24), /*!< obsolete, unused */ RPMTRANS_FLAG_APPLYONLY = (1 << 25), /*!< obsolete, unused */ RPMTRANS_FLAG_NOCOLLECTIONS = (1 << 26), /*!< from --nocollections */ |