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:
committed by
Git OBS Bridge
parent
25736191a7
commit
ae8f15dbfd
6
nbd.spec
6
nbd.spec
@@ -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
|
||||
|
Reference in New Issue
Block a user