From e88e702b4f02489a5ff3e0739aad98ec60d13271 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 12 Mar 2018 11:59:40 +0100 Subject: [PATCH] Don't set group tags They are unused in Fedora. --- dconf.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dconf.spec b/dconf.spec index 65a3ddc..e6cd4ab 100644 --- a/dconf.spec +++ b/dconf.spec @@ -6,10 +6,8 @@ Version: 0.27.1 Release: 1%{?dist} Summary: A configuration system -Group: System Environment/Base License: LGPLv2+ and GPLv2+ and GPLv3+ URL: http://live.gnome.org/dconf -#VCS: git:git://git.gnome.org/dconf Source0: http://download.gnome.org/sources/dconf/0.27/dconf-%{version}.tar.xz BuildRequires: glib2-devel >= %{glib2_version} @@ -26,7 +24,6 @@ backend to the GSettings API in GLib. %package devel Summary: Header files and libraries for dconf development -Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} %description devel @@ -105,6 +102,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : * Mon Mar 12 2018 Kalev Lember - 0.27.1-1 - Update to 0.27.1 - Switch to the meson build system +- Don't set group tags * Mon Feb 19 2018 Ray Strode - 0.26.1-3 - Add systemd dbs for distro, site, and machine local dconf databases