From b589268ef2183443b5b9a549019e1b0ff7954746 Mon Sep 17 00:00:00 2001 From: Ondrej Holy Date: Mon, 29 Jul 2024 12:06:59 +0200 Subject: [PATCH] Drop gvfs-tests subpackage The tests provided by the gvfs-tests subpackage have never worked properly. Resolves: RHEL-46743 --- gvfs.spec | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/gvfs.spec b/gvfs.spec index ec201de..6fb232a 100644 --- a/gvfs.spec +++ b/gvfs.spec @@ -22,7 +22,7 @@ Name: gvfs Version: 1.54.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Backends for the gio framework in GLib License: LGPL-2.0-or-later AND GPL-3.0-only AND MPL-2.0 AND BSD-3-Clause-Sun @@ -67,6 +67,7 @@ Obsoletes: gnome-mount <= 0.8 Obsoletes: gnome-mount-nautilus-properties <= 0.8 Obsoletes: gvfs-obexftp < 1.17.91-2 Obsoletes: gvfs-devel < 1.54.2-1 +Obsoletes: gvfs-tests < 1.54.2-2 %description The gvfs package provides backend implementations for the gio @@ -205,19 +206,12 @@ BuildRequires: pkgconfig(msgraph-0.1) This package provides seamless integration with gnome-online-accounts file services. -%package tests -Summary: Tests for the gvfs package -Requires: %{name}%{?_isa} = %{version}-%{release} - -%description tests -The gvfs-tests package contains tests that can be used to verify -the functionality of the installed gvfs package. %prep %autosetup -p1 %build -%meson -Dinstalled_tests=true \ +%meson \ -Dman=true \ %ifarch s390 s390x -Dafc=false \ @@ -423,12 +417,11 @@ killall -USR1 gvfsd >&/dev/null || : %endif %{_userunitdir}/gvfs-goa-volume-monitor.service -%files tests -%dir %{_libexecdir}/installed-tests -%{_libexecdir}/installed-tests/gvfs -%{_datadir}/installed-tests %changelog +* Mon Jul 29 2024 Ondrej Holy - 1.54.2-2 +- Drop the gvfs-tests subpackage + * Fri Jun 28 2024 Ondrej Holy - 1.54.2-1 - Update to 1.54.2