Accepting request 1055756 from home:lnussel:usrmerge
Replace transitional %usrmerged macro with regular version check (boo#1206798) OBS-URL: https://build.opensuse.org/request/show/1055756 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/cifs-utils?expand=0&rev=202
This commit is contained in:
parent
adb478b9bf
commit
08529535f5
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 4 10:32:54 UTC 2023 - Ludwig Nussel <lnussel@suse.com>
|
||||
|
||||
- Replace transitional %usrmerged macro with regular version check (boo#1206798)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 17 13:29:37 UTC 2022 - palcantara@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package cifs-utils
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -137,7 +137,7 @@ done
|
||||
export CFLAGS="%{optflags} -D_GNU_SOURCE -fpie"
|
||||
export LDFLAGS="-pie"
|
||||
autoreconf -i
|
||||
%if 0%{?usrmerged}
|
||||
%if 0%{?suse_version} >= 1550
|
||||
export ROOTSBINDIR="%{_sbindir}"
|
||||
%endif
|
||||
%configure \
|
||||
@ -187,7 +187,7 @@ if [ ! -f %{cifs_idmap_lib} ] ; then
|
||||
fi
|
||||
|
||||
%files
|
||||
%if 0%{?usrmerged}
|
||||
%if 0%{?suse_version} >= 1550
|
||||
%{_sbindir}/mount.cifs
|
||||
%{_sbindir}/mount.smb3
|
||||
%else
|
||||
|
Loading…
x
Reference in New Issue
Block a user