diff --git a/acl.changes b/acl.changes index f000c0a..1adf5d9 100644 --- a/acl.changes +++ b/acl.changes @@ -1,7 +1,13 @@ +------------------------------------------------------------------- +Tue Jan 26 14:15:56 UTC 2021 - Dominique Leuenberger + +- 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 -- update url +- update url ------------------------------------------------------------------- Sun Mar 17 11:02:49 UTC 2019 - Jan Engelhardt @@ -15,7 +21,7 @@ Sun Mar 17 11:02:49 UTC 2019 - Jan Engelhardt Thu Nov 8 18:41:33 UTC 2018 - Cristian Rodríguez - libacl-devel used to require libattr-devel, but that is no longer - the case, packages that relied on this indirect dependency to + the case, packages that relied on this indirect dependency to be present were fixed years ago. ------------------------------------------------------------------- diff --git a/acl.spec b/acl.spec index 0d4028c..1ae4726 100644 --- a/acl.spec +++ b/acl.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -45,8 +45,8 @@ BuildRequires: libattr-devel BuildRequires: libtool BuildRequires: pkg-config %if %{with acl_tests} && 0%{?suse_version} > 1320 -BuildRequires: system-user-bin -BuildRequires: system-user-daemon +BuildRequires: user(bin) +BuildRequires: user(daemon) %endif BuildRequires: xz