Accepting request 866869 from home:dimstar:Factory
- Replace system-user-{bin,daemon} with user({bin,daemon}): be resilient to package name changes. - update url the case, packages that relied on this indirect dependency to OBS-URL: https://build.opensuse.org/request/show/866869 OBS-URL: https://build.opensuse.org/package/show/Base:System/acl?expand=0&rev=65
This commit is contained in:
parent
588abd6a9c
commit
b9f2b60bc8
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 26 14:15:56 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Replace system-user-{bin,daemon} with user({bin,daemon}): be
|
||||||
|
resilient to package name changes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 1 09:57:04 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
Tue Sep 1 09:57:04 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
6
acl.spec
6
acl.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package acl
|
# spec file for package acl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 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
|
||||||
@ -45,8 +45,8 @@ BuildRequires: libattr-devel
|
|||||||
BuildRequires: libtool
|
BuildRequires: libtool
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
%if %{with acl_tests} && 0%{?suse_version} > 1320
|
%if %{with acl_tests} && 0%{?suse_version} > 1320
|
||||||
BuildRequires: system-user-bin
|
BuildRequires: user(bin)
|
||||||
BuildRequires: system-user-daemon
|
BuildRequires: user(daemon)
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user