From 86a3c39fa8b8304fc346083b8d7765a38af53120 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 10 Feb 2011 07:33:56 +0100 Subject: packaging(RHEL-CTDB): replace Prereq by Requires. In RHEL6, Prereq is deprecated. --- packaging/RHEL-CTDB/samba.spec.tmpl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packaging') diff --git a/packaging/RHEL-CTDB/samba.spec.tmpl b/packaging/RHEL-CTDB/samba.spec.tmpl index f27635a7b9..1d96ab4e56 100644 --- a/packaging/RHEL-CTDB/samba.spec.tmpl +++ b/packaging/RHEL-CTDB/samba.spec.tmpl @@ -18,8 +18,8 @@ Source: samba-%{version}.tar.bz2 Source998: filter-requires-samba.sh Source999: setup.tar.bz2 -Prereq: /sbin/chkconfig /bin/mktemp /usr/bin/killall -Prereq: fileutils sed /etc/init.d +Requires: /sbin/chkconfig /bin/mktemp /usr/bin/killall +Requires: fileutils sed /etc/init.d Requires: pam >= 0.64 %{auth} Requires: samba-common = %{version}-%{release} @@ -109,7 +109,7 @@ Compatibility package for 32 bit apps on 64 bit architecures Summary: Samba Documentation Group: Documentation/Other Provides: samba-doc = %{version}-%{release} -Prereq: /usr/bin/find /bin/rm /usr/bin/xargs +Requires: /usr/bin/find /bin/rm /usr/bin/xargs %description doc The samba-doc package includes the HTML versions of the Samba manpages -- cgit