- 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:
parent
d5c2c9216b
commit
897805cda8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5bb4cf679f92f1ef7b7720f62fc2e036a2b60e0be66f97e3a466ef90294bb3d3
|
||||
size 517036
|
3
nbd-3.16.2.tar.xz
Normal file
3
nbd-3.16.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:422f62bdf6e6b973bd82083dc52b6577396fe00aa6607837ac464e476124155b
|
||||
size 504880
|
11
nbd.changes
11
nbd.changes
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 5 13:15:24 UTC 2018 - mpluskal@suse.com
|
||||
|
||||
- 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 23 13:46:10 UTC 2017 - rbrown@suse.com
|
||||
|
||||
|
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
|
||||
|
Loading…
Reference in New Issue
Block a user