Sync from SUSE:SLFO:Main grep revision b7e5a699e183d81844b0615ae17fbc1e
This commit is contained in:
parent
833d3e6a29
commit
ef51d9123f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 10 20:20:08 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- restore texinfo macros for SLE15
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 16 14:21:13 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
@ -51,7 +56,7 @@ Tue Sep 20 08:29:41 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 4 10:13:04 UTC 2022 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||
|
||||
- GNU grep 3.8:
|
||||
- GNU grep 3.8 (jsc#PED-6579):
|
||||
* The -P option is now based on PCRE2 instead of the older PCRE
|
||||
(boo#1201803)
|
||||
* egrep and fgrep commands, deprecated since release 2.5.3 (2007), now
|
||||
@ -85,7 +90,7 @@ Tue May 24 14:15:24 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 15 21:51:41 UTC 2022 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
|
||||
- Make profiling deterministic (bsc#1040589)
|
||||
- Make profiling deterministic (bsc#1040589, SLE-24115)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 12 13:40:18 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
14
grep.spec
14
grep.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package grep
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -34,6 +34,10 @@ BuildRequires: fdupes
|
||||
BuildRequires: glibc-locale
|
||||
BuildRequires: makeinfo
|
||||
BuildRequires: pkgconfig(libpcre2-8)
|
||||
%if 0%{?suse_version} < 1550
|
||||
Requires(pre): %{install_info_prereq}
|
||||
Requires(preun): %{install_info_prereq}
|
||||
%endif
|
||||
Provides: base:%{_bindir}/grep
|
||||
|
||||
%description
|
||||
@ -80,6 +84,14 @@ ln -sf %{_bindir}/grep %{buildroot}/bin/grep
|
||||
%fdupes -s %{buildroot}
|
||||
%find_lang %{name}
|
||||
|
||||
%if 0%{?suse_version} < 1550
|
||||
%post
|
||||
%install_info --info-dir=%{_infodir} %{_infodir}/grep.info%{ext_info}
|
||||
|
||||
%preun
|
||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/grep.info%{ext_info}
|
||||
%endif
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README AUTHORS NEWS THANKS TODO ChangeLog*
|
||||
|
Loading…
Reference in New Issue
Block a user