]> git.pld-linux.org Git - packages/nfs-utils.git/commitdiff
- updated to 1.3.3 auto/th/nfs-utils-1.3.3-1
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 3 Nov 2015 21:12:56 +0000 (22:12 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 3 Nov 2015 21:12:56 +0000 (22:12 +0100)
- removed obsolete fix-statd-nodaemon patch

nfs-utils-fix-statd-nodaemon.patch [deleted file]
nfs-utils.spec

diff --git a/nfs-utils-fix-statd-nodaemon.patch b/nfs-utils-fix-statd-nodaemon.patch
deleted file mode 100644 (file)
index 925efe6..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/utils/statd/statd.c b/utils/statd/statd.c
-index 60ce6d1..2b7a167 100644
---- a/utils/statd/statd.c
-+++ b/utils/statd/statd.c
-@@ -393,7 +393,7 @@ int main (int argc, char **argv)
-               simulator (--argc, ++argv);     /* simulator() does exit() */
- #endif
--      daemon_init(!(run_mode & MODE_NODAEMON));
-+      daemon_init((run_mode & MODE_NODAEMON));
-       if (run_mode & MODE_LOG_STDERR) {
-               xlog_syslog(0);
index 08a61488c2affdae5ac68f9ab117a7fdbaff9963..05b853da5e6adb00723f1b2a00528d6e6d9c5f0a 100644 (file)
@@ -9,13 +9,13 @@ Summary(pt_BR.UTF-8): Os utilitários para o cliente e servidor NFS do Linux
 Summary(ru.UTF-8):     Утилиты для NFS и демоны поддержки для NFS-сервера ядра
 Summary(uk.UTF-8):     Утиліти для NFS та демони підтримки для NFS-сервера ядра
 Name:          nfs-utils
-Version:       1.3.2
-Release:       3
+Version:       1.3.3
+Release:       1
 License:       GPL v2
 Group:         Networking/Daemons
 #Source0:      https://www.kernel.org/pub/linux/utils/nfs/%{name}-%{version}.tar.bz2
 Source0:       http://downloads.sourceforge.net/nfs/%{name}-%{version}.tar.bz2
-# Source0-md5: 1e2f3c1ed468dee02d00c534c002ea10
+# Source0-md5: 9b87d890669eaaec8e97a2b0a35b2665
 #Source1:      ftp://ftp.linuxnfs.sourceforge.org/pub/nfs/nfs.doc.tar.gz
 Source1:       nfs.doc.tar.gz
 # Source1-md5: ae7db9c61c5ad04f83bb99e5caed73da
@@ -48,7 +48,6 @@ Patch2:               %{name}-subsys.patch
 Patch3:                %{name}-union-mount.patch
 Patch4:                %{name}-heimdal.patch
 Patch5:                %{name}-x32.patch
-Patch6:                %{name}-fix-statd-nodaemon.patch
 URL:           http://nfs.sourceforge.net/
 BuildRequires: autoconf >= 2.59
 BuildRequires: automake
@@ -189,7 +188,6 @@ Wspólne programy do obsługi NFS.
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
-%patch6 -p1
 
 %build
 %{__libtoolize}
@@ -198,7 +196,6 @@ Wspólne programy do obsługi NFS.
 %{__autoheader}
 %{__automake}
 %configure \
-       --enable-nfsv3 \
        --enable-nfsv4 \
        --enable-nfsv41 \
        --enable-gss \
This page took 0.409447 seconds and 4 git commands to generate.