diff --git a/ypserv.service b/ypserv.service index f6b1939..916d8e5 100644 --- a/ypserv.service +++ b/ypserv.service @@ -8,6 +8,7 @@ Type=notify NotifyAccess=all EnvironmentFile=-/etc/sysconfig/network ExecStart=/usr/sbin/ypserv -f $YPSERV_ARGS +PrivateTmp=true [Install] WantedBy=multi-user.target diff --git a/ypserv.spec b/ypserv.spec index 977d6bc..80f0146 100644 --- a/ypserv.spec +++ b/ypserv.spec @@ -4,7 +4,7 @@ Summary: The NIS (Network Information Service) server Url: http://www.linux-nis.org/nis/ypserv/index.html Name: ypserv Version: 2.31 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 Group: System Environment/Daemons Source0: http://www.linux-nis.org/download/ypserv/ypserv-%{version}.tar.bz2 @@ -258,6 +258,9 @@ fi %{_includedir}/*/* %changelog +* Thu May 09 2013 Honza Horak - 2.31-2 +- Enable PrivateTmp feature, just for the case + * Mon May 06 2013 Honza Horak - 2.31-1 - Update to new upstream version