From: Jan Rękorajski Date: Sat, 13 Feb 2021 17:33:50 +0000 (+0100) Subject: - mark "auto directory dependencies" as obsolete and never set it when building with... X-Git-Tag: auto/th/poldek-0.42.2-5~1 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=3e585669810a6f61ce6797b7a4b52eaf15c2f02f;p=packages%2Fpoldek.git - mark "auto directory dependencies" as obsolete and never set it when building with rpm.org --- diff --git a/rpm4-no-dir-deps.patch b/rpm4-no-dir-deps.patch index eeacb45..f05ee0d 100644 --- a/rpm4-no-dir-deps.patch +++ b/rpm4-no-dir-deps.patch @@ -32,3 +32,19 @@ v = 1; #endif break; +--- poldek-0.42.2/conf_sections.c~ 2020-01-25 23:10:38.000000000 +0100 ++++ poldek-0.42.2/conf_sections.c 2021-02-13 18:32:16.569364907 +0100 +@@ -214,9 +214,13 @@ + 0, { 0 } }, + + { "auto directory dependencies", ++#if defined(HAVE_RPMORG) ++ CONF_TYPE_BOOLEAN3 | CONF_TYPE_F_OBSL, NULL, 0, { 0 } }, ++#else + CONF_TYPE_BOOLEAN3, + "auto", + POLDEK_OP_AUTODIRDEP, { 0 } }, ++#endif + + { "follow", + CONF_TYPE_BOOLEAN,