File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 18
18
| 3.6 or later | python3 | python3 | python3 |
19
19
| 0.18 or later | gettext-devel | gettext-tools | gettext |
20
20
| 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 |
22
22
23
23
Also:
24
24
* make must be GNU (or compatible) (setting MAKE=gmake might also work but is
Original file line number Diff line number Diff line change 1
1
dnl
2
2
dnl autoconf for Pacemaker
3
3
dnl
4
- dnl Copyright 2009-2024 the Pacemaker project contributors
4
+ dnl Copyright 2009-2025 the Pacemaker project contributors
5
5
dnl
6
6
dnl The version control history for this file may have further details.
7
7
dnl
@@ -1565,7 +1565,7 @@ dnl ========================================================================
1565
1565
dnl GnuTLS
1566
1566
dnl ========================================================================
1567
1567
1568
- PKG_CHECK_MODULES(GNUTLS, [ gnutls >= 3.1.7 ] ,
1568
+ PKG_CHECK_MODULES(GNUTLS, [ gnutls >= 3.4.6 ] ,
1569
1569
[ CPPFLAGS="${CPPFLAGS} ${GNUTLS_CFLAGS}"
1570
1570
LIBS="${LIBS} ${GNUTLS_LIBS}"] )
1571
1571
Original file line number Diff line number Diff line change 1
1
#
2
- # Copyright 2008-2024 the Pacemaker project contributors
2
+ # Copyright 2008-2025 the Pacemaker project contributors
3
3
#
4
4
# The version control history for this file may have further details.
5
5
#
@@ -270,7 +270,7 @@ BuildRequires: sed
270
270
271
271
# Required for core functionality
272
272
BuildRequires: pkgconfig(glib-2.0) >= 2.42
273
- BuildRequires: pkgconfig(gnutls) >= 3.1.7
273
+ BuildRequires: pkgconfig(gnutls) >= 3.4.6
274
274
BuildRequires: pkgconfig(libxml-2.0) >= 2.9.2
275
275
BuildRequires: pkgconfig(systemd)
276
276
BuildRequires: libxslt-devel
You can’t perform that action at this time.
0 commit comments