diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2019-09-09 16:05:07 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2019-09-09 16:17:39 +0200 |
commit | 9e3deaefdbc54910d58dea28d06c2678673c9d09 (patch) | |
tree | e66a659816b918ad74e95736c090f0f33c031e6f /rpmconstant | |
parent | c8d1420ca5aa2276080970315b23bbdce5b78272 (diff) | |
download | perl-RPM4-9e3deaefdbc54910d58dea28d06c2678673c9d09.tar perl-RPM4-9e3deaefdbc54910d58dea28d06c2678673c9d09.tar.gz perl-RPM4-9e3deaefdbc54910d58dea28d06c2678673c9d09.tar.bz2 perl-RPM4-9e3deaefdbc54910d58dea28d06c2678673c9d09.tar.xz perl-RPM4-9e3deaefdbc54910d58dea28d06c2678673c9d09.zip |
fix building with rpm-4.15
Diffstat (limited to 'rpmconstant')
-rw-r--r-- | rpmconstant/NEWS | 2 | ||||
-rw-r--r-- | rpmconstant/rpmconstant.h | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/rpmconstant/NEWS b/rpmconstant/NEWS index 33df14b..d99ca87 100644 --- a/rpmconstant/NEWS +++ b/rpmconstant/NEWS @@ -1,3 +1,5 @@ +- fix building with rpm-4.15 + Version 0.1.4 - 17 December 2012 - add support for rpm-4.8 - 4.11 diff --git a/rpmconstant/rpmconstant.h b/rpmconstant/rpmconstant.h index 5c01946..6be9db1 100644 --- a/rpmconstant/rpmconstant.h +++ b/rpmconstant/rpmconstant.h @@ -36,7 +36,6 @@ #include <rpm/rpmtag.h> #include <rpm/rpmte.h> #include <rpm/rpmts.h> -#include <rpm/rpmvf.h> /** * A constant pair name/value |