Don't set group tags

They are unused in Fedora.
This commit is contained in:
Kalev Lember 2018-03-12 11:59:40 +01:00
parent 0da5121de0
commit e88e702b4f

View File

@ -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 <klember@redhat.com> - 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 <rstrode@redhat.com> - 0.26.1-3
- Add systemd dbs for distro, site, and machine local dconf databases