Browse Source

fix dependency style; fix typo

Ralf S. Engelschall 19 years ago
parent
commit
7096a8ad26
1 changed files with 3 additions and 3 deletions
  1. 3 3
      openpkg-registry/openpkg-registry.spec

+ 3 - 3
openpkg-registry/openpkg-registry.spec

@@ -33,7 +33,7 @@ Class:        EVAL
 Group:        Bootstrapping
 License:      BSD-style
 Version:      0.6.0
-Release:      20060714
+Release:      20060715
 
 #   package options
 %option       with_client  yes
@@ -54,7 +54,7 @@ PreReq:       postgresql
 PreReq:       apache::with_mod_perl
 PreReq:       perl-www >= perl-www-5.8.7-20051031
 PreReq:       perl-xml
-PreReq:       cfg::with_perl
+PreReq:       cfg, cfg::with_perl = yes
 #   PreReq:       ase   FIXME production
 %endif
 AutoReq:      no
@@ -113,7 +113,7 @@ AutoReqProv:  no
     ( echo "##"
       echo "##  registry-ui.cfg - OpenPKG Registry User Interface Configuration"
       echo "##"
-      echo "##  Run ( cd %{l_prefix}/cgi/openpkg-registry && ./registry-ui-.pl )"
+      echo "##  Run ( cd %{l_prefix}/cgi/openpkg-registry && ./registry-ui.pl )"
       echo "##  to review defaults in OSSP cfg syntax. This file has exactly the same syntax."
       echo "##  Only overrides need to be placed here, missing config directives remain default."
       echo "##"