Accepting request 1142220 from Virtualization
- add user()/group() provides for rpm 4.19 using the multibuild feature gh#openSUSE/python-rpm-macros#66 - Replace references to /var/adm/fillup-templates with new - Enable sanlk-reset subpackage * suse-no-date-time.patch * suse-systemd.patch - initial package based on package from openstack OBS-URL: https://build.opensuse.org/request/show/1142220 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sanlock?expand=0&rev=30
This commit is contained in:
commit
71d1288201
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 29 10:25:13 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- add user()/group() provides for rpm 4.19
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 18 14:27:20 UTC 2022 - James Fehlig <jfehlig@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file
|
||||
# spec file for package sanlock
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -75,6 +75,8 @@ BuildRequires: pkgconfig(uuid)
|
||||
%if ! %{with python}
|
||||
Requires(pre): %fillup_prereq
|
||||
Requires(pre): shadow
|
||||
Provides: group(sanlock)
|
||||
Provides: user(sanlock)
|
||||
Recommends: logrotate
|
||||
%{?systemd_requires}
|
||||
%if 0%{?suse_version} >= 1500
|
||||
|
Loading…
Reference in New Issue
Block a user