Sfoglia il codice sorgente

no, proftpd certainly does not require getopt under runtime

Ralf S. Engelschall 23 anni fa
parent
commit
eb4ab167c9
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      proftpd/proftpd.spec

+ 2 - 2
proftpd/proftpd.spec

@@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
 Group:        FTP
 License:      GPL
 Version:      1.2.8
-Release:      20030606
+Release:      20030609
 
 #   package options
 %option       with_mysql  no
@@ -57,7 +57,7 @@ Source4:      rc.proftpd
 Prefix:       %{l_prefix}
 BuildRoot:    %{l_buildroot}
 BuildPreReq:  OpenPKG, openpkg >= 20030103, ncurses, getopt, make
-PreReq:       OpenPKG, openpkg >= 20030103, ncurses, getopt
+PreReq:       OpenPKG, openpkg >= 20030103, ncurses
 %if "%{with_mysql}" == "yes"
 BuildPreReq:  MYSQL
 %endif