From a031794e436ab29df1be9172f6bab973e02cef4d Mon Sep 17 00:00:00 2001 From: Roman Rakus Date: Nov 30 2012 13:36:11 +0000 Subject: Fix a typo in build requirements Signed-off-by: Roman Rakus --- diff --git a/authd.spec b/authd.spec index 9d25895..8305594 100644 --- a/authd.spec +++ b/authd.spec @@ -1,7 +1,7 @@ Summary: A RFC 1413 ident protocol daemon Name: authd Version: 1.4.3 -Release: 36%{?dist} +Release: 37%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: https://fedorahosted.org/authd/ @@ -20,7 +20,7 @@ Patch5: authd-1.4.3-jiffies64.patch Patch6: authd-1.4.3-valist.patch Patch7: authd-1.4.3-license.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: openssl-devel gettext help2man systemd-untis +BuildRequires: openssl-devel gettext help2man systemd-units Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units @@ -89,6 +89,9 @@ chmod o-rw %{_sysconfdir}/ident.key %{_unitdir}/* %changelog +* Fri Nov 30 2012 Roman Rakus - 1.4.3-37 +- Fix a typo in build requirements + * Fri Nov 30 2012 Roman Rakus - 1.4.3-36 - Provide native systemd service file Resolves: #737153