Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
cc0f1426d7
!30 【轻量级PR】: Added 'Buildarch: noarch'to the help subpackage
From: @frids 
Reviewed-by: @Charlie_li 
Signed-off-by: @Charlie_li
2025-02-28 07:46:17 +00:00
hejiuwang
850280de17
Added 'Buildarch:noarch' to the help subpackage 2024-08-21 05:52:02 +00:00
openeuler-ci-bot
5c7645db4f
!23 update to 3.8.5
From: @wangjie5911 
Reviewed-by: @wu-leilei 
Signed-off-by: @wu-leilei
2023-04-23 06:02:10 +00:00
wangjie5911
f100257b7f update to 3.8.5
update to 3.8.5

update to 3.8.5 and sync patch
2023-04-23 10:05:23 +08:00
openeuler-ci-bot
fa3c60d812
!20 [sync] PR-17: 修复sanlk-reset -t命令无法执行
From: @openeuler-sync-bot 
Reviewed-by: @wang--ge 
Signed-off-by: @wang--ge
2023-03-08 07:35:35 +00:00
cherry530
a86b9088d5 fix sanlk-reset -t command error.
Signed-off-by: cherry530 <xuping33@huawei.com>
(cherry picked from commit 5b5c5cab206a4e3b0776ba9012ef761a27f924bc)
2023-03-08 11:24:59 +08:00
openeuler-ci-bot
9b4858540a
!16 [sync] PR-15: 修复sanlock内存泄露问题
From: @openeuler-sync-bot 
Reviewed-by: @zhuchunyi 
Signed-off-by: @zhuchunyi
2022-11-08 11:39:55 +00:00
lihaoxiang
d6440b5373 sanlock:fix memory leak of lockspace renewal history
(cherry picked from commit 0e9c1785d2561d76876f718185be86b5d528698e)
2022-11-08 19:29:07 +08:00
openeuler-ci-bot
e29c487822 !10 update to 3.8.4
From: @markeryang
Reviewed-by: @liuzhiqiang26,@ruebb
Signed-off-by: @liuzhiqiang26,@ruebb
2021-11-26 03:37:08 +00:00
markeryang
690faef596 update to 3.8.4 2021-11-23 17:39:33 +08:00
4 changed files with 32 additions and 1 deletions

View File

@ -0,0 +1,13 @@
diff --git a/reset/sanlk_reset.c b/reset/sanlk_reset.c
index 9e952ab..3453449 100644
--- a/reset/sanlk_reset.c
+++ b/reset/sanlk_reset.c
@@ -717,7 +717,7 @@ int main(int argc, char *argv[])
int c;
int option_index = 0;
- c = getopt_long(argc, argv, "hVi:g:w:b:R:D",
+ c = getopt_long(argc, argv, "hVi:g:w:b:R:t:D",
long_options, &option_index);
if (c == -1)
break;

Binary file not shown.

BIN
sanlock-3.8.5.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +1,13 @@
Name: sanlock
Version: 3.8.2
Version: 3.8.5
Release: 2
Summary: A shared storage lock manager
License: GPLv2 and GPLv2+ and LGPLv2+
URL: https://pagure.io/sanlock/
Source0: https://releases.pagure.org/sanlock/%{name}-%{version}.tar.gz
Patch1: Add-sanlk-reset-command-t-options.patch
BuildRequires: libblkid-devel libaio-devel python3 python3-devel systemd-units gcc
Requires(pre): shadow
Requires(post): systemd-units systemd-sysv
@ -33,6 +35,7 @@ for developing applications that use sanlock.
%package help
Summary: maninfo for sanlock
Requires: %{name} = %{version}-%{release}
Buildarch: noarch
%description help
The sanklock-help package contains maninfo for sanlock.
@ -150,6 +153,21 @@ getent passwd sanlock > /dev/null || /usr/sbin/useradd \
%changelog
* Wed Aug 21 2024 Jiuwang He <hejiuwang@cqsoftware.com.cn> - 3.8.5-2
- Add Buildarch: noarch to the help subpackage
* Wed Apr 12 2023 wangjie5911 <jiewangaw@isoftstone.com> - 3.8.5-1
- update to 3.8.5 and sync patch Add sanlk_reset command t options.
* Wed Mar 08 2023 xu_ping <xu_ping33@h-pattners.com> - 3.8.4-3
- fix sanlk-reset -t command error.
* Wed Oct 19 2022 lihaoxiang <lihaoxiang9@huawei.com> - 3.8.4-2
- sanlock:fix memory leak of lockspace renewal history
* Tue Nov 23 2021 yanglongkang <yanglongkang@huawei.com> - 3.8.4-1
- update to 3.8.4
* Tue Jun 29 2021 zhouwenpei <zhouwenpei1@huawei.com> - 3.8.2-2
- add buildrequire gcc.