Accepting request 1055860 from Base:System

OBS-URL: https://build.opensuse.org/request/show/1055860
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gzip?expand=0&rev=62
This commit is contained in:
Dominique Leuenberger 2023-01-07 16:15:43 +00:00 committed by Git OBS Bridge
commit ba2fab7532
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 27 12:26:05 UTC 2022 - Ludwig Nussel <lnussel@suse.com>
- Replace transitional %usrmerged macro with regular version check (boo#1206798)
-------------------------------------------------------------------
Wed Apr 27 08:53:53 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file for package gzip
#
# 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
@ -107,7 +107,7 @@ done
%install
%make_install
%if !0%{?usrmerged}
%if 0%{?suse_version} < 1550
mkdir -p %{buildroot}/bin
ln -sf %{_bindir}/gzip %{_bindir}/gunzip %{_bindir}/zcat %{buildroot}/bin
%endif
@ -123,7 +123,7 @@ ln -sf zmore.1 %{buildroot}%{_mandir}/man1/zless.1
%files
%license COPYING
%doc README AUTHORS ChangeLog TODO NEWS THANKS
%if !0%{?usrmerged}
%if 0%{?suse_version} < 1550
/bin/gunzip
/bin/gzip
/bin/zcat