diff options
author | Prasanna Kumar Kalever <prasanna.kalever@redhat.com> | 2016-04-11 15:28:07 +0530 |
---|---|---|
committer | Niels de Vos <ndevos@redhat.com> | 2016-04-24 06:39:14 -0700 |
commit | bfd5c7683708949e87bd40fb0ddb6933021c6912 (patch) | |
tree | f1c9bf2d6b60b9e9d0ea15dc9499e8d225f8cd3c /glusterfs.spec.in | |
parent | 823bda0f28cba1b0632d99a22cdecaee16c6db56 (diff) |
qemu-block: mop leftover code
This patch cleans off the code that was leftover by '6860968'
which basically remove qemu-block from gluster code repo
Also update 'bug-1168803-snapd-option-validation-fix.t'
which previously used 'features.file-snapshot' for checking
'volume set' for some reason.
Change-Id: I2c4f28e186b74a4ce55d48c0fa7f3f79ca1901b5
BUG: 1198849
Signed-off-by: Prasanna Kumar Kalever <prasanna.kalever@redhat.com>
Reviewed-on: http://review.gluster.org/13964
Tested-by: Prasanna Kumar Kalever <pkalever@redhat.com>
Smoke: Gluster Build System <jenkins@build.gluster.com>
CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
Reviewed-by: Kaleb KEITHLEY <kkeithle@redhat.com>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index 2ae9ef1acdb..866bec846f5 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -211,9 +211,6 @@ BuildRequires: sqlite-devel %if ( 0%{!?_without_bd:1} ) BuildRequires: lvm2-devel %endif -%if ( 0%{!?_without_qemu_block:1} ) -BuildRequires: glib2-devel -%endif %if ( 0%{!?_without_georeplication:1} ) BuildRequires: libattr-devel %endif @@ -588,7 +585,6 @@ export CFLAGS %{?_without_georeplication} \ %{?_with_firewalld} \ %{?_without_ocf} \ - %{?_without_qemu_block} \ %{?_without_rdma} \ %{?_without_syslog} \ %{?_without_tiering} |