summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-fix-requires-in-spec-file.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-fix-requires-in-spec-file.patch')
-rw-r--r--meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-fix-requires-in-spec-file.patch37
1 files changed, 0 insertions, 37 deletions
diff --git a/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-fix-requires-in-spec-file.patch b/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-fix-requires-in-spec-file.patch
deleted file mode 100644
index 404c84854..000000000
--- a/meta-networking/recipes-daemons/autofs/autofs-5.0.7/autofs-5.0.7-fix-requires-in-spec-file.patch
+++ /dev/null
@@ -1,37 +0,0 @@
1autofs-5.0.7 - fix requires in spec file
2
3From: Ian Kent <raven@themaw.net>
4
5Fix the use of depricated reqires in tar spec file.
6---
7 CHANGELOG | 1 +
8 autofs.spec | 4 ++--
9 2 files changed, 3 insertions(+), 2 deletions(-)
10
11diff --git a/CHANGELOG b/CHANGELOG
12index 247d334..e848bcd 100644
13--- a/CHANGELOG
14+++ b/CHANGELOG
15@@ -33,6 +33,7 @@
16 - fix file descriptor leak when reloading the daemon.
17 - depricate nosymlink pseudo option.
18 - add symlink pseudo option.
19+- fix requires in spec file.
20
21 25/07/2012 autofs-5.0.7
22 =======================
23diff --git a/autofs.spec b/autofs.spec
24index b8a3b7a..703f7a9 100644
25--- a/autofs.spec
26+++ b/autofs.spec
27@@ -25,8 +25,8 @@ Buildroot: %{_tmppath}/%{name}-tmp
28 %if %{with_systemd}
29 BuildRequires: systemd-units
30 %endif
31-BuildPrereq: autoconf, hesiod-devel, openldap-devel, bison, flex, cyrus-sasl-devel
32-Prereq: chkconfig
33+BuildRequires: autoconf, hesiod-devel, openldap-devel, bison, flex, cyrus-sasl-devel
34+Requires: chkconfig
35 Requires: /bin/bash mktemp sed textutils sh-utils grep /bin/ps
36 %if %{with_systemd}
37 Requires(post): systemd-sysv