Fix systemd executions/requirements
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
7b64a2b015
commit
9723802b1f
@ -19,7 +19,7 @@
|
||||
Summary: Color daemon
|
||||
Name: colord
|
||||
Version: 1.4.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
License: GPLv2+ and LGPLv2+
|
||||
URL: http://www.freedesktop.org/software/colord/
|
||||
Source0: http://www.freedesktop.org/software/colord/releases/%{name}-%{version}.tar.xz
|
||||
@ -53,7 +53,8 @@ BuildRequires: dbus-devel
|
||||
%endif
|
||||
|
||||
Requires: color-filesystem
|
||||
Requires: systemd-units
|
||||
BuildRequires: systemd
|
||||
%{?systemd_requires}
|
||||
Requires(pre): shadow-utils
|
||||
Requires: colord-libs%{?_isa} = %{version}-%{release}
|
||||
|
||||
@ -282,6 +283,9 @@ exit 0
|
||||
%{_datadir}/gtk-doc/html/colord/*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 25 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.4.1-3
|
||||
- Fix systemd executions/requirements
|
||||
|
||||
* Sat Jan 06 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.4.1-2
|
||||
- Remove obsolete scriptlets
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user