Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
Jakub Martisko
4b1f76b01c The man page should not mention whether SELinux is enabled/disabled
Resolves: rhbz#2396649
2025-10-24 11:22:58 +02:00
Fedora Release Engineering
69e8526718 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 18:07:41 +00:00

View file

@ -3,7 +3,7 @@
Summary: A GNU stream text editor
Name: sed
Version: 4.9
Release: 4%{?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
@ -44,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
@ -68,6 +73,14 @@ 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