فهرست منبع

add missing fsl dependency

Michael van Elst 22 سال پیش
والد
کامیت
a04d83e24e
1فایلهای تغییر یافته به همراه7 افزوده شده و 1 حذف شده
  1. 7 1
      powerdns/powerdns.spec

+ 7 - 1
powerdns/powerdns.spec

@@ -35,7 +35,7 @@ Distribution: OpenPKG [JUNK]
 Group:        DNS
 License:      GPL
 Version:      2.9.8
-Release:      20030506
+Release:      20030614
 
 #   package options
 %option       with_fsl   yes
@@ -53,6 +53,9 @@ Source3:      powerdnssetup
 Prefix:       %{l_prefix}
 BuildRoot:    %{l_buildroot}
 BuildPreReq:  OpenPKG, openpkg >= 20021204
+%if "%{with_fsl}" == "yes"
+BuildPreReq:  fsl
+%endif
 %if "%{with_mysql}" == "yes"
 BuildPreReq:  MYSQL
 %endif
@@ -60,6 +63,9 @@ BuildPreReq:  MYSQL
 BuildPreReq:  postgresql, postgresql::with_cxx = yes
 %endif
 PreReq:       OpenPKG, openpkg >= 20021204
+%if "%{with_fsl}" == "yes"
+PreReq:       fsl
+%endif
 %if "%{with_mysql}" == "yes"
 PreReq:       MYSQL
 %endif