Skip to content

Commit

Permalink
bareos.spec: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Nov 4, 2021
1 parent e5989ad commit 49494ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/platforms/packaging/bareos.spec
Expand Up @@ -220,9 +220,9 @@ BuildRequires: sqlite-devel

%if 0%{?build_mysql}
%if 0%{?centos_version} >= 800 || 0%{?rhel_version} >= 800
BuildRequires: mariadb-devel
BuildRequires: mariadb-devel
%else
BuildRequires: mysql-devel
BuildRequires: mysql-devel
%endif
%endif

Expand Down

0 comments on commit 49494ad

Please sign in to comment.