[packages/poldek] - fix rpmorg detection
baggins
baggins at pld-linux.org
Sun Oct 5 15:19:47 CEST 2025
commit a80a1e2413b51a1c5322bf4b572783da6420c316
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun Oct 5 17:19:30 2025 +0200
- fix rpmorg detection
rpm6.patch | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/rpm6.patch b/rpm6.patch
index 849ad19..8e34ac9 100644
--- a/rpm6.patch
+++ b/rpm6.patch
@@ -1,14 +1,15 @@
---- poldek-0.44.0/configure.ac~ 2025-10-01 02:10:00.000000000 +0200
-+++ poldek-0.44.0/configure.ac 2025-10-01 02:11:00.383330658 +0200
-@@ -273,6 +273,7 @@
+--- poldek-0.44.0/configure.ac~ 2025-10-05 17:16:05.000000000 +0200
++++ poldek-0.44.0/configure.ac 2025-10-05 17:17:17.933330679 +0200
+@@ -272,7 +272,7 @@
+
AC_MSG_CHECKING([for rpmorg (>= 4.14)])
- PKG_CHECK_EXISTS([rpm >= 4.14 rpm < 5.0], [is_rpmorg=yes], [is_rpmorg=no])
-+PKG_CHECK_EXISTS([rpm >= 6.0], [is_rpmorg=yes], [is_rpmorg=no])
+-PKG_CHECK_EXISTS([rpm >= 4.14 rpm < 5.0], [is_rpmorg=yes], [is_rpmorg=no])
++PKG_CHECK_EXISTS([rpm >= 6.0], [is_rpmorg=yes], [PKG_CHECK_EXISTS([rpm >= 4.14 rpm < 5.0], [is_rpmorg=yes], [is_rpmorg=no])])
if test "${is_rpmorg}." = "yes."; then
AC_MSG_RESULT(yes)
AM_CONDITIONAL(WITH_RPMORG, true)
-@@ -287,7 +287,7 @@
+@@ -286,7 +286,7 @@
fi
AC_MSG_CHECKING([for rpm5])
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/poldek.git/commitdiff/a80a1e2413b51a1c5322bf4b572783da6420c316
More information about the pld-cvs-commit
mailing list