diff options
-rw-r--r-- | repotmpl/group.pyc | bin | 14652 -> 14653 bytes | |||
-rw-r--r-- | repotmpl/index.pyc | bin | 16024 -> 16014 bytes | |||
-rw-r--r-- | repotmpl/package.pyc | bin | 18269 -> 18259 bytes | |||
-rw-r--r-- | repotmpl/rss.pyc | bin | 6079 -> 6079 bytes | |||
-rw-r--r-- | wizard/index.php | 2 |
5 files changed, 2 insertions, 0 deletions
diff --git a/repotmpl/group.pyc b/repotmpl/group.pyc Binary files differindex 1c3ba434..799c5705 100644 --- a/repotmpl/group.pyc +++ b/repotmpl/group.pyc diff --git a/repotmpl/index.pyc b/repotmpl/index.pyc Binary files differindex 852422bb..b5edbcc3 100644 --- a/repotmpl/index.pyc +++ b/repotmpl/index.pyc diff --git a/repotmpl/package.pyc b/repotmpl/package.pyc Binary files differindex 2a6469ad..90349928 100644 --- a/repotmpl/package.pyc +++ b/repotmpl/package.pyc diff --git a/repotmpl/rss.pyc b/repotmpl/rss.pyc Binary files differindex a6c40485..a0ad4c22 100644 --- a/repotmpl/rss.pyc +++ b/repotmpl/rss.pyc diff --git a/wizard/index.php b/wizard/index.php index ea4064ec..c979c047 100644 --- a/wizard/index.php +++ b/wizard/index.php @@ -163,6 +163,8 @@ if ($php && $os && $type && !$err) { if ($type == 'base') { printf("<li>You want a <b>single version </b> which means replacing base packages from the distribution</li><br />"); + printf("<li>Packages have the <b>same name</b> than the base repository, ie php-*</li><br />"); + if (!$phpvers[$php]) { printf("<li>Sorry, but PHP version <b>%s</b> are not yet available for <b>%s</b> as single version, try multiple versions.</li><br />", $php, $os); |