Compare commits

..

No commits in common. "cc0f1426d7f1d0fd286c5b3774cc2ee8b4a6c8ce" and "e5a47d2dfdcc8aee7288b4096d50f3e57ac9198e" have entirely different histories.

4 changed files with 1 additions and 32 deletions

View File

@ -1,13 +0,0 @@
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;

BIN
sanlock-3.8.2.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,13 +1,11 @@
Name: sanlock
Version: 3.8.5
Version: 3.8.2
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
@ -35,7 +33,6 @@ 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.
@ -153,21 +150,6 @@ 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.