forked from pool/ocfs2-tools
Accepting request 1030854 from home:hmzhao:branches:network:ha-clustering:Factory
- ocfs2-tools: finish UsrMerge, install to /usr (bsc#1191084) + modify ocfs2_tools.spec to use %suse_version to replace %UsrMerge OBS-URL: https://build.opensuse.org/request/show/1030854 OBS-URL: https://build.opensuse.org/package/show/network:ha-clustering:Factory/ocfs2-tools?expand=0&rev=148
This commit is contained in:
parent
a35776f519
commit
cd6c688c45
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 24 10:06:00 UTC 2022 - heming.zhao@suse.com
|
||||
|
||||
- ocfs2-tools: finish UsrMerge, install to /usr (bsc#1191084)
|
||||
+ modify ocfs2_tools.spec to use %suse_version to replace %UsrMerge
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 22 08:40:00 UTC 2022 - heming.zhao@suse.com
|
||||
|
||||
|
@ -22,7 +22,7 @@
|
||||
%endif
|
||||
|
||||
#see bsc#1191084
|
||||
%if !0%{?usrmerged}
|
||||
%if 0%{?suse_version} < 1550
|
||||
# for SLEs
|
||||
%define sbindir /sbin
|
||||
%else
|
||||
@ -194,7 +194,7 @@ autoreconf -fi -I /usr/share/aclocal
|
||||
%endif
|
||||
--enable-dynamic-fsck=yes \
|
||||
--enable-dynamic-ctl=yes \
|
||||
%if !0%{?usrmerged}
|
||||
%if 0%{?suse_version} < 1550
|
||||
# "do nothing"
|
||||
%else
|
||||
--with-root-prefix=/usr
|
||||
@ -235,7 +235,7 @@ cd reflink
|
||||
make DESTDIR="%{buildroot}" install
|
||||
cd ..
|
||||
|
||||
%if !0%{?usrmerged}
|
||||
%if 0%{?suse_version} < 1550
|
||||
mv %{buildroot}/{,/usr}/sbin/o2image
|
||||
mv %{buildroot}/{,/usr}/sbin/debugfs.ocfs2
|
||||
#mv %{buildroot}/{,/usr}/sbin/ocfs2_controld.pcmk
|
||||
|
Loading…
Reference in New Issue
Block a user