Accepting request 769663 from Virtualization:containers

OBS-URL: https://build.opensuse.org/request/show/769663
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lxcfs?expand=0&rev=10
This commit is contained in:
Dominique Leuenberger 2020-02-04 18:53:29 +00:00 committed by Git OBS Bridge
commit dc22bb398f
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 3 15:02:33 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
shortcut through the -mini flavors.
-------------------------------------------------------------------
Thu Sep 19 09:53:15 UTC 2019 - Pavol Cupka <palica@liguros.net>

View File

@ -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