Skip to content

Commit

Permalink
Merge pull request #870 from bareos/dev/pstorz/master/opensuse_15.3
Browse files Browse the repository at this point in the history
add openSUSE Leap 15.3
  • Loading branch information
pstorz committed Aug 12, 2021
2 parents e9a54e5 + c5f2720 commit e6e70e1
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .matrix.yml
Expand Up @@ -31,6 +31,16 @@ OS:
- python-bareos

openSUSE:
"Leap_15.3":
TYPE: rpm
IMAGE: opensuse-leap153
ARCH:
- x86_64
PROJECTPACKAGES:
x86_64:
- bareos
- python-bareos

"Leap_15.2":
TYPE: rpm
IMAGE: opensuse-leap152
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -56,6 +56,7 @@ and since Bareos version 20 this project adheres to [Semantic Versioning](https:
- add "copy button" to code snippets in documentation for easy copying [PR #802]
- added multicolumn prompt selection for selection of more than 20 items [PR #731]
- add script devtools/dist-tarball.sh to produce the same tarball from a cloned repo everywhere [PR #861]
- packages: Build also for openSUSE Leap 15.3 [PR #870]

### Changed
- core: systemd service: change daemon type from forking to simple and start daemons in foreground [PR #824]
Expand Down
5 changes: 5 additions & 0 deletions core/platforms/packaging/bareos.spec
Expand Up @@ -68,6 +68,11 @@ BuildRequires: libtirpc-devel
%define build_mysql 0
%endif

# remove mysql from Leap 15.3
%if 0%{?is_opensuse} && 0%{?sle_version} >= 150300
%define build_mysql 0
%endif

#
# SUSE (openSUSE, SLES) specific settings
#
Expand Down
61 changes: 61 additions & 0 deletions docs/pkglists/openSUSE_Leap_15.3.x86_64
@@ -0,0 +1,61 @@
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-sqlite3-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-python2-plugin-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-python2-plugin-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-python2-plugin-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/python2-bareos
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-database-common
x86_64/bareos-database-postgresql
x86_64/bareos-database-sqlite3
x86_64/bareos-database-tools
x86_64/bareos-director
x86_64/bareos-director-python-plugins-common
x86_64/bareos-director-python2-plugin
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-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-python2-plugin
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-python2-plugin
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 e6e70e1

Please sign in to comment.