Skip to content

Commit

Permalink
Merge pull request #579 from bareos/dev/arogge/bareos-17.2/disable-ce…
Browse files Browse the repository at this point in the history
…ph-on-suse

Changes to Bareos 17.2 to build with the current Continous Integration Suite
  • Loading branch information
pstorz committed Aug 26, 2020
2 parents ebdef8e + a35d291 commit 7fca019
Show file tree
Hide file tree
Showing 38 changed files with 636 additions and 0 deletions.
8 changes: 8 additions & 0 deletions configure
Expand Up @@ -32765,6 +32765,10 @@ fi
rm -f core conftest.err conftest.$ac_objext \
conftest$ac_exeext conftest.$ac_ext

if test "x${with_rados}" = "xno"; then
have_ceph_rados=no
fi

if test "x${have_ceph_rados}" = "xyes"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for rados_ioctx_set_namespace in -lrados" >&5
$as_echo_n "checking for rados_ioctx_set_namespace in -lrados... " >&6; }
Expand Down Expand Up @@ -33056,6 +33060,10 @@ LIBS="${saved_LIBS}"
CFLAGS="${saved_CFLAGS}"
CPPFLAGS="${saved_CPPFLAGS}"

if test "x${with_cephfs}" = "xno"; then
have_cephfs=no
fi

if test "x${have_cephfs}" = "xyes"; then

$as_echo "#define HAVE_CEPHFS 1" >>confdefs.h
Expand Down
30 changes: 30 additions & 0 deletions docs/pkglists/CentOS_6.x86_64
@@ -0,0 +1,30 @@
debug/x86_64/bareos-debuginfo
debug/x86_64/libfastlz-debuginfo
src/bareos
src/libfastlz
src/python-bareos
x86_64/bareos
x86_64/bareos-bconsole
x86_64/bareos-client
x86_64/bareos-common
x86_64/bareos-database-common
x86_64/bareos-database-mysql
x86_64/bareos-database-postgresql
x86_64/bareos-database-sqlite3
x86_64/bareos-database-tools
x86_64/bareos-devel
x86_64/bareos-director
x86_64/bareos-director-python-plugin
x86_64/bareos-filedaemon
x86_64/bareos-filedaemon-ldap-python-plugin
x86_64/bareos-filedaemon-python-plugin
x86_64/bareos-regress-config
x86_64/bareos-storage
x86_64/bareos-storage-fifo
x86_64/bareos-storage-python-plugin
x86_64/bareos-storage-tape
x86_64/bareos-tools
x86_64/bareos-traymonitor
x86_64/libfastlz
x86_64/libfastlz-devel
x86_64/python-bareos
46 changes: 46 additions & 0 deletions docs/pkglists/CentOS_7.x86_64
@@ -0,0 +1,46 @@
debug/x86_64/bareos-debuginfo
debug/x86_64/bareos-vadp-dumper-debuginfo
debug/x86_64/libdroplet-debuginfo
debug/x86_64/libfastlz-debuginfo
noarch/bareos-webui
src/bareos
src/bareos-vadp-dumper
src/bareos-vmware-vix-disklib
src/bareos-webui
src/libdroplet
src/libfastlz
src/python-bareos
x86_64/bareos
x86_64/bareos-bconsole
x86_64/bareos-client
x86_64/bareos-common
x86_64/bareos-database-common
x86_64/bareos-database-mysql
x86_64/bareos-database-postgresql
x86_64/bareos-database-sqlite3
x86_64/bareos-database-tools
x86_64/bareos-devel
x86_64/bareos-director
x86_64/bareos-director-python-plugin
x86_64/bareos-filedaemon
x86_64/bareos-filedaemon-glusterfs-plugin
x86_64/bareos-filedaemon-ldap-python-plugin
x86_64/bareos-filedaemon-python-plugin
x86_64/bareos-regress-config
x86_64/bareos-storage
x86_64/bareos-storage-droplet
x86_64/bareos-storage-fifo
x86_64/bareos-storage-glusterfs
x86_64/bareos-storage-python-plugin
x86_64/bareos-storage-tape
x86_64/bareos-tools
x86_64/bareos-traymonitor
x86_64/bareos-vadp-dumper
x86_64/bareos-vmware-plugin
x86_64/bareos-vmware-plugin-compat
x86_64/bareos-vmware-vix-disklib
x86_64/libdroplet
x86_64/libdroplet-devel
x86_64/libfastlz
x86_64/libfastlz-devel
x86_64/python-bareos
Empty file removed docs/pkglists/CentOS_8.x86_64
Empty file.
37 changes: 37 additions & 0 deletions docs/pkglists/Debian_10.x86_64
@@ -0,0 +1,37 @@
all/bareos-webui
all/python-bareos
amd64/bareos
amd64/bareos-bconsole
amd64/bareos-client
amd64/bareos-common
amd64/bareos-database-common
amd64/bareos-database-mysql
amd64/bareos-database-postgresql
amd64/bareos-database-sqlite3
amd64/bareos-database-tools
amd64/bareos-dbg
amd64/bareos-devel
amd64/bareos-director
amd64/bareos-director-python-plugin
amd64/bareos-filedaemon
amd64/bareos-filedaemon-ceph-plugin
amd64/bareos-filedaemon-glusterfs-plugin
amd64/bareos-filedaemon-ldap-python-plugin
amd64/bareos-filedaemon-python-plugin
amd64/bareos-regress-config
amd64/bareos-storage
amd64/bareos-storage-ceph
amd64/bareos-storage-fifo
amd64/bareos-storage-glusterfs
amd64/bareos-storage-python-plugin
amd64/bareos-storage-tape
amd64/bareos-tools
amd64/bareos-traymonitor
amd64/bareos-vadp-dumper
amd64/bareos-vadp-dumper-dbgsym
amd64/bareos-vmware-plugin
amd64/bareos-vmware-plugin-compat
amd64/bareos-vmware-vix-disklib
amd64/libfastlz
amd64/libfastlz-dbgsym
amd64/libfastlz-dev
27 changes: 27 additions & 0 deletions docs/pkglists/Debian_8.0.i586
@@ -0,0 +1,27 @@
all/bareos-webui
all/python-bareos
i386/bareos
i386/bareos-bconsole
i386/bareos-client
i386/bareos-common
i386/bareos-database-common
i386/bareos-database-mysql
i386/bareos-database-postgresql
i386/bareos-database-sqlite3
i386/bareos-database-tools
i386/bareos-dbg
i386/bareos-devel
i386/bareos-director
i386/bareos-director-python-plugin
i386/bareos-filedaemon
i386/bareos-filedaemon-ldap-python-plugin
i386/bareos-filedaemon-python-plugin
i386/bareos-regress-config
i386/bareos-storage
i386/bareos-storage-fifo
i386/bareos-storage-python-plugin
i386/bareos-storage-tape
i386/bareos-tools
i386/bareos-traymonitor
i386/libfastlz
i386/libfastlz-dev
31 changes: 31 additions & 0 deletions docs/pkglists/Debian_8.0.x86_64
@@ -0,0 +1,31 @@
all/bareos-webui
all/python-bareos
amd64/bareos
amd64/bareos-bconsole
amd64/bareos-client
amd64/bareos-common
amd64/bareos-database-common
amd64/bareos-database-mysql
amd64/bareos-database-postgresql
amd64/bareos-database-sqlite3
amd64/bareos-database-tools
amd64/bareos-dbg
amd64/bareos-devel
amd64/bareos-director
amd64/bareos-director-python-plugin
amd64/bareos-filedaemon
amd64/bareos-filedaemon-ldap-python-plugin
amd64/bareos-filedaemon-python-plugin
amd64/bareos-regress-config
amd64/bareos-storage
amd64/bareos-storage-fifo
amd64/bareos-storage-python-plugin
amd64/bareos-storage-tape
amd64/bareos-tools
amd64/bareos-traymonitor
amd64/bareos-vadp-dumper
amd64/bareos-vmware-plugin
amd64/bareos-vmware-plugin-compat
amd64/bareos-vmware-vix-disklib
amd64/libfastlz
amd64/libfastlz-dev
32 changes: 32 additions & 0 deletions docs/pkglists/Debian_9.0.i586
@@ -0,0 +1,32 @@
all/bareos-webui
all/python-bareos
i386/bareos
i386/bareos-bconsole
i386/bareos-client
i386/bareos-common
i386/bareos-database-common
i386/bareos-database-mysql
i386/bareos-database-postgresql
i386/bareos-database-sqlite3
i386/bareos-database-tools
i386/bareos-dbg
i386/bareos-devel
i386/bareos-director
i386/bareos-director-python-plugin
i386/bareos-filedaemon
i386/bareos-filedaemon-ceph-plugin
i386/bareos-filedaemon-glusterfs-plugin
i386/bareos-filedaemon-ldap-python-plugin
i386/bareos-filedaemon-python-plugin
i386/bareos-regress-config
i386/bareos-storage
i386/bareos-storage-ceph
i386/bareos-storage-fifo
i386/bareos-storage-glusterfs
i386/bareos-storage-python-plugin
i386/bareos-storage-tape
i386/bareos-tools
i386/bareos-traymonitor
i386/libfastlz
i386/libfastlz-dbgsym
i386/libfastlz-dev
37 changes: 37 additions & 0 deletions docs/pkglists/Debian_9.0.x86_64
@@ -0,0 +1,37 @@
all/bareos-webui
all/python-bareos
amd64/bareos
amd64/bareos-bconsole
amd64/bareos-client
amd64/bareos-common
amd64/bareos-database-common
amd64/bareos-database-mysql
amd64/bareos-database-postgresql
amd64/bareos-database-sqlite3
amd64/bareos-database-tools
amd64/bareos-dbg
amd64/bareos-devel
amd64/bareos-director
amd64/bareos-director-python-plugin
amd64/bareos-filedaemon
amd64/bareos-filedaemon-ceph-plugin
amd64/bareos-filedaemon-glusterfs-plugin
amd64/bareos-filedaemon-ldap-python-plugin
amd64/bareos-filedaemon-python-plugin
amd64/bareos-regress-config
amd64/bareos-storage
amd64/bareos-storage-ceph
amd64/bareos-storage-fifo
amd64/bareos-storage-glusterfs
amd64/bareos-storage-python-plugin
amd64/bareos-storage-tape
amd64/bareos-tools
amd64/bareos-traymonitor
amd64/bareos-vadp-dumper
amd64/bareos-vadp-dumper-dbgsym
amd64/bareos-vmware-plugin
amd64/bareos-vmware-plugin-compat
amd64/bareos-vmware-vix-disklib
amd64/libfastlz
amd64/libfastlz-dbgsym
amd64/libfastlz-dev
Empty file removed docs/pkglists/Fedora_29.x86_64
Empty file.
Empty file removed docs/pkglists/Fedora_30.x86_64
Empty file.
Empty file removed docs/pkglists/Fedora_31.x86_64
Empty file.
Empty file removed docs/pkglists/Fedora_32.x86_64
Empty file.
Empty file removed docs/pkglists/FreeBSD_11.3.amd64
Empty file.
Empty file removed docs/pkglists/FreeBSD_12.0.amd64
Empty file.
Empty file removed docs/pkglists/FreeBSD_12.1.amd64
Empty file.
Empty file removed docs/pkglists/MacOS_10.13.6.x64
Empty file.
30 changes: 30 additions & 0 deletions docs/pkglists/RHEL_6.x86_64
@@ -0,0 +1,30 @@
debug/x86_64/bareos-debuginfo
debug/x86_64/libfastlz-debuginfo
src/bareos
src/libfastlz
src/python-bareos
x86_64/bareos
x86_64/bareos-bconsole
x86_64/bareos-client
x86_64/bareos-common
x86_64/bareos-database-common
x86_64/bareos-database-mysql
x86_64/bareos-database-postgresql
x86_64/bareos-database-sqlite3
x86_64/bareos-database-tools
x86_64/bareos-devel
x86_64/bareos-director
x86_64/bareos-director-python-plugin
x86_64/bareos-filedaemon
x86_64/bareos-filedaemon-ldap-python-plugin
x86_64/bareos-filedaemon-python-plugin
x86_64/bareos-regress-config
x86_64/bareos-storage
x86_64/bareos-storage-fifo
x86_64/bareos-storage-python-plugin
x86_64/bareos-storage-tape
x86_64/bareos-tools
x86_64/bareos-traymonitor
x86_64/libfastlz
x86_64/libfastlz-devel
x86_64/python-bareos
48 changes: 48 additions & 0 deletions docs/pkglists/RHEL_7.x86_64
@@ -0,0 +1,48 @@
debug/x86_64/bareos-debuginfo
debug/x86_64/bareos-vadp-dumper-debuginfo
debug/x86_64/libdroplet-debuginfo
debug/x86_64/libfastlz-debuginfo
noarch/bareos-webui
src/bareos
src/bareos-vadp-dumper
src/bareos-vmware-vix-disklib
src/bareos-webui
src/libdroplet
src/libfastlz
src/python-bareos
x86_64/bareos
x86_64/bareos-bconsole
x86_64/bareos-client
x86_64/bareos-common
x86_64/bareos-database-common
x86_64/bareos-database-mysql
x86_64/bareos-database-postgresql
x86_64/bareos-database-sqlite3
x86_64/bareos-database-tools
x86_64/bareos-devel
x86_64/bareos-director
x86_64/bareos-director-python-plugin
x86_64/bareos-filedaemon
x86_64/bareos-filedaemon-ceph-plugin
x86_64/bareos-filedaemon-glusterfs-plugin
x86_64/bareos-filedaemon-ldap-python-plugin
x86_64/bareos-filedaemon-python-plugin
x86_64/bareos-regress-config
x86_64/bareos-storage
x86_64/bareos-storage-ceph
x86_64/bareos-storage-droplet
x86_64/bareos-storage-fifo
x86_64/bareos-storage-glusterfs
x86_64/bareos-storage-python-plugin
x86_64/bareos-storage-tape
x86_64/bareos-tools
x86_64/bareos-traymonitor
x86_64/bareos-vadp-dumper
x86_64/bareos-vmware-plugin
x86_64/bareos-vmware-plugin-compat
x86_64/bareos-vmware-vix-disklib
x86_64/libdroplet
x86_64/libdroplet-devel
x86_64/libfastlz
x86_64/libfastlz-devel
x86_64/python-bareos
Empty file removed docs/pkglists/RHEL_8.x86_64
Empty file.

0 comments on commit 7fca019

Please sign in to comment.