diff options
author | Michael Adam <obnox@samba.org> | 2011-02-10 07:33:56 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2011-04-06 00:34:22 +0200 |
commit | 86a3c39fa8b8304fc346083b8d7765a38af53120 (patch) | |
tree | db00c20b552a265c61f69dc0e23c21c206de9cef | |
parent | 48646ee69aeb8f963d5d34abdaec783283efea71 (diff) | |
download | samba-86a3c39fa8b8304fc346083b8d7765a38af53120.tar.gz |
packaging(RHEL-CTDB): replace Prereq by Requires.
In RHEL6, Prereq is deprecated.
-rw-r--r-- | packaging/RHEL-CTDB/samba.spec.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packaging/RHEL-CTDB/samba.spec.tmpl b/packaging/RHEL-CTDB/samba.spec.tmpl index f27635a7b9f..1d96ab4e563 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 |