Author: baggins Date: Tue Dec 27 15:53:18 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - release 15 - moved programs to /sbin (in case someone wants /usr on NFS) - C:libwrap not in /lib
---- Files affected: SPECS: portmap.spec (1.49 -> 1.50) ---- Diffs: ================================================================ Index: SPECS/portmap.spec diff -u SPECS/portmap.spec:1.49 SPECS/portmap.spec:1.50 --- SPECS/portmap.spec:1.49 Tue Oct 4 18:35:47 2005 +++ SPECS/portmap.spec Tue Dec 27 16:53:13 2005 @@ -3,7 +3,7 @@ Summary(pl): Portmapper RPC Name: portmap Version: 5beta -Release: 14.2 +Release: 15 Group: Daemons License: BSD Source0: ftp://ftp.porcupine.org/pub/security/%{name}_%{version}.tar.gz @@ -21,11 +21,14 @@ Patch5: %{name}-sigpipe.patch Patch6: %{name}-errno.patch BuildRequires: libwrap-devel +Conflicts: libwrap < 7.6-38 Requires: rc-scripts Requires: /sbin/chkconfig Requires(post,preun): /sbin/chkconfig BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%define _sbindir /sbin + %description The portmapper manages RPC connections, which are used by protocols such as NFS and NIS. The portmap server must be running on machines @@ -113,6 +116,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.50 2005/12/27 15:53:13 baggins +- release 15 +- moved programs to /sbin (in case someone wants /usr on NFS) +- C:libwrap not in /lib + Revision 1.49 2005/10/04 16:35:47 glen - pure chkconfig dep, adapterized ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/portmap.spec?r1=1.49&r2=1.50&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
