forked from pool/cryptsetup
Accepting request 1052843 from home:lnussel:usrmerge
Replace transitional %usrmerged macro with regular version check (boo#1206798) OBS-URL: https://build.opensuse.org/request/show/1052843 OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=184
This commit is contained in:
parent
8cea81ce7b
commit
cf385930c9
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 27 10:30:22 UTC 2022 - Ludwig Nussel <lnussel@suse.com>
|
||||||
|
|
||||||
|
- Replace transitional %usrmerged macro with regular version check (boo#1206798)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 28 13:51:24 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
|
Mon Nov 28 13:51:24 UTC 2022 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package cryptsetup
|
# spec file for package cryptsetup
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -147,7 +147,7 @@ time via the config file %{_sysconfdir}/crypttab.
|
|||||||
%{nil}
|
%{nil}
|
||||||
|
|
||||||
%make_install
|
%make_install
|
||||||
%if !0%{?usrmerged}
|
%if 0%{?suse_version} < 1550
|
||||||
install -dm 0755 %{buildroot}/sbin
|
install -dm 0755 %{buildroot}/sbin
|
||||||
ln -s ..%{_sbindir}/cryptsetup %{buildroot}/sbin
|
ln -s ..%{_sbindir}/cryptsetup %{buildroot}/sbin
|
||||||
%endif
|
%endif
|
||||||
@ -172,7 +172,7 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%license COPYING*
|
%license COPYING*
|
||||||
%if !0%{?usrmerged}
|
%if 0%{?suse_version} < 1550
|
||||||
/sbin/cryptsetup
|
/sbin/cryptsetup
|
||||||
%endif
|
%endif
|
||||||
%{_sbindir}/cryptsetup
|
%{_sbindir}/cryptsetup
|
||||||
|
Loading…
Reference in New Issue
Block a user