Compare commits
5 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4b1f76b01c | ||
|
|
69e8526718 | ||
|
|
7ab625db11 | ||
|
|
8eb562c468 | ||
|
|
f0eb9d96e8 |
1 changed files with 28 additions and 2 deletions
30
sed.spec
30
sed.spec
|
|
@ -3,7 +3,7 @@
|
|||
Summary: A GNU stream text editor
|
||||
Name: sed
|
||||
Version: 4.9
|
||||
Release: 1%{?dist}
|
||||
Release: 6%{?dist}
|
||||
License: GPL-3.0-or-later
|
||||
URL: http://sed.sourceforge.net/
|
||||
Source0: ftp://ftp.gnu.org/pub/gnu/sed/sed-%{version}.tar.xz
|
||||
|
|
@ -20,7 +20,11 @@ BuildRequires: perl(FileHandle)
|
|||
# invalid-mb-seq-UMR.sh: skipped test: locale 'ja_JP' is buggy
|
||||
# mb-charclass-non-utf8.sh: skipped test: ja_JP shift-jis locale not found
|
||||
BuildRequires: glibc-langpack-el, glibc-langpack-en
|
||||
BuildRequires: glibc-langpack-ru, valgrind
|
||||
BuildRequires: glibc-langpack-ru
|
||||
|
||||
%ifarch %{valgrind_arches}
|
||||
BuildRequires: valgrind
|
||||
%endif
|
||||
|
||||
Provides: /bin/sed
|
||||
|
||||
|
|
@ -40,6 +44,11 @@ specified in a script file or from the command line.
|
|||
%build
|
||||
%configure --without-included-regex
|
||||
%make_build
|
||||
|
||||
#rhbz#2396649
|
||||
sed -i s/"SELinux is enabled on this system."// ./doc/sed.1
|
||||
sed -i s/"SELinux is disabled on this system."// ./doc/sed.1
|
||||
|
||||
install -m 644 -p %{SOURCE1} sedfaq.txt
|
||||
gzip -9 sedfaq.txt
|
||||
|
||||
|
|
@ -64,6 +73,23 @@ rm -f ${RPM_BUILD_ROOT}/%{_infodir}/dir
|
|||
%{_mandir}/man1/sed.1*
|
||||
|
||||
%changelog
|
||||
* Fri Oct 24 2025 Jakub Martisko <jamartis@redhat.com> - 4.9-6
|
||||
- The manpage should no longer mention whether the SELinux is enabled/disabled on the system
|
||||
- It was based on the build system anyway
|
||||
- Resolves: rhbz#2396649
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.9-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 4.9-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.9-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Mon Apr 22 2024 David Abdurachmanov <davidlt@rivosinc.com> - 4.9-2
|
||||
- Properly check valgrind arches (riscv64 is not ported)
|
||||
|
||||
* Tue Jan 30 2024 Paolo Bonzini <pbonzini@redhat.com> - 4.9-1
|
||||
- Rebase to 4.9
|
||||
- Update downstream patches
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue