2011-02-15 23:38:07 +00:00
|
|
|
Name: sanlock
|
2024-10-22 16:08:20 +00:00
|
|
|
Version: 3.9.5
|
2024-10-29 16:13:12 +00:00
|
|
|
Release: 3%{?dist}
|
2013-07-24 19:24:47 +00:00
|
|
|
Summary: A shared storage lock manager
|
2024-08-09 16:44:59 +00:00
|
|
|
License: GPL-2.0-only AND GPL-2.0-or-later AND LGPL-2.0-or-later
|
2017-12-12 18:00:38 +00:00
|
|
|
URL: https://pagure.io/sanlock/
|
2018-07-24 14:40:11 +00:00
|
|
|
BuildRequires: gcc
|
2019-05-21 17:49:30 +00:00
|
|
|
BuildRequires: libaio-devel
|
|
|
|
BuildRequires: libblkid-devel
|
|
|
|
BuildRequires: libuuid-devel
|
|
|
|
BuildRequires: make
|
2012-11-06 20:03:24 +00:00
|
|
|
BuildRequires: systemd-units
|
2024-10-03 16:37:26 +00:00
|
|
|
BuildRequires: systemd-rpm-macros
|
|
|
|
%{?sysusers_requires_compat}
|
2011-05-09 20:34:42 +00:00
|
|
|
Requires: %{name}-lib = %{version}-%{release}
|
2013-04-02 14:04:51 +00:00
|
|
|
Requires(post): systemd-units
|
|
|
|
Requires(post): systemd-sysv
|
|
|
|
Requires(preun): systemd-units
|
|
|
|
Requires(postun): systemd-units
|
2017-05-01 16:44:29 +00:00
|
|
|
Source0: https://releases.pagure.org/sanlock/%{name}-%{version}.tar.gz
|
2021-02-24 20:14:05 +00:00
|
|
|
|
2024-10-22 16:08:20 +00:00
|
|
|
Patch0: 0001-systemd-wdmd-work-around-race-with-udev-setting-soft.patch
|
2024-10-23 20:36:59 +00:00
|
|
|
Patch1: 0002-sanlock-new-NODELAY-flag-for-add_lockspace.patch
|
2013-01-13 11:00:41 +00:00
|
|
|
|
2011-02-15 23:38:07 +00:00
|
|
|
%description
|
2015-06-19 18:09:53 +00:00
|
|
|
The sanlock daemon manages leases for applications on hosts using shared storage.
|
2011-02-15 23:38:07 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2024-08-14 18:26:27 +00:00
|
|
|
%patch0 -p1 -b .backup0
|
2024-10-23 20:36:59 +00:00
|
|
|
%patch1 -p1 -b .backup1
|
2011-02-15 23:38:07 +00:00
|
|
|
|
|
|
|
%build
|
2018-03-14 15:39:34 +00:00
|
|
|
%set_build_flags
|
2011-02-15 23:38:07 +00:00
|
|
|
# upstream does not require configure
|
|
|
|
# upstream does not support _smp_mflags
|
2011-02-17 16:53:23 +00:00
|
|
|
CFLAGS=$RPM_OPT_FLAGS make -C wdmd
|
|
|
|
CFLAGS=$RPM_OPT_FLAGS make -C src
|
2011-02-15 23:38:07 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
2011-02-17 16:53:23 +00:00
|
|
|
make -C src \
|
2011-09-16 19:10:59 +00:00
|
|
|
install LIBDIR=%{_libdir} \
|
2011-02-15 23:38:07 +00:00
|
|
|
DESTDIR=$RPM_BUILD_ROOT
|
2011-02-18 15:04:41 +00:00
|
|
|
make -C wdmd \
|
2011-09-16 19:10:59 +00:00
|
|
|
install LIBDIR=%{_libdir} \
|
2011-02-18 15:04:41 +00:00
|
|
|
DESTDIR=$RPM_BUILD_ROOT
|
2013-04-02 14:04:51 +00:00
|
|
|
|
2016-02-22 19:22:21 +00:00
|
|
|
install -D -m 0644 init.d/sanlock.service.native $RPM_BUILD_ROOT/%{_unitdir}/sanlock.service
|
2024-08-09 16:44:59 +00:00
|
|
|
install -D -m 0755 init.d/systemd-wdmd $RPM_BUILD_ROOT/usr/lib/systemd/systemd-wdmd
|
|
|
|
install -D -m 0644 init.d/wdmd.service $RPM_BUILD_ROOT/%{_unitdir}/wdmd.service
|
|
|
|
|
|
|
|
install -p -D -m 0644 src/sanlock.sysusers $RPM_BUILD_ROOT/%{_sysusersdir}/sanlock.conf
|
2012-03-21 21:36:47 +00:00
|
|
|
|
2013-01-02 09:44:22 +00:00
|
|
|
install -D -m 0644 src/logrotate.sanlock \
|
2019-06-12 20:50:15 +00:00
|
|
|
$RPM_BUILD_ROOT/etc/logrotate.d/sanlock
|
2012-03-21 21:36:47 +00:00
|
|
|
|
2015-06-19 18:09:53 +00:00
|
|
|
install -D -m 0644 src/sanlock.conf \
|
2019-06-12 20:50:15 +00:00
|
|
|
$RPM_BUILD_ROOT/etc/sanlock/sanlock.conf
|
2015-06-19 18:09:53 +00:00
|
|
|
|
2013-01-02 09:41:50 +00:00
|
|
|
install -D -m 0644 init.d/wdmd.sysconfig \
|
2019-06-12 20:50:15 +00:00
|
|
|
$RPM_BUILD_ROOT/etc/sysconfig/wdmd
|
2012-10-09 16:54:26 +00:00
|
|
|
|
2013-01-02 09:44:22 +00:00
|
|
|
install -Dd -m 0755 $RPM_BUILD_ROOT/etc/wdmd.d
|
2012-07-24 16:17:59 +00:00
|
|
|
|
2011-05-09 20:34:42 +00:00
|
|
|
%pre
|
2024-10-03 16:37:26 +00:00
|
|
|
%sysusers_create_compat src/sanlock.sysusers
|
2011-05-09 20:34:42 +00:00
|
|
|
|
|
|
|
%post
|
2013-04-02 14:04:51 +00:00
|
|
|
%systemd_post wdmd.service sanlock.service
|
2011-02-15 23:38:07 +00:00
|
|
|
|
2011-05-09 20:34:42 +00:00
|
|
|
%preun
|
2016-02-22 19:22:21 +00:00
|
|
|
%systemd_preun wdmd.service sanlock.service
|
2011-05-09 20:34:42 +00:00
|
|
|
|
|
|
|
%postun
|
2019-04-08 19:29:22 +00:00
|
|
|
%systemd_postun wdmd.service sanlock.service
|
2011-02-15 23:38:07 +00:00
|
|
|
|
|
|
|
%files
|
2024-08-09 16:44:59 +00:00
|
|
|
/usr/lib/systemd/systemd-wdmd
|
2012-04-05 14:50:04 +00:00
|
|
|
%{_unitdir}/sanlock.service
|
|
|
|
%{_unitdir}/wdmd.service
|
2011-02-15 23:38:07 +00:00
|
|
|
%{_sbindir}/sanlock
|
2011-02-18 15:04:41 +00:00
|
|
|
%{_sbindir}/wdmd
|
2015-06-19 18:09:53 +00:00
|
|
|
%dir %{_sysconfdir}/wdmd.d
|
|
|
|
%dir %{_sysconfdir}/sanlock
|
2011-09-16 19:10:59 +00:00
|
|
|
%{_mandir}/man8/wdmd*
|
|
|
|
%{_mandir}/man8/sanlock*
|
2012-03-21 21:36:47 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/logrotate.d/sanlock
|
2015-06-19 18:09:53 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/sanlock/sanlock.conf
|
2012-10-09 16:54:26 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/wdmd
|
2024-08-09 16:44:59 +00:00
|
|
|
%{_sysusersdir}/sanlock.conf
|
2011-05-09 20:34:42 +00:00
|
|
|
|
|
|
|
%package lib
|
2015-06-19 18:09:53 +00:00
|
|
|
Summary: A shared storage lock manager library
|
2011-05-09 20:34:42 +00:00
|
|
|
|
|
|
|
%description lib
|
|
|
|
The %{name}-lib package contains the runtime libraries for sanlock,
|
2013-07-24 19:24:47 +00:00
|
|
|
a shared storage lock manager.
|
2011-05-09 20:34:42 +00:00
|
|
|
Hosts connected to a common SAN can use this to synchronize their
|
|
|
|
access to the shared disks.
|
|
|
|
|
2019-01-22 17:40:53 +00:00
|
|
|
%ldconfig_scriptlets lib
|
2011-05-09 20:34:42 +00:00
|
|
|
|
|
|
|
%files lib
|
2011-02-15 23:38:07 +00:00
|
|
|
%{_libdir}/libsanlock.so.*
|
2011-09-16 19:10:59 +00:00
|
|
|
%{_libdir}/libsanlock_client.so.*
|
2011-05-09 20:34:42 +00:00
|
|
|
%{_libdir}/libwdmd.so.*
|
|
|
|
|
2011-02-15 23:38:07 +00:00
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
2011-09-16 19:10:59 +00:00
|
|
|
Requires: %{name}-lib = %{version}-%{release}
|
2011-02-15 23:38:07 +00:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
%files devel
|
2011-05-09 20:34:42 +00:00
|
|
|
%{_libdir}/libwdmd.so
|
|
|
|
%{_includedir}/wdmd.h
|
2011-02-15 23:38:07 +00:00
|
|
|
%{_libdir}/libsanlock.so
|
2011-09-16 19:10:59 +00:00
|
|
|
%{_libdir}/libsanlock_client.so
|
2011-02-15 23:38:07 +00:00
|
|
|
%{_includedir}/sanlock.h
|
2011-05-09 20:34:42 +00:00
|
|
|
%{_includedir}/sanlock_rv.h
|
|
|
|
%{_includedir}/sanlock_admin.h
|
2011-02-15 23:38:07 +00:00
|
|
|
%{_includedir}/sanlock_resource.h
|
2011-05-09 20:34:42 +00:00
|
|
|
%{_includedir}/sanlock_direct.h
|
2015-06-19 18:09:53 +00:00
|
|
|
%{_libdir}/pkgconfig/libsanlock.pc
|
|
|
|
%{_libdir}/pkgconfig/libsanlock_client.pc
|
2011-02-15 23:38:07 +00:00
|
|
|
|
|
|
|
%changelog
|
2024-10-29 16:13:12 +00:00
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.9.5-3
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
2024-10-23 20:36:59 +00:00
|
|
|
* Wed Oct 23 2024 David Teigland <teigland@redhat.com> - 3.9.5-2
|
|
|
|
- new nodelay flag for add_lockspace
|
|
|
|
|
2024-10-22 16:08:20 +00:00
|
|
|
* Tue Oct 22 2024 David Teigland <teigland@redhat.com> - 3.9.5-1
|
|
|
|
- new upstream release
|
|
|
|
|
2024-10-03 16:37:26 +00:00
|
|
|
* Thu Oct 03 2024 David Teigland <teigland@redhat.com> - 3.9.4-3
|
|
|
|
- fix install of sanlock.sysusers
|
|
|
|
|
2024-08-14 18:26:27 +00:00
|
|
|
* Wed Aug 14 2024 David Teigland <teigland@redhat.com> - 3.9.4-2
|
|
|
|
- fix invalid strcpy in direct dump
|
|
|
|
|
2024-08-09 16:44:59 +00:00
|
|
|
* Fri Aug 09 2024 David Teigland <teigland@redhat.com> - 3.9.4-1
|
|
|
|
- new upstream release, adopt sysusers, drop python bindings
|
|
|
|
|
2024-06-24 16:23:30 +00:00
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3.9.0-3
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
2024-01-27 02:05:26 +00:00
|
|
|
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.9.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-12-15 22:40:11 +00:00
|
|
|
* Fri Dec 15 2023 David Teigland <teigland@redhat.com> - 3.9.0-1
|
|
|
|
- rebase to new upstream release
|
|
|
|
|
2023-07-22 01:00:20 +00:00
|
|
|
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.5-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-06-13 18:52:16 +00:00
|
|
|
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 3.8.5-3
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
2023-01-21 02:37:44 +00:00
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.5-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-10-18 14:04:01 +00:00
|
|
|
* Tue Oct 18 2022 David Teigland <teigland@redhat.com> - 3.8.5-1
|
|
|
|
- Update to sanlock-3.8.5
|
|
|
|
|
2022-07-23 07:59:25 +00:00
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.4-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-06-13 13:22:17 +00:00
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 3.8.4-5
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
2022-01-22 00:19:12 +00:00
|
|
|
* Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.4-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
2021-07-23 17:01:16 +00:00
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.4-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
2021-06-04 19:14:11 +00:00
|
|
|
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 3.8.4-2
|
|
|
|
- Rebuilt for Python 3.10
|
|
|
|
|
2021-06-03 16:21:44 +00:00
|
|
|
* Thu Jun 03 2021 David Teigland <teigland@redhat.com> 3.8.4-1
|
|
|
|
- New upstream release
|
|
|
|
|
2021-02-24 20:14:05 +00:00
|
|
|
* Wed Feb 24 2021 David Teigland <teigland@redhat.com> 3.8.3-1
|
|
|
|
- New upstream release
|
|
|
|
- Drop sanlk-reset which is not used.
|
|
|
|
|
2021-01-27 19:55:03 +00:00
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.1-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
2020-08-07 23:35:33 +00:00
|
|
|
* Sat Aug 08 2020 Nir Soffer <nsoffer@redhat.com> - 3.8.1-7
|
|
|
|
- Enable LTO
|
|
|
|
|
2020-08-01 23:53:17 +00:00
|
|
|
* Sun Aug 02 2020 Nir Soffer <nsoffer@redhat.com> - 3.8.1-6
|
|
|
|
- Removing extra linkeer args, hopefully fix python build
|
|
|
|
|
2020-08-01 08:54:45 +00:00
|
|
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.1-5
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-29 10:13:12 +00:00
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.1-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
2020-07-08 21:18:49 +00:00
|
|
|
* Tue Jul 08 2020 Jeff Law <law@redhat.com> - 3.8.1-3
|
|
|
|
- Disable LTO
|
|
|
|
|
2020-05-26 01:49:49 +00:00
|
|
|
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 3.8.1-2
|
|
|
|
- Rebuilt for Python 3.9
|
|
|
|
|
2020-05-01 21:30:04 +00:00
|
|
|
* Sat May 2 2020 Nir Soffer <nsoffer@redhat.com> - 3.8.1-1
|
|
|
|
- Update to sanlock-3.8.1
|
|
|
|
|
2020-01-30 22:48:29 +00:00
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
2019-08-19 09:05:25 +00:00
|
|
|
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 3.8.0-3
|
|
|
|
- Rebuilt for Python 3.8
|
|
|
|
|
2019-07-26 22:40:15 +00:00
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
2019-06-12 20:50:15 +00:00
|
|
|
* Wed Jun 12 2019 Nir Soffer <nsoffer@redhat.com> - 3.8.0-1
|
|
|
|
- Update to sanlock-3.8.0
|
|
|
|
- Convert spec to python 3
|
|
|
|
|
2019-05-21 17:49:30 +00:00
|
|
|
* Tue May 21 2019 Nir Soffer <nsoffer@redhat.com> - 3.7.3-1
|
|
|
|
- Update to sanlock-3.7.3
|
|
|
|
- Add missing BuildRequires and Requires
|
|
|
|
|
2019-04-12 19:48:36 +00:00
|
|
|
* Fri Apr 12 2019 Nir Soffer <nsoffer@redhat.com> - 3.7.1-2
|
|
|
|
- Cleanup up align and sector constants
|
|
|
|
|
2019-04-08 19:06:21 +00:00
|
|
|
* Mon Apr 8 2019 Nir Soffer <nsoffer@redhat.com> - 3.7.1-1
|
2019-04-08 18:42:09 +00:00
|
|
|
- Update to sanlock 3.7.1
|
|
|
|
- Fix read_resource_owners (414abfe)
|
|
|
|
|
2019-03-20 20:54:20 +00:00
|
|
|
* Wed Mar 20 2019 Nir Soffer <nsoffer@redhat.com> - 3.7.0-1
|
|
|
|
- remove unneeded with_systemd macro
|
|
|
|
- update to sanlock 3.7.0
|
|
|
|
|
2019-02-01 22:54:54 +00:00
|
|
|
* Sat Feb 2 2019 Nir Soffer <nsoffer@redhat.com> - 3.6.0-8
|
|
|
|
- fix build on Fedora rawhide
|
|
|
|
|
2019-01-24 17:38:14 +00:00
|
|
|
* Thu Jan 24 2019 David Teigland <teigland@redhat.com> - 3.6.0-7
|
|
|
|
- lockfile ownership
|
|
|
|
|
2018-07-14 05:42:05 +00:00
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.0-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
2018-04-12 21:04:36 +00:00
|
|
|
* Thu Apr 12 2018 Iryna Shcherbina <shcherbina.iryna@gmail.com> - 3.6.0-5
|
|
|
|
- Update Python 2 dependency declarations to new packaging standards
|
|
|
|
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
|
|
|
|
2018-03-14 16:55:23 +00:00
|
|
|
* Wed Mar 14 2018 David Teigland <teigland@redhat.com> - 3.6.0-4
|
|
|
|
- change makefile flags
|
|
|
|
|
2018-03-14 15:41:39 +00:00
|
|
|
* Wed Mar 14 2018 David Teigland <teigland@redhat.com> - 3.6.0-3
|
2018-03-14 15:39:34 +00:00
|
|
|
- rebuild with set_build_flags
|
|
|
|
|
2018-02-09 16:05:03 +00:00
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2017-12-12 18:00:38 +00:00
|
|
|
* Tue Dec 12 2017 David Teigland <teigland@redhat.com> - 3.6.0-1
|
|
|
|
- Update to sanlock-3.6.0, drop fence_sanlock
|
|
|
|
|
2017-08-20 14:42:33 +00:00
|
|
|
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.5.0-6
|
|
|
|
- Add Provides for the old name without %%_isa
|
|
|
|
|
2017-08-20 14:41:58 +00:00
|
|
|
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.5.0-5
|
|
|
|
- Add Provides for the old name without %%_isa
|
|
|
|
|
2017-08-19 13:44:08 +00:00
|
|
|
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.5.0-4
|
|
|
|
- Python 2 binary package renamed to python2-sanlock
|
|
|
|
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
|
|
|
|
2017-08-03 08:06:15 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 18:07:24 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-05-01 16:44:29 +00:00
|
|
|
* Mon May 01 2017 David Teigland <teigland@redhat.com> - 3.5.0-1
|
|
|
|
- Update to sanlock-3.5.0
|
|
|
|
|
2017-02-11 13:04:04 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-07-19 12:34:39 +00:00
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.0-2
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
|
2016-06-10 16:48:49 +00:00
|
|
|
* Fri Jun 10 2016 David Teigland <teigland@redhat.com> - 3.4.0-1
|
|
|
|
- Update to sanlock-3.4.0
|
|
|
|
|
2016-02-23 16:09:31 +00:00
|
|
|
* Tue Feb 23 2016 David Teigland <teigland@redhat.com> - 3.3.0-2
|
|
|
|
- remove exclusive arch
|
|
|
|
|
2016-02-22 19:22:21 +00:00
|
|
|
* Mon Feb 22 2016 David Teigland <teigland@redhat.com> - 3.3.0-1
|
|
|
|
- Update to sanlock-3.3.0
|
|
|
|
|
|
|
|
* Tue Dec 01 2015 David Teigland <teigland@redhat.com> - 3.2.4-2
|
|
|
|
- wdmd: prevent probe while watchdog is used
|
|
|
|
|
2015-06-19 18:09:53 +00:00
|
|
|
* Fri Jun 19 2015 David Teigland <teigland@redhat.com> - 3.2.4-1
|
|
|
|
- Update to sanlock-3.2.4
|
|
|
|
|
2016-02-22 19:22:21 +00:00
|
|
|
* Fri May 22 2015 David Teigland <teigland@redhat.com> - 3.2.3-2
|
|
|
|
- add pkgconfig files
|
2015-06-19 00:16:16 +00:00
|
|
|
|
2016-02-22 19:22:21 +00:00
|
|
|
* Wed May 20 2015 David Teigland <teigland@redhat.com> - 3.2.3-1
|
|
|
|
- Update to sanlock-3.2.3
|
|
|
|
|
|
|
|
* Thu Oct 30 2014 David Teigland <teigland@redhat.com> - 3.2.2-2
|
|
|
|
- checksum endian fix
|
2014-09-30 18:56:34 +00:00
|
|
|
|
2016-02-22 19:22:21 +00:00
|
|
|
* Mon Sep 29 2014 David Teigland <teigland@redhat.com> - 3.2.2-1
|
|
|
|
- Update to sanlock-3.2.2
|
2014-08-28 11:38:16 +00:00
|
|
|
|
2014-08-21 18:12:10 +00:00
|
|
|
* Thu Aug 21 2014 David Teigland <teigland@redhat.com> - 3.2.1-1
|
|
|
|
- Update to sanlock-3.2.1
|
|
|
|
|
2014-08-18 18:54:40 +00:00
|
|
|
* Mon Aug 18 2014 David Teigland <teigland@redhat.com> - 3.2.0-1
|
|
|
|
- Update to sanlock-3.2.0
|
|
|
|
|
2016-02-22 19:22:21 +00:00
|
|
|
* Wed Jan 29 2014 David Teigland <teigland@redhat.com> - 3.1.0-2
|
|
|
|
- version interface
|
2014-06-08 05:44:57 +00:00
|
|
|
|
2016-02-22 19:22:21 +00:00
|
|
|
* Tue Jan 07 2014 David Teigland <teigland@redhat.com> - 3.1.0-1
|
2014-01-15 21:54:53 +00:00
|
|
|
- Update to sanlock-3.1.0
|
|
|
|
|
2016-02-22 19:22:21 +00:00
|
|
|
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.0.1-3
|
|
|
|
- Mass rebuild 2013-12-27
|
|
|
|
|
|
|
|
* Thu Aug 01 2013 David Teigland <teigland@redhat.com> - 3.0.1-2
|
|
|
|
- use /usr/lib instead of /lib
|
|
|
|
|
|
|
|
* Wed Jul 31 2013 David Teigland <teigland@redhat.com> - 3.0.1-1
|
|
|
|
- Update to sanlock-3.0.1
|
2013-08-04 13:25:48 +00:00
|
|
|
|
2013-07-24 19:24:47 +00:00
|
|
|
* Wed Jul 24 2013 David Teigland <teigland@redhat.com> - 3.0.0-1
|
|
|
|
- Update to sanlock-3.0.0
|
2011-02-15 23:38:07 +00:00
|
|
|
|