From 5f5174f3b07fbf2d4e6333dafb641bb2037d71ec91379a4a56aa77c09cb463cc Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Sat, 12 Apr 2008 19:15:20 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nfs-utils?expand=0&rev=20 --- fw-client | 4 ++-- fw-server | 4 ++-- nfs-utils.changes | 5 +++++ nfs-utils.spec | 4 +++- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/fw-client b/fw-client index 27ac4f0..a314000 100644 --- a/fw-client +++ b/fw-client @@ -7,8 +7,8 @@ # the comments for FW_SERVICES_*_EXT in /etc/sysconfig/SuSEfirewall2 # -## Name: template service -## Description: opens ports for foo in order to allow bar +## Name: NFS Client +## Description: opens ports for NFS client in order to allow to connect to a NFS server # space separated list of allowed TCP ports TCP="" diff --git a/fw-server b/fw-server index eab476a..9f29232 100644 --- a/fw-server +++ b/fw-server @@ -7,8 +7,8 @@ # the comments for FW_SERVICES_*_EXT in /etc/sysconfig/SuSEfirewall2 # -## Name: template service -## Description: opens ports for foo in order to allow bar +## Name: NFS Server Service +## Description: opens ports for NFS in order to allow other hosts connect to it # space separated list of allowed TCP ports TCP="" diff --git a/nfs-utils.changes b/nfs-utils.changes index 0798a6c..f7d9484 100644 --- a/nfs-utils.changes +++ b/nfs-utils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Apr 11 12:08:38 CEST 2008 - jsrain@suse.cz + +- fixed more bugs in port information for SuSEfirewall2 (bnc #373969) + ------------------------------------------------------------------- Wed Apr 9 12:06:23 CEST 2008 - jsrain@suse.cz diff --git a/nfs-utils.spec b/nfs-utils.spec index 5af138e..e9262bb 100644 --- a/nfs-utils.spec +++ b/nfs-utils.spec @@ -16,7 +16,7 @@ BuildRequires: e2fsprogs-devel gcc-c++ krb5-devel libevent libgssglue-devel lib Url: http://nfs.sourceforge.net Summary: Support Utilities for Kernel nfsd Version: 1.1.2 -Release: 3 +Release: 4 Group: Productivity/Networking/NFS License: GPL v2 or later BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -250,6 +250,8 @@ rm -rf $RPM_BUILD_ROOT %doc nfs/*.html nfs/*.ps linux-nfs/* README.NFSv4 %changelog +* Fri Apr 11 2008 jsrain@suse.cz +- fixed more bugs in port information for SuSEfirewall2 (bnc #373969) * Wed Apr 09 2008 jsrain@suse.cz - fixed typo in port information for SuSEfirewall2 (bnc #373969) * Tue Apr 01 2008 mkoenig@suse.de