Accepting request 1055728 from Base:System

OBS-URL: https://build.opensuse.org/request/show/1055728
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mawk?expand=0&rev=23
This commit is contained in:
2023-01-04 16:53:07 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 27 13:10:01 UTC 2022 - Ludwig Nussel <lnussel@suse.com>
- Replace transitional %usrmerged macro with regular version check (boo#1206798)
-------------------------------------------------------------------
Thu Sep 23 14:03:54 UTC 2021 - Manfred Schwarb <manfred99@gmx.ch>

View File

@@ -54,7 +54,7 @@ chmod 755 examples/*
%install
%make_install
%if !0%{?usrmerged}
%if 0%{?suse_version} < 1550
# compatibility symlink
install -d -m 755 %{buildroot}/bin
ln -s %{_bindir}/mawk %{buildroot}/bin/mawk
@@ -68,7 +68,7 @@ ln -s %{_bindir}/mawk %{buildroot}/bin/mawk
%doc ACKNOWLEDGMENT CHANGES README examples/
%{_bindir}/mawk
%{_mandir}/man1/mawk.1%{?ext_man}
%if !0%{?usrmerged}
%if 0%{?suse_version} < 1550
/bin/mawk
%endif