1
0
forked from pool/aws-efs-utils
Dominique Leuenberger 2020-02-07 14:55:56 +00:00 committed by Git OBS Bridge
commit 0764d1d73d
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 3 12:03:13 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- BuildRequire pkgconfig(systemd) instead of systemd: allow OBS to
shortcut through the -mini flavors.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Dec 17 20:14:25 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com> Tue Dec 17 20:14:25 UTC 2019 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package aws-efs-utils # spec file for package aws-efs-utils
# #
# Copyright (c) 2019 SUSE LLC # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -40,8 +40,8 @@ BuildRequires: python3-pytest-html >= 1.19.0
BuildRequires: python3-pytest-metadata >= 1.7.0 BuildRequires: python3-pytest-metadata >= 1.7.0
BuildRequires: python3-pytest-mock >= 1.11.2 BuildRequires: python3-pytest-mock >= 1.11.2
BuildRequires: python3-six >= 1.11.0 BuildRequires: python3-six >= 1.11.0
BuildRequires: systemd
BuildRequires: systemd-rpm-macros BuildRequires: systemd-rpm-macros
BuildRequires: pkgconfig(systemd)
Requires: nfs-utils Requires: nfs-utils
Requires: python3 Requires: python3
Requires: stunnel >= 4.56 Requires: stunnel >= 4.56