OBS User unknown
2008-08-21 23:01:54 +00:00
committed by Git OBS Bridge
parent 8f177ca986
commit 7e10eb0768
4 changed files with 51 additions and 26 deletions

3
nbd-2.9.11.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5844d7b36776d88afea5bc82f688f6d738ce233001c3dddfdd081d54dbe4384a
size 185481

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e31f1d2b3fb63c988ee69c2b50b7ae5391c419bb3ba940fdd4c5b752282d4bda
size 182688

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Aug 20 08:13:31 CEST 2008 - garloff@suse.de
- Update to nbd-2.9.11:
* nbd-client: new option -c to check for connection, -d to
drop connection, -persist to infinitely retry connections
dropped by server. timeout= setting
* nbd-server: drop autoreadonly option
-------------------------------------------------------------------
Thu Nov 15 14:26:56 CET 2007 - garloff@suse.de

View File

@@ -1,19 +1,27 @@
#
# spec file for package nbd (Version 2.9.9)
# spec file for package nbd (Version 2.9.11)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: nbd
BuildRequires: doxygen glib2-devel
PreReq: %insserv_prereq coreutils
Version: 2.9.9
Version: 2.9.11
Release: 1
License: GPL v2 or later
Group: Productivity/Networking/Other
@@ -56,6 +64,7 @@ Authors:
Paul Clements <Paul.Clements@steeleye.com>
%package doc
License: GPL v2 or later
Summary: Network Block Device Server and Client Utilities
Group: Productivity/Networking/Other
Requires: nbd = %{version}
@@ -125,7 +134,7 @@ grep -A16 -B1 '^\[generic\]' README > $RPM_BUILD_ROOT/etc/nbd-server/config.exam
%dir /etc/nbd-server
%ghost %config(noreplace) /etc/nbd-server/config
%ghost %config(noreplace) /etc/nbd-server/allow
/etc/nbd-server/config.example
%config /etc/nbd-server/config.example
%files doc
%defattr(-,root,root)
@@ -157,12 +166,19 @@ fi
%preun
%{stop_on_removal nbd-server}
%changelog
* Thu Nov 15 2007 - garloff@suse.de
* Wed Aug 20 2008 garloff@suse.de
- Update to nbd-2.9.11:
* nbd-client: new option -c to check for connection, -d to
drop connection, -persist to infinitely retry connections
dropped by server. timeout= setting
* nbd-server: drop autoreadonly option
* Thu Nov 15 2007 garloff@suse.de
- Update to nbd-2.9.9:
* Document -C option of nbd-server.
* Fix name of /var/run/ file.
* Wed Nov 07 2007 - garloff@suse.de
* Thu Nov 08 2007 garloff@suse.de
- Split nbd into nbd and nbd-doc packages.
- Update to nbd-2.9.8:
* nbd-server can now setuid to specified user and group.
@@ -171,7 +187,7 @@ fi
* Socket Direct Protocol (sdp) -- not enabled.
* server exits now after connection has gone (oops!).
* nbd-client: timeout parameter.
* Mon Jul 30 2007 - garloff@suse.de
* Mon Jul 30 2007 garloff@suse.de
- Convert options from old nbd-server.conf to new nbd-server/config
on update and drop support for old config file syntax.
- Fix daemonize(0) segfault and pid filename.
@@ -179,12 +195,12 @@ fi
- Fix /dev filename docu.
- Use startproc, killproc, checkproc in init script
- nbd-server does not support SIGHUP, fix init script accordingly.
* Tue Jul 17 2007 - garloff@suse.de
* Tue Jul 17 2007 garloff@suse.de
- Update to nbd-2.9.5:
* Support for more platforms, pkgconfig, debug build.
* -o option to convert cmdline options to config file.
* Fix duplication in handling nonblocking server socket.
* Mon Mar 12 2007 - garloff@suse.de
* Tue Mar 13 2007 garloff@suse.de
- Update to 2.9.2:
* make child socket nonblocking
* Reintegrate fix for 64bit on looking for file size.
@@ -204,15 +220,15 @@ fi
* The ability to do the copy-on-write stuff with a sparse file rather
than a mapped file (specified by a config file option), which may be
slightly faster.
* Sat Nov 18 2006 - garloff@suse.de
* Sat Nov 18 2006 garloff@suse.de
- Add nbd-server init script (parses /etc/nbd-server.conf).
* Thu Oct 19 2006 - garloff@suse.de
* Thu Oct 19 2006 garloff@suse.de
- Update to nbd-2.8.7:
* A fix for build against nbd.h for kernel 2.6.18 (and above,
presumably)
* Fri Oct 13 2006 - ro@suse.de
* Fri Oct 13 2006 ro@suse.de
- include linux/types.h before linux/nbd.h
* Mon Aug 07 2006 - garloff@suse.de
* Mon Aug 07 2006 garloff@suse.de
- Update to nbd-2.8.6:
* performance/reliability improvements: Use select() rather than
accept() and waitpid() with WNOHANG rather than wait().
@@ -222,26 +238,26 @@ fi
* Make sure queue is empty for write requests to read-only export.
- Update to nbd-2.8.4:
* Includes the previous fix (closing server socket)
* Mon Mar 06 2006 - garloff@suse.de
* Mon Mar 06 2006 garloff@suse.de
- Make sure children quit when they finish serving, rather than
trying to do stuff with a server socket that they've closed
already in a loop. Whoops. (Fix from nbd-2.8.4.)
* Wed Jan 25 2006 - mls@suse.de
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Jan 23 2006 - garloff@suse.de
* Mon Jan 23 2006 garloff@suse.de
- Enable -fstack-protector.
* Mon Jan 09 2006 - garloff@suse.de
* Mon Jan 09 2006 garloff@suse.de
- Update to nbd-2.8.3:
* CVE-2005-3534.
* A fix for 64bit systems regarding the BLKGETSIZE ioctl().
* Better handling of SIGCHLD.
* Tue Dec 20 2005 - garloff@suse.de
* Tue Dec 20 2005 garloff@suse.de
- Update to nbd-2.8.2:
* Enable LFS by default.
* Wed Nov 02 2005 - dmueller@suse.de
* Thu Nov 03 2005 dmueller@suse.de
- don't build as root
* Fri Oct 28 2005 - garloff@suse.de
* Fri Oct 28 2005 garloff@suse.de
- Update to version 2.8.1.
- Documentation added.
* Mon Jul 04 2005 - garloff@suse.de
* Mon Jul 04 2005 garloff@suse.de
- Initial creation of package.