Blame SOURCES/autofs-5.0.7-fix-requires-in-spec-file.patch

304803
autofs-5.0.7 - fix requires in spec file
304803
304803
From: Ian Kent <raven@themaw.net>
304803
304803
Fix the use of depricated reqires in tar spec file.
304803
---
304803
 CHANGELOG   |    1 +
304803
 autofs.spec |    4 ++--
304803
 2 files changed, 3 insertions(+), 2 deletions(-)
304803
304803
diff --git a/CHANGELOG b/CHANGELOG
304803
index 247d334..e848bcd 100644
304803
--- a/CHANGELOG
304803
+++ b/CHANGELOG
304803
@@ -33,6 +33,7 @@
304803
 - fix file descriptor leak when reloading the daemon.
304803
 - depricate nosymlink pseudo option.
304803
 - add symlink pseudo option.
304803
+- fix requires in spec file.
304803
 
304803
 25/07/2012 autofs-5.0.7
304803
 =======================
304803
diff --git a/autofs.spec b/autofs.spec
304803
index b8a3b7a..703f7a9 100644
304803
--- a/autofs.spec
304803
+++ b/autofs.spec
304803
@@ -25,8 +25,8 @@ Buildroot: %{_tmppath}/%{name}-tmp
304803
 %if %{with_systemd}
304803
 BuildRequires: systemd-units
304803
 %endif
304803
-BuildPrereq: autoconf, hesiod-devel, openldap-devel, bison, flex, cyrus-sasl-devel
304803
-Prereq: chkconfig
304803
+BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, cyrus-sasl-devel
304803
+Requires: chkconfig
304803
 Requires: /bin/bash mktemp sed textutils sh-utils grep /bin/ps
304803
 %if %{with_systemd}
304803
 Requires(post): systemd-sysv