Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace %{?systemd_requires} with%{?systemd_ordering}
As said [in the documentation](https://docs.fedoraproject.org/en-US/packaging-guidelines/Scriptlets/#_dependencies_on_the_systemd_package): > If the package wants to use systemd tools if they are available, but does not want to declare a dependency, then the %{?systemd_ordering} macro MAY be used as a weaker form of %{?systemd_requires} that only declares an ordering during an RPM transaction. See systemd/systemd@2424b6b and https://pagure.io/packaging-committee/issue/644 for more information. And also use `--setopt=install_weak_deps=False` to avoid installing a lot of useless dependencies.
- Loading branch information