From 0358490230316949a5b13a197986a65f926d3532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20B=C5=99ezina?= Date: Fri, 28 Sep 2018 00:10:55 +0200 Subject: [PATCH] spec: require systemd instead of systemctl --- authselect.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/authselect.spec b/authselect.spec index fdbea83..e227b95 100644 --- a/authselect.spec +++ b/authselect.spec @@ -1,6 +1,6 @@ Name: authselect Version: 1.0.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Configures authentication and identity sources from supported profiles URL: https://github.com/pbrezina/authselect @@ -41,7 +41,7 @@ Requires: findutils Requires: gawk Requires: grep Requires: sed -Requires: systemctl +Requires: systemd %description libs Common library files for authselect. This package is used by the authselect @@ -236,6 +236,9 @@ sed -i -E '/^\w+=$/d' %{_sysconfdir}/security/pwquality.conf.d/10-authconfig-pwq exit 0 %changelog +* Thu Sep 27 2018 Pavel Březina - 1.0.1-2 +- Require systemd instead of systemctl + * Thu Sep 27 2018 Pavel Březina - 1.0.1-1 - Rebase to 1.0.1