Accepting request 1052999 from home:lnussel:usrmerge
Replace transitional %usrmerged macro with regular version check (boo#1206798) OBS-URL: https://build.opensuse.org/request/show/1052999 OBS-URL: https://build.opensuse.org/package/show/shells/dash?expand=0&rev=47
This commit is contained in:
parent
9ddaaa8dce
commit
29b5437613
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 27 10:30:43 UTC 2022 - Ludwig Nussel <lnussel@suse.com>
|
||||||
|
|
||||||
|
- Replace transitional %usrmerged macro with regular version check (boo#1206798)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 23 06:51:58 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Fri Dec 23 06:51:58 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package dash
|
# spec file for package dash
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
# Copyright (c) 2013 Guido Berhoerster.
|
# Copyright (c) 2013 Guido Berhoerster.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -57,7 +57,7 @@ Use dash as /bin/sh implementation.
|
|||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
# compatibility symlink to /bin
|
# compatibility symlink to /bin
|
||||||
%if !0%{?usrmerged}
|
%if 0%{?suse_version} < 1550
|
||||||
mkdir -p %{buildroot}/bin
|
mkdir -p %{buildroot}/bin
|
||||||
ln -s %{_bindir}/dash %{buildroot}/bin/dash
|
ln -s %{_bindir}/dash %{buildroot}/bin/dash
|
||||||
%endif
|
%endif
|
||||||
@ -67,7 +67,7 @@ ln -sf %{_bindir}/dash %{buildroot}%{_bindir}/sh
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
%doc ChangeLog
|
%doc ChangeLog
|
||||||
%{_bindir}/dash
|
%{_bindir}/dash
|
||||||
%if !0%{?usrmerged}
|
%if 0%{?suse_version} < 1550
|
||||||
/bin/dash
|
/bin/dash
|
||||||
%endif
|
%endif
|
||||||
%{_mandir}/man1/dash.1%{?ext_man}
|
%{_mandir}/man1/dash.1%{?ext_man}
|
||||||
|
Loading…
Reference in New Issue
Block a user