Author: baggins Date: Tue Apr 17 12:02:59 2012 GMT Module: packages Tag: HEAD ---- Log message: - rel 10 - don't mention proc-fs-nfsd in idmapd as it breaks socket.target if that mount is not present
---- Files affected: packages/nfs-utils: nfs-idmapd.service (1.4 -> 1.5) , nfs-utils.spec (1.232 -> 1.233) ---- Diffs: ================================================================ Index: packages/nfs-utils/nfs-idmapd.service diff -u packages/nfs-utils/nfs-idmapd.service:1.4 packages/nfs-utils/nfs-idmapd.service:1.5 --- packages/nfs-utils/nfs-idmapd.service:1.4 Mon Apr 16 21:39:23 2012 +++ packages/nfs-utils/nfs-idmapd.service Tue Apr 17 14:02:54 2012 @@ -1,7 +1,7 @@ [Unit] Description=NFSv4 ID <-> Name Mapper Requires=var-lib-nfs-rpc_pipefs.mount rpcbind.service -After=network.target named.service rpcbind.service proc-fs-nfsd.mount var-lib-nfs-rpc_pipefs.mount +After=network.target named.service rpcbind.service var-lib-nfs-rpc_pipefs.mount [Service] Type=forking ================================================================ Index: packages/nfs-utils/nfs-utils.spec diff -u packages/nfs-utils/nfs-utils.spec:1.232 packages/nfs-utils/nfs-utils.spec:1.233 --- packages/nfs-utils/nfs-utils.spec:1.232 Mon Apr 16 21:39:23 2012 +++ packages/nfs-utils/nfs-utils.spec Tue Apr 17 14:02:54 2012 @@ -11,7 +11,7 @@ Summary(uk.UTF-8): Утиліти для NFS та демони підтримки для NFS-сервера ядра Name: nfs-utils Version: 1.2.5 -Release: 9 +Release: 10 License: GPL v2 Group: Networking/Daemons #Source0: http://www.kernel.org/pub/linux/utils/nfs/%{name}-%{version}.tar.bz2 @@ -521,6 +521,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.233 2012/04/17 12:02:54 baggins +- rel 10 +- don't mention proc-fs-nfsd in idmapd as it breaks socket.target if that + mount is not present + Revision 1.232 2012/04/16 19:39:23 baggins - rel 9 - proc-fs-nfsd is not required by idmapd ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/nfs-utils/nfs-idmapd.service?r1=1.4&r2=1.5 http://cvs.pld-linux.org/packages/nfs-utils/nfs-utils.spec?r1=1.232&r2=1.233 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
