]> granicus.if.org Git - icinga2/commitdiff
spec: Fix sles11 boost dependencies.
authorMichael Friedrich <michael.friedrich@netways.de>
Wed, 9 Oct 2013 14:11:31 +0000 (16:11 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Wed, 9 Oct 2013 14:11:31 +0000 (16:11 +0200)
icinga2.spec.in

index e601dca1b618b40473135837bb0f42b685c70869..3d5815fb5bd6c5758eb9443397ac0fdf3afa0ef3 100644 (file)
@@ -61,7 +61,10 @@ Requires: boost-thread >= 1.41
 
 %if "%{_vendor}" == "suse"
 %if 0%{?sles_version} == 11
+BuildRequires: libgfortran46
+BuildRequires: boost-license%{sles_boost_version}
 BuildRequires: boost-devel >= 1.41
+Requires: boost-license%{sles_boost_version}
 Requires: libboost_program_options%{sles_boost_version}
 Requires: libboost_signals%{sles_boost_version}
 Requires: libboost_system%{sles_boost_version}
@@ -75,6 +78,7 @@ Requires: libboost_system%{opensuse_boost_version}
 Requires: libboost_test%{opensuse_boost_version}
 Requires: libboost_thread%{opensuse_boost_version}
 %endif
+%endif
 
 Requires: %{name}-common = %{version}