Accepting request 289785 from home:pluskalm:branches:network

- Cleanup spec-file with spec-cleaner
- Do not generate config.example from README
  * add config.example as source
- Add unit file (nbd-server.service)
- Add sysconfig template (nbd-server.sysconfig)
- Add no-return-nonvoid.patch
- Update requirements
- Update to 3.9

OBS-URL: https://build.opensuse.org/request/show/289785
OBS-URL: https://build.opensuse.org/package/show/network:utilities/nbd?expand=0&rev=27
This commit is contained in:
OBS User mrdocs
2015-03-15 04:37:42 +00:00
committed by Git OBS Bridge
parent b152c83e84
commit 0d56ec87cc
9 changed files with 196 additions and 75 deletions

View File

@@ -1,3 +1,38 @@
-------------------------------------------------------------------
Thu Mar 5 12:28:06 UTC 2015 - mpluskal@suse.com
- Cleanup spec-file with spec-cleaner
- Do not generate config.example from README
* add config.example as source
- Add unit file (nbd-server.service)
- Add sysconfig template (nbd-server.sysconfig)
- Add no-return-nonvoid.patch
- Update requirements
- Update to 3.9
* AF_UNIX support
* Fixed test suite on non-GNU getopt() implementations
* New "treefiles" mode, which exports a gazillion of page-sized
files; useful for exporting things which are stored on an
SSHFS or amazon AWS (trough FUSE) or similar, where every
write causes an upload to the backend storage
* New "cowdir" option, allowing to specify where copy-on-write
files are written.
* Minor changes so that nbd-client can now also be compiled for
the Android platform. This required removal of the -swap
command line option, which requires the mlockall() system
call, unavailable on Android.
* Protocol update: a reserved bit is used to avoid sending
the 124 bytes of useless data at the beginning of the
negotiation. The change is implemented so that things will
still work with clients not supporting this option, however.
* gznbd is now built by the same build system, rather than
a separate one. Note however that gznbd is still
unmaintained; it should be considered a "contrib" feature.
* "nbd-server -V" will now output the nbd-server version number.
* Various fixes found through Coverity and the clang static
analyzer, and lots of other minor things too small to
mention here.
-------------------------------------------------------------------
Sun Nov 09 19:27:00 UTC 2014 - Led <ledest@gmail.com>