Avoid systemd_requires as per updated packaging guidelines
There is no need to have them as systemd correctly handles reloading depending on the transaction ordering (even if systemd is installed _after_ the package that installs the unit file).
This commit is contained in:
parent
c42527f1ca
commit
9a1f3cf783
2
gdm.spec
2
gdm.spec
@ -61,7 +61,6 @@ BuildRequires: yelp-devel
|
|||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
|
|
||||||
Requires(pre): /usr/sbin/useradd
|
Requires(pre): /usr/sbin/useradd
|
||||||
%{?systemd_requires}
|
|
||||||
|
|
||||||
Provides: service(graphical-login) = %{name}
|
Provides: service(graphical-login) = %{name}
|
||||||
|
|
||||||
@ -303,6 +302,7 @@ fi
|
|||||||
%changelog
|
%changelog
|
||||||
* Wed Aug 04 2021 Kalev Lember <klember@redhat.com> - 1:41~alpha-2
|
* Wed Aug 04 2021 Kalev Lember <klember@redhat.com> - 1:41~alpha-2
|
||||||
- BuildRequire systemd-rpm-macros rather than systemd
|
- BuildRequire systemd-rpm-macros rather than systemd
|
||||||
|
- Avoid systemd_requires as per updated packaging guidelines
|
||||||
|
|
||||||
* 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
|
||||||
|
Loading…
Reference in New Issue
Block a user