From 2715084bc17d27048c41bbba2fde457d64b119078eca59d0140855ef1d3bd891 Mon Sep 17 00:00:00 2001 From: Aleksa Sarai Date: Mon, 3 Feb 2020 15:07:58 +0000 Subject: [PATCH] Accepting request 769638 from home:dimstar:Factory Shortcut through -mini OBS-URL: https://build.opensuse.org/request/show/769638 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/lxcfs?expand=0&rev=26 --- lxcfs.changes | 6 ++++++ lxcfs.spec | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/lxcfs.changes b/lxcfs.changes index 8e8d391..9ab63bc 100644 --- a/lxcfs.changes +++ b/lxcfs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 3 15:02:33 UTC 2020 - Dominique Leuenberger + +- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to + shortcut through the -mini flavors. + ------------------------------------------------------------------- Thu Sep 19 09:53:15 UTC 2019 - Pavol Cupka diff --git a/lxcfs.spec b/lxcfs.spec index d680e7b..30e8d60 100644 --- a/lxcfs.spec +++ b/lxcfs.spec @@ -1,7 +1,7 @@ # # spec file for package lxcfs # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -27,7 +27,7 @@ Release: 0 Summary: FUSE filesystem for LXC License: Apache-2.0 Group: System/Management -Url: https://linuxcontainers.org/lxcfs +URL: https://linuxcontainers.org/lxcfs Source: https://linuxcontainers.org/downloads/%{name}/%{name}-%{version}.tar.gz Source1: https://linuxcontainers.org/downloads/%{name}/%{name}-%{version}.tar.gz.asc Source2: %{name}.keyring @@ -38,8 +38,8 @@ BuildRequires: help2man BuildRequires: libtool BuildRequires: pam-devel BuildRequires: pkg-config -BuildRequires: systemd BuildRequires: pkgconfig(fuse) +BuildRequires: pkgconfig(systemd) %{?systemd_requires} %description