diff options
Diffstat (limited to 'symfony.README.fedora')
-rw-r--r-- | symfony.README.fedora | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/symfony.README.fedora b/symfony.README.fedora new file mode 100644 index 0000000..5f60fd5 --- /dev/null +++ b/symfony.README.fedora @@ -0,0 +1,19 @@ +This Symfony package has some modifications to satisfy the Fedora packaging +requirements. + +The main change is the removal of these libraries which are usually included +with Symfony: + +- vendor/swiftmailer +- plugins/sfDoctrinePlugin/lib/vendor/doctrine +- plugins/sfPropelPlugin/lib/vendor/phing +- plugins/sfPropelPlugin/lib/vendor/propel +- plugins/sfPropelPlugin/lib/vendor/propel-generator + +except of propel these should all use the respective packages supplied by +Fedora. + +Currently there is no prople package for Fedora with the correct version. + +You should be able to use symfony without problems with Doctrine though. + |