Skip to content

Commit

Permalink
Add support for SLE-12
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz authored and Marco van Wieringen committed Feb 17, 2015
1 parent 9638de3 commit 79d94af
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions platforms/packaging/bareos.spec
Expand Up @@ -136,6 +136,10 @@ BuildRequires: pwdutils
BuildRequires: tcpd-devel
BuildRequires: update-desktop-files

# SLE-12
%if 0%{?suse_version} == 1315
BuildRequires: sles-release
%else
# Some magic to be able to determine what platform we are running on.
%if !0%{sles_version}
BuildRequires: openSUSE-release
Expand All @@ -146,6 +150,7 @@ BuildRequires: sles-release
BuildRequires: sled-release
%endif
%endif
%endif

BuildRequires: lsb-release

Expand Down

0 comments on commit 79d94af

Please sign in to comment.