This is a major update to the latest stable version of glib2.
* Drop SELinux support.
Fixes #11208.
Signed-off-by: Stefan Schantl stefan.schantl@ipfire.org --- glib2/glib2.nm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/glib2/glib2.nm b/glib2/glib2.nm index 444a2d1..26ad237 100644 --- a/glib2/glib2.nm +++ b/glib2/glib2.nm @@ -4,8 +4,8 @@ ###############################################################################
name = glib2 -ver_major = 2.48 -ver_minor = 0 +ver_major = 2.50 +ver_minor = 1 version = %{ver_major}.%{ver_minor} release = 1 thisapp = glib-%{version} @@ -31,14 +31,13 @@ build requires gettext libffi-devel - libselinux-devel + libmount-devel pcre-devel pkg-config zlib-devel end
configure_options += \ - --sysconfdir=/etc \ --with-pcre=system
install_cmds