- Update to version 1.16.2:
* Make the test suite less chatty * Various build system improvements * Fixes to the systemd unit to make it work again with recent systemd * Point to the nbd mailinglist, rather than to the maintainer's personal email address, for bug reports. OBS-URL: https://build.opensuse.org/package/show/network:utilities/nbd?expand=0&rev=54
This commit is contained in:
committed by
Git OBS Bridge
parent
d5c2c9216b
commit
897805cda8
12
nbd.spec
12
nbd.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package nbd
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,17 +18,16 @@
|
||||
|
||||
#Compat macro for new _fillupdir macro introduced in Nov 2017
|
||||
%if ! %{defined _fillupdir}
|
||||
%define _fillupdir /var/adm/fillup-templates
|
||||
%define _fillupdir %{_localstatedir}/adm/fillup-templates
|
||||
%endif
|
||||
|
||||
Name: nbd
|
||||
Version: 3.16.1
|
||||
Version: 3.16.2
|
||||
Release: 0
|
||||
Summary: Network Block Device Server and Client Utilities
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Networking/Other
|
||||
Url: http://nbd.sourceforge.net/
|
||||
Source0: http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.xz
|
||||
URL: http://nbd.sourceforge.net/
|
||||
Source0: https://sourceforge.net/projects/nbd/files/nbd/%{version}/nbd-%{version}.tar.xz
|
||||
Source1: %{name}-server.service
|
||||
Source3: config.example
|
||||
Source4: nbd-server.sysconfig
|
||||
@@ -122,7 +121,6 @@ fi
|
||||
%service_del_preun %{name}-server.service
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_sbindir}/nbd-client
|
||||
%{_bindir}/nbd-server
|
||||
%{_bindir}/nbd-trdump
|
||||
|
Reference in New Issue
Block a user