Revert "add missing systemd-devel buildrequires"

This reverts commit 3127fe3a23.

Related: RHEL-55445
This commit is contained in:
Lukáš Zaoral 2024-08-22 09:09:30 +02:00
parent 3127fe3a23
commit b45402ea96
No known key found for this signature in database
GPG Key ID: 39157506DD67752D

View File

@ -1,7 +1,7 @@
Summary: A set of basic GNU tools commonly used in shell scripts Summary: A set of basic GNU tools commonly used in shell scripts
Name: coreutils Name: coreutils
Version: 9.5 Version: 9.5
Release: 3%{?dist} Release: 2%{?dist}
# some used parts of gnulib are under various variants of LGPL # some used parts of gnulib are under various variants of LGPL
License: GPL-3.0-or-later AND GFDL-1.3-no-invariants-or-later AND LGPL-2.1-or-later AND LGPL-3.0-or-later License: GPL-3.0-or-later AND GFDL-1.3-no-invariants-or-later AND LGPL-2.1-or-later AND LGPL-3.0-or-later
Url: https://www.gnu.org/software/coreutils/ Url: https://www.gnu.org/software/coreutils/
@ -58,7 +58,6 @@ BuildRequires: libselinux-utils
BuildRequires: make BuildRequires: make
BuildRequires: openssl-devel BuildRequires: openssl-devel
BuildRequires: strace BuildRequires: strace
BuildRequires: systemd-devel
BuildRequires: texinfo BuildRequires: texinfo
# For gpg verification of source tarball # For gpg verification of source tarball
@ -187,7 +186,6 @@ for type in separate single; do
--cache-file=../config.cache \ --cache-file=../config.cache \
--enable-install-program=arch \ --enable-install-program=arch \
--enable-no-install-program=kill,uptime \ --enable-no-install-program=kill,uptime \
--enable-systemd \
--with-tty-group \ --with-tty-group \
DEFAULT_POSIX2_VERSION=200112 alternative=199209 || : DEFAULT_POSIX2_VERSION=200112 alternative=199209 || :
%make_build all V=1 %make_build all V=1
@ -266,9 +264,6 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir
%license COPYING %license COPYING
%changelog %changelog
* Wed Aug 21 2024 Lukáš Zaoral <lzaoral@redhat.com> - 9.5-3
- add missing systemd-devel buildrequires (RHEL-55445)
* Mon Jul 15 2024 Lukáš Zaoral <lzaoral@redhat.com> - 9.5-2 * Mon Jul 15 2024 Lukáš Zaoral <lzaoral@redhat.com> - 9.5-2
- fix fold exit code for non-existent files (RHEL-46722) - fix fold exit code for non-existent files (RHEL-46722)