Add libselinux-devel so that SELinux support is enabled in the daemon.
This commit is contained in:
parent
0a2938eb96
commit
6766db434d
@ -6,7 +6,7 @@
|
||||
|
||||
Name: nbdkit
|
||||
Version: 1.1.18
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: NBD server
|
||||
|
||||
License: BSD
|
||||
@ -24,6 +24,7 @@ ExclusiveArch: x86_64
|
||||
|
||||
BuildRequires: /usr/bin/pod2man
|
||||
BuildRequires: gnutls-devel
|
||||
BuildRequires: libselinux-devel
|
||||
%if 0%{?have_libguestfs}
|
||||
BuildRequires: libguestfs-devel
|
||||
%endif
|
||||
@ -499,9 +500,10 @@ popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Nov 21 2017 Richard W.M. Jones <rjones@redhat.com> - 1.1.18-1
|
||||
* Tue Nov 21 2017 Richard W.M. Jones <rjones@redhat.com> - 1.1.18-2
|
||||
- New upstream version 1.1.18.
|
||||
- Add NBD forwarding plugin.
|
||||
- Add libselinux-devel so that SELinux support is enabled in the daemon.
|
||||
|
||||
* Fri Oct 20 2017 Richard W.M. Jones <rjones@redhat.com> - 1.1.16-2
|
||||
- New upstream version 1.1.16.
|
||||
|
Loading…
Reference in New Issue
Block a user