diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-11-24 07:22:26 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-11-24 07:22:26 +0100 |
commit | 721802783b060e6405852fa825b7c28ddfe7f544 (patch) | |
tree | 94206f76e2b2c90ea06978177eaaa8e9e718a55d | |
parent | 800aae0bcbdc0ef7ce59a52a3ce6774b6790e370 (diff) |
php-swiftmailer: minor
-rw-r--r-- | php-swiftmailer.spec | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/php-swiftmailer.spec b/php-swiftmailer.spec index 89b0adb..d60ea01 100644 --- a/php-swiftmailer.spec +++ b/php-swiftmailer.spec @@ -51,11 +51,13 @@ Requires: php-reflection Requires: php-simplexml Requires: php-spl -# Removal for official repo not yet planed +# Removed from official repo in Fedora 25 +%if 1 Obsoletes: php-swift-Swift <= 5.4.1 # Single package in this channel Obsoletes: php-channel-swift <= 1.3 Provides: php-pear(pear.swiftmailer.org/Swift) = %{version} +%endif Provides: php-composer(%{gh_owner}/%{gh_project}) = %{version} |