Accepting request 107571 from home:tabraham1:branches:network:utilities

update to nbd-3.0

OBS-URL: https://build.opensuse.org/request/show/107571
OBS-URL: https://build.opensuse.org/package/show/network:utilities/nbd?expand=0&rev=17
This commit is contained in:
OBS User mrdocs 2012-03-01 03:04:16 +00:00 committed by Git OBS Bridge
parent 25736191a7
commit ae8f15dbfd
5 changed files with 14 additions and 27 deletions

View File

@ -1,20 +0,0 @@
--- nbd-2.9.25/nbd-server.c.orig 2012-01-06 17:15:20.229280050 -0500
+++ nbd-2.9.25/nbd-server.c 2012-01-06 17:47:08.447424041 -0500
@@ -83,7 +83,7 @@
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
-#ifdef HAVE_FALLOC_PH
+#if HAVE_FALLOC_PH
#include <linux/falloc.h>
#endif
#include <arpa/inet.h>
@@ -1461,7 +1461,7 @@
* file to resparsify stuff that isn't needed anymore (see NBD_CMD_TRIM)
*/
int exptrim(struct nbd_request* req, CLIENT* client) {
-#ifdef HAVE_FALLOC_PH
+#if HAVE_FALLOC_PH
FILE_INFO prev = g_array_index(client->export, FILE_INFO, 0);
FILE_INFO cur = prev;
int i = 1;

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Feb 29 15:51:37 UTC 2012 - tabraham@novell.com
- Update to nbd-3.0
* minor bug fixes
- removed obsolete nbd-2.9.25-have_falloc_ph.diff
- compile with -fno-strict-aliasing to prevent breakage with new gcc
-------------------------------------------------------------------
Thu Jan 5 20:31:57 UTC 2012 - tabraham@novell.com

View File

@ -21,7 +21,7 @@
Name: nbd
BuildRequires: doxygen glib2-devel >= 2.26.0
PreReq: %insserv_prereq coreutils
Version: 2.9.25
Version: 3.0
Release: 1
License: GPL-2.0+
Group: Productivity/Networking/Other
@ -30,7 +30,6 @@ Source: %{name}-%{version}.tar.bz2
Source2: init.nbd-server
Patch2: nbd-2.9.25-close.diff
Patch3: nbd-2.9.25-doxyfile.diff
Patch4: nbd-2.9.25-have_falloc_ph.diff
Summary: Network Block Device Server and Client Utilities
Url: http://nbd.sourceforge.net/
Prefix: /usr
@ -98,10 +97,9 @@ Authors:
%setup
%patch2 -p1
%patch3 -p1
%patch4 -p1
%build
export CFLAGS="$RPM_OPT_FLAGS -fstack-protector"
export CFLAGS="$RPM_OPT_FLAGS -fstack-protector -fno-strict-aliasing"
./configure --with-gnu-ld --prefix=/usr --mandir=%{_mandir} \
--infodir=%{_infodir} --libdir=%{_libdir} --libexecdir=%{_libdir} \
--program-prefix="" --sysconfdir=/etc --build=%{_target_cpu}-suse-linux