[Rpm-maint] [rpm-software-management/rpm] Minor test-suite tweaks/fixes, volume V (PR #2696)
Michal Domonkos
notifications at github.com
Thu Oct 5 07:34:59 UTC 2023
@dmnks commented on this pull request.
> @@ -52,6 +52,23 @@ RUN dnf -y install \
&& dnf clean all
RUN echo "%_dbpath $(rpm --eval '%_dbpath')" > /root/.rpmmacros
+# Workaround for pkgconf(1)'s unlisted dependency on rpm.
+# This is needed for cmake to work without an rpm installation.
+RUN ln -sf $(rpm --eval '%{_target_platform}%{?_gnu}')-pkg-config \
+ /usr/bin/pkg-config
+
+RUN rpm -e --nodeps --nodb \
Oh! Turns out this is a pretty new feature: 6de0d31ed3b4907dbd7e1683a18ea3a28790614d
So yup, good timing :laughing:
--
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/2696#discussion_r1346937787
You are receiving this because you are subscribed to this thread.
Message ID: <rpm-software-management/rpm/pull/2696/review/1659086785 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20231005/b404a2e7/attachment-0001.html>
More information about the Rpm-maint
mailing list