Lines Matching refs:rpm
94 AC_ARG_ENABLE(rpm, optenable
95 AS_HELP_STRING([--enable-rpm=yes|no|auto],
96 [enable the support of rpm in abipkgdiff (default is auto)]),
103 [enable rpm/zstd in abipkgdiff testing (default is auto)]),
352 AC_CHECK_PROG(HAS_RPM, rpm, yes, no)
358 …AC_MSG_ERROR([rpm support in abipkgdiff needs 'rpm2cpio', 'cpio' and 'rpm' programs to be installe…
364 dnl Point to a rpm/zstd file, that is:
365 dnl $ rpm -qp --qf '%{PAYLOADCOMPRESSOR}\n' [rpm_zstd_file]
367 m4_define([rpm_zstd_file], [tests/data/test-diff-pkg/mesa-libGLU-9.0.1-3.fc33.x86_64.rpm])
372 AC_MSG_ERROR([rpm/zstd support needs rpm support])
376 AC_MSG_CHECKING([for rpm/zstd support])
385 AC_MSG_ERROR([rpm/zstd support not available])
392 AC_DEFINE([WITH_RPM], 1, [compile the rpm package support in abipkgdiff])
393 AC_MSG_NOTICE([rpm support in abipkgdiff is enabled]);
396 AC_DEFINE([WITH_RPM_ZSTD], 1, [has rpm/zstd support])
397 AC_MSG_NOTICE([rpm/zstd in abipkgdiff testing is enabled])
400 AC_MSG_NOTICE([rpm support in abipkgdiff is disabled]);
623 xdg koji mock rpm imp tempfile mimetypes shutil six"
1061 Enable rpm support in abipkgdiff : ${ENABLE_RPM}
1062 Enable rpm/zstd in abipkgdiff testing : ${ENABLE_RPM_ZSTD}