BuildRequire systemd-rpm-macros rather than systemd

This commit is contained in:
Kalev Lember 2021-08-04 17:59:04 +02:00
parent bf8b6b429d
commit c42527f1ca

View File

@ -11,7 +11,7 @@
Name: gdm Name: gdm
Epoch: 1 Epoch: 1
Version: 41~alpha Version: 41~alpha
Release: 1%{?dist} Release: 2%{?dist}
Summary: The GNOME Display Manager Summary: The GNOME Display Manager
License: GPLv2+ License: GPLv2+
@ -53,8 +53,7 @@ BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xau) BuildRequires: pkgconfig(xau)
BuildRequires: pkgconfig(xorg-server) BuildRequires: pkgconfig(xorg-server)
BuildRequires: plymouth-devel BuildRequires: plymouth-devel
BuildRequires: systemd BuildRequires: systemd-rpm-macros
BuildRequires: systemd-devel
BuildRequires: which BuildRequires: which
BuildRequires: xorg-x11-server-Xorg BuildRequires: xorg-x11-server-Xorg
BuildRequires: xorg-x11-server-devel BuildRequires: xorg-x11-server-devel
@ -302,6 +301,9 @@ fi
%{_libdir}/pkgconfig/gdm-pam-extensions.pc %{_libdir}/pkgconfig/gdm-pam-extensions.pc
%changelog %changelog
* Wed Aug 04 2021 Kalev Lember <klember@redhat.com> - 1:41~alpha-2
- BuildRequire systemd-rpm-macros rather than systemd
* Wed Jul 28 2021 Ray Strode <rstrode@redhat.com> - 1:41~alpha-1 * Wed Jul 28 2021 Ray Strode <rstrode@redhat.com> - 1:41~alpha-1
- Update to 41.alpha - Update to 41.alpha