Skip to content

Commit

Permalink
Update sanlock to version 3.8.5 / rev 30 via SR 1142220
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/1142220
by user dirkmueller + anag+factory
- 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
  • Loading branch information
dirkmueller authored and bmwiedemann committed Jan 29, 2024
1 parent 7515f18 commit cb941e5
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 9 deletions.
Binary file modified packages/s/sanlock/.files
Binary file not shown.
15 changes: 15 additions & 0 deletions packages/s/sanlock/.rev
Original file line number Diff line number Diff line change
Expand Up @@ -264,4 +264,19 @@ corruption of the VM's disk image. See FATE#306399.</comment>
<comment></comment>
<requestid>1029802</requestid>
</revision>
<revision rev="30" vrev="2">
<srcmd5>767c23dd41bd5c6eb4c6c79c6da9e6bb</srcmd5>
<version>3.8.5</version>
<time>1706563623</time>
<user>anag+factory</user>
<comment>- 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</comment>
<requestid>1142220</requestid>
</revision>
</revisionlist>
1 change: 0 additions & 1 deletion packages/s/sanlock/.servicemark

This file was deleted.

17 changes: 11 additions & 6 deletions packages/s/sanlock/sanlock.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 29 10:25:13 UTC 2024 - Dirk Müller <[email protected]>

- add user()/group() provides for rpm 4.19

-------------------------------------------------------------------
Tue Oct 18 14:27:20 UTC 2022 - James Fehlig <[email protected]>

Expand Down Expand Up @@ -27,7 +32,7 @@ Wed Jun 9 19:58:35 UTC 2021 - James Fehlig <[email protected]>
Fri Oct 23 20:58:29 UTC 2020 - Benjamin Greiner <[email protected]>

- Make python subpackage ready for multiple python3 flavors
using the multibuild feature gh#openSUSE/python-rpm-macros#66
using the multibuild feature gh#openSUSE/python-rpm-macros#66

-------------------------------------------------------------------
Tue Aug 18 22:48:21 UTC 2020 - James Fehlig <[email protected]>
Expand Down Expand Up @@ -126,7 +131,7 @@ Tue Dec 5 18:53:41 UTC 2017 - [email protected]
-------------------------------------------------------------------
Thu Nov 23 13:47:59 UTC 2017 - [email protected]

- Replace references to /var/adm/fillup-templates with new
- Replace references to /var/adm/fillup-templates with new
%_fillupdir macro (boo#1069468)

-------------------------------------------------------------------
Expand Down Expand Up @@ -176,7 +181,7 @@ Wed Mar 15 08:23:44 UTC 2017 - [email protected]
* refresh suse-no-date-time.patch to cover the same issue
in fence_sanlockd
* adjust fence_sanlockd.init and suse-systemd.patch
- Enable sanlk-reset subpackage
- Enable sanlk-reset subpackage
- Fix "undefined symbol to io_suspend" at runtime, bsc#1030060
suse-fix-link-errors.patch

Expand Down Expand Up @@ -209,8 +214,8 @@ Sat Mar 21 16:26:54 UTC 2015 - [email protected]
it's redundant
- Add systemd backward compatibility links
- Update patchs:
* suse-no-date-time.patch
* suse-systemd.patch
* suse-no-date-time.patch
* suse-systemd.patch

-------------------------------------------------------------------
Fri Jan 10 10:16:16 MST 2014 - [email protected]
Expand Down Expand Up @@ -300,5 +305,5 @@ Wed Jan 18 10:17:57 MST 2012 - [email protected]
-------------------------------------------------------------------
Thu Dec 22 01:15:39 CET 2011 - [email protected]

- initial package based on package from openstack
- initial package based on package from openstack

6 changes: 4 additions & 2 deletions packages/s/sanlock/sanlock.spec
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cb941e5

Please sign in to comment.