Skip to content

Commit

Permalink
Merge pull request #1205
Browse files Browse the repository at this point in the history
build: add support for SLE15SP4
  • Loading branch information
pstorz committed Jul 20, 2022
2 parents 9a213c5 + b8d31e9 commit b7438d9
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 3 deletions.
9 changes: 9 additions & 0 deletions .matrix.yml
Expand Up @@ -73,6 +73,15 @@ OS:
- python-bareos

SLE:
"15_SP4":
TYPE: rpm
IMAGE: sle154
ARCH:
- x86_64
PROJECTPACKAGES:
x86_64:
- bareos
- python-bareos
"15_SP3":
TYPE: rpm
IMAGE: sle153
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -38,6 +38,7 @@ and since Bareos version 20 this project adheres to [Semantic Versioning](https:
- dird: console: add the ability to rerun multiple commas separated jobids [PR #1170]
- build: Add support for Ubuntu 22.04, Fedora 36, EL 9, openSUSE 15.4 [PR #1179]
- tests: skip mysql tests if root [PR #1197]
- build: Add support for SLE_15_SP4 [PR #1205]

### Fixed
- python plugins: store architecture specific modules in sitearch (instead of sitelib) [PR #698]
Expand Down
1 change: 0 additions & 1 deletion core/platforms/packaging/bareos.spec
Expand Up @@ -233,7 +233,6 @@ BuildRequires: python3-devel >= 3.4

BuildRequires: distribution-release
BuildRequires: pwdutils
BuildRequires: tcpd-devel
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(libxml-2.0)
BuildRequires: pkgconfig(json-c)
Expand Down
1 change: 0 additions & 1 deletion debian/control
Expand Up @@ -30,7 +30,6 @@ Build-Depends: acl-dev,
qtbase5-dev,
libreadline-dev,
libssl-dev,
libwrap0-dev,
libx11-dev,
libxml2-dev,
libpq-dev,
Expand Down
1 change: 0 additions & 1 deletion debian/control.src
Expand Up @@ -22,7 +22,6 @@ Build-Depends: acl-dev,
qtbase5-dev,
libreadline-dev,
libssl-dev,
libwrap0-dev,
libx11-dev,
libxml2-dev,
libpq-dev,
Expand Down
56 changes: 56 additions & 0 deletions docs/pkglists/SLE_15_SP4.x86_64
@@ -0,0 +1,56 @@
debug/x86_64/bareos-bconsole-debuginfo
debug/x86_64/bareos-common-debuginfo
debug/x86_64/bareos-database-common-debuginfo
debug/x86_64/bareos-database-postgresql-debuginfo
debug/x86_64/bareos-database-tools-debuginfo
debug/x86_64/bareos-debuginfo
debug/x86_64/bareos-debugsource
debug/x86_64/bareos-director-debuginfo
debug/x86_64/bareos-director-python3-plugin-debuginfo
debug/x86_64/bareos-filedaemon-ceph-plugin-debuginfo
debug/x86_64/bareos-filedaemon-debuginfo
debug/x86_64/bareos-filedaemon-python3-plugin-debuginfo
debug/x86_64/bareos-storage-ceph-debuginfo
debug/x86_64/bareos-storage-debuginfo
debug/x86_64/bareos-storage-droplet-debuginfo
debug/x86_64/bareos-storage-fifo-debuginfo
debug/x86_64/bareos-storage-python3-plugin-debuginfo
debug/x86_64/bareos-storage-tape-debuginfo
debug/x86_64/bareos-tools-debuginfo
debug/x86_64/bareos-traymonitor-debuginfo
noarch/python3-bareos
src/bareos
src/python-bareos
x86_64/bareos
x86_64/bareos-bconsole
x86_64/bareos-client
x86_64/bareos-common
x86_64/bareos-contrib-director-python-plugins
x86_64/bareos-contrib-filedaemon-python-plugins
x86_64/bareos-contrib-tools
x86_64/bareos-database-common
x86_64/bareos-database-postgresql
x86_64/bareos-database-tools
x86_64/bareos-director
x86_64/bareos-director-python-plugins-common
x86_64/bareos-director-python3-plugin
x86_64/bareos-filedaemon
x86_64/bareos-filedaemon-ceph-plugin
x86_64/bareos-filedaemon-ldap-python-plugin
x86_64/bareos-filedaemon-libcloud-python-plugin
x86_64/bareos-filedaemon-mariabackup-python-plugin
x86_64/bareos-filedaemon-ovirt-python-plugin
x86_64/bareos-filedaemon-percona-xtrabackup-python-plugin
x86_64/bareos-filedaemon-postgresql-python-plugin
x86_64/bareos-filedaemon-python-plugins-common
x86_64/bareos-filedaemon-python3-plugin
x86_64/bareos-storage
x86_64/bareos-storage-ceph
x86_64/bareos-storage-droplet
x86_64/bareos-storage-fifo
x86_64/bareos-storage-python-plugins-common
x86_64/bareos-storage-python3-plugin
x86_64/bareos-storage-tape
x86_64/bareos-tools
x86_64/bareos-traymonitor
x86_64/bareos-webui

0 comments on commit b7438d9

Please sign in to comment.