[Rpm-maint] [rpm-software-management/rpm] Dynamic Build Dependencies (#593)

Igor Gnatenko notifications at github.com
Fri Apr 5 19:42:27 UTC 2019


```patch
>From 505c59c12c9d041aaa681bf3278785c9fb342507 Mon Sep 17 00:00:00 2001
From: Igor Gnatenko <i.gnatenko.brain at gmail.com>
Date: Fri, 5 Apr 2019 21:40:47 +0200
Subject: [PATCH] fixup! Add support for dynamic BuildRequires

Signed-off-by: Igor Gnatenko <i.gnatenko.brain at gmail.com>
---
 build/build.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build/build.c b/build/build.c
index 9be8799b3..c99028dd9 100644
--- a/build/build.c
+++ b/build/build.c
@@ -380,6 +380,7 @@ static rpmRC buildSpec(BTA_t buildArgs, rpmSpec spec, int what)
                    free(t);
                }
                spec->numSources = 0;
+               missing_buildreqs = 1;
                what = RPMBUILD_PACKAGESOURCE;
            } else {
                 goto exit;
-- 
2.21.0

```

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/pull/593#issuecomment-480399074
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rpm.org/pipermail/rpm-maint/attachments/20190405/ff5491a2/attachment-0001.html>


More information about the Rpm-maint mailing list