SHA256
1
0
forked from pool/drbd-utils

Accepting request 1033913 from home:zzhou:branches:network:ha-clustering:Factory

bsc#1204276 remove crm-fence-peer.sh for drbd8

OBS-URL: https://build.opensuse.org/request/show/1033913
OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/drbd-utils?expand=0&rev=118
This commit is contained in:
heming zhao 2022-11-07 13:36:32 +00:00 committed by Git OBS Bridge
parent 0d70d475e9
commit 865cbb1cbf
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 14 06:37:53 UTC 2022 - Roger Zhou <zzhou@suse.com>
- bsc#1204276 remove crm-fence-peer.sh for drbd8 to avoid confusion with v9
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 21 13:11:34 UTC 2022 - Roger Zhou <zzhou@suse.com> Wed Sep 21 13:11:34 UTC 2022 - Roger Zhou <zzhou@suse.com>
@ -35,7 +40,7 @@ Fri Sep 17 08:05:56 UTC 2021 - nick wang <nwang@suse.com>
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jul 21 07:20:21 UTC 2021 - nick wang <nwang@suse.com> Wed Jul 21 07:20:21 UTC 2021 - nick wang <nwang@suse.com>
- Update to 9.18.0 - Update to 9.18.0 (bsc#1189363)
* build: remove rpm related targets * build: remove rpm related targets
* drbdsetup,v84: fix minor compile warnings * drbdsetup,v84: fix minor compile warnings
* systemd: resource specific activation * systemd: resource specific activation
@ -72,7 +77,7 @@ Wed Apr 21 10:15:08 UTC 2021 - Matthias Gerstner <matthias.gerstner@suse.com>
The Makefile explicitly passes -fPIC, thereby breaking our gcc-PIE profile. The Makefile explicitly passes -fPIC, thereby breaking our gcc-PIE profile.
In addition the Makefile also ignores CXXFLAGS and LDFLAGS passed via the In addition the Makefile also ignores CXXFLAGS and LDFLAGS passed via the
environment. Therefore fix it with this patch. This makes drbdmon a PIE environment. Therefore fix it with this patch. This makes drbdmon a PIE
binary (bsc#1184122). binary (bsc#1184122, bsc#1185132).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 17 16:01:34 UTC 2020 - Ludwig Nussel <lnussel@suse.de> Tue Nov 17 16:01:34 UTC 2020 - Ludwig Nussel <lnussel@suse.de>

View File

@ -137,6 +137,8 @@ PATH=/sbin:$PATH ./configure \
rm -rf %{buildroot}%{_sysconfdir}/xen rm -rf %{buildroot}%{_sysconfdir}/xen
%endif %endif
rm -rf %{buildroot}%{libdir}/drbd/crm-*fence-peer.sh # bsc#1204276
%pre %pre
%service_add_pre %{services} %service_add_pre %{services}