From b1275298c958a288a8c083a11497c7ede581e8ee7fc74c9956a2b354743490d4 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 14 May 2019 08:55:05 +0000 Subject: [PATCH] Accepting request 702584 from GNOME:Next - Replace systemd-gtk BuildRequires with pkgconfig(systemd): make the build cheaper by not having to wait for the 'real' systemd package to have built, but allow to use systemd-mini. The change in the stack causing this was polkit dropping its hard dep on systemd. - Add systemd-gtk BuildRequires: Needed now after changes elsewhere in the stack. OBS-URL: https://build.opensuse.org/request/show/702584 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=76 --- flatpak.changes | 15 +++++++++++++++ flatpak.spec | 1 + 2 files changed, 16 insertions(+) diff --git a/flatpak.changes b/flatpak.changes index cf283d8..1b930be 100644 --- a/flatpak.changes +++ b/flatpak.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon May 13 07:45:05 UTC 2019 - Dominique Leuenberger + +- Replace systemd-gtk BuildRequires with pkgconfig(systemd): make + the build cheaper by not having to wait for the 'real' systemd + package to have built, but allow to use systemd-mini. The change + in the stack causing this was polkit dropping its hard dep on + systemd. + +------------------------------------------------------------------- +Sat May 11 20:53:45 UTC 2019 - Bjørn Lie + +- Add systemd-gtk BuildRequires: Needed now after changes elsewhere + in the stack. + ------------------------------------------------------------------- Wed Apr 24 09:45:40 UTC 2019 - Martin Liška diff --git a/flatpak.spec b/flatpak.spec index 13dc885..532b959 100644 --- a/flatpak.spec +++ b/flatpak.spec @@ -52,6 +52,7 @@ BuildRequires: pkgconfig(libseccomp) BuildRequires: pkgconfig(libsoup-2.4) BuildRequires: pkgconfig(ostree-1) >= 2018.7 BuildRequires: pkgconfig(polkit-gobject-1) +BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(xau) Requires: %{libname} = %{version} Requires: bubblewrap >= 0.2.1