From 2aa8f4b4cb42d4c3c5db3d69e993be83d5a6adc6 Mon Sep 17 00:00:00 2001 From: "Owen W. Taylor" Date: Tue, 21 Aug 2018 17:18:09 -0400 Subject: [PATCH] Add a patch to enable DCONF_USER_CONFIG_DIR environment variable --- dconf.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/dconf.spec b/dconf.spec index e335721..ebf9ddd 100644 --- a/dconf.spec +++ b/dconf.spec @@ -2,13 +2,15 @@ Name: dconf Version: 0.28.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A configuration system License: LGPLv2+ and GPLv2+ and GPLv3+ URL: http://live.gnome.org/dconf Source0: http://download.gnome.org/sources/dconf/0.28/dconf-%{version}.tar.xz +Patch1: dconf-override.patch + BuildRequires: glib2-devel >= %{glib2_version} BuildRequires: gtk-doc BuildRequires: meson @@ -87,6 +89,9 @@ dconf update %{_datadir}/vala %changelog +* Tue Aug 21 2018 Owen Taylor - 0.28.0-3 +- Add a patch to enable DCONF_USER_CONFIG_DIR environment variable + * Thu Jul 12 2018 Fedora Release Engineering - 0.28.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild