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
|
Sat Oct 22 08:40:00 UTC 2022 - heming.zhao@suse.com
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
#see bsc#1191084
|
#see bsc#1191084
|
||||||
%if !0%{?usrmerged}
|
%if 0%{?suse_version} < 1550
|
||||||
# for SLEs
|
# for SLEs
|
||||||
%define sbindir /sbin
|
%define sbindir /sbin
|
||||||
%else
|
%else
|
||||||
@ -194,7 +194,7 @@ autoreconf -fi -I /usr/share/aclocal
|
|||||||
%endif
|
%endif
|
||||||
--enable-dynamic-fsck=yes \
|
--enable-dynamic-fsck=yes \
|
||||||
--enable-dynamic-ctl=yes \
|
--enable-dynamic-ctl=yes \
|
||||||
%if !0%{?usrmerged}
|
%if 0%{?suse_version} < 1550
|
||||||
# "do nothing"
|
# "do nothing"
|
||||||
%else
|
%else
|
||||||
--with-root-prefix=/usr
|
--with-root-prefix=/usr
|
||||||
@ -235,7 +235,7 @@ cd reflink
|
|||||||
make DESTDIR="%{buildroot}" install
|
make DESTDIR="%{buildroot}" install
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
%if !0%{?usrmerged}
|
%if 0%{?suse_version} < 1550
|
||||||
mv %{buildroot}/{,/usr}/sbin/o2image
|
mv %{buildroot}/{,/usr}/sbin/o2image
|
||||||
mv %{buildroot}/{,/usr}/sbin/debugfs.ocfs2
|
mv %{buildroot}/{,/usr}/sbin/debugfs.ocfs2
|
||||||
#mv %{buildroot}/{,/usr}/sbin/ocfs2_controld.pcmk
|
#mv %{buildroot}/{,/usr}/sbin/ocfs2_controld.pcmk
|
||||||
|
Loading…
Reference in New Issue
Block a user