File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818| 3.6 or later | python3 | python3 | python3 |
1919| 0.18 or later | gettext-devel | gettext-tools | gettext |
2020| 0.18 or later | | | autopoint |
21- | 3.1.7 or later | gnutls-devel | libgnutls-devel | libgnutls-dev |
21+ | 3.4.6 or later | gnutls-devel | libgnutls-devel | libgnutls-dev |
2222
2323Also:
2424* make must be GNU (or compatible) (setting MAKE=gmake might also work but is
Original file line number Diff line number Diff line change 11dnl
22dnl autoconf for Pacemaker
33dnl
4- dnl Copyright 2009-2024 the Pacemaker project contributors
4+ dnl Copyright 2009-2025 the Pacemaker project contributors
55dnl
66dnl The version control history for this file may have further details.
77dnl
@@ -1565,7 +1565,7 @@ dnl ========================================================================
15651565dnl GnuTLS
15661566dnl ========================================================================
15671567
1568- PKG_CHECK_MODULES(GNUTLS, [ gnutls >= 3.1.7 ] ,
1568+ PKG_CHECK_MODULES(GNUTLS, [ gnutls >= 3.4.6 ] ,
15691569 [ CPPFLAGS="${CPPFLAGS} ${GNUTLS_CFLAGS}"
15701570 LIBS="${LIBS} ${GNUTLS_LIBS}"] )
15711571
Original file line number Diff line number Diff line change 11#
2- # Copyright 2008-2024 the Pacemaker project contributors
2+ # Copyright 2008-2025 the Pacemaker project contributors
33#
44# The version control history for this file may have further details.
55#
@@ -270,7 +270,7 @@ BuildRequires: sed
270270
271271# Required for core functionality
272272BuildRequires: pkgconfig(glib-2.0) >= 2.42
273- BuildRequires: pkgconfig(gnutls) >= 3.1.7
273+ BuildRequires: pkgconfig(gnutls) >= 3.4.6
274274BuildRequires: pkgconfig(libxml-2.0) >= 2.9.2
275275BuildRequires: pkgconfig(systemd)
276276BuildRequires: libxslt-devel
You can’t perform that action at this time.
0 commit comments