summaryrefslogtreecommitdiff
path: root/build/rpmspec.h
diff options
context:
space:
mode:
Diffstat (limited to 'build/rpmspec.h')
-rw-r--r--build/rpmspec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpmspec.h b/build/rpmspec.h
index d14ffa8ef..bfd445805 100644
--- a/build/rpmspec.h
+++ b/build/rpmspec.h
@@ -175,7 +175,7 @@ struct Package_s {
/*@refcounted@*/
Header header;
/*@refcounted@*/
- rpmds this;
+ rpmds ds; /*!< Requires: N = EVR */
/*@refcounted@*/
rpmfi cpioList;