diff options
-rw-r--r-- | RPM4/NEWS | 1 | ||||
-rw-r--r-- | rpmconstant/rpmconstant.h | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,7 @@ - drop support for repackage (not working anymore since rpm-4.6) - fix parsing new rpm headers - fix retrieving rpm version with beta versions +- fix segfaulting with rpm-4.11 retrieving RPMLOG_* - fix srcrpm() - fix --rpmversion (broken for 6+ years...) diff --git a/rpmconstant/rpmconstant.h b/rpmconstant/rpmconstant.h index c1fb569..390e8e3 100644 --- a/rpmconstant/rpmconstant.h +++ b/rpmconstant/rpmconstant.h @@ -34,6 +34,7 @@ #include <rpm/rpmpgp.h> #include <rpm/rpmbuild.h> #include <rpm/rpmlib.h> +#include <rpm/rpmlog.h> /** * A constant pair name/value |