TrigonicSolutions / gradle-rpm-plugin

Gradle plugin for constructing RPM packages.
Apache License 2.0
38 stars 19 forks source link

Allow to specify Obsolete #37

Open chilicat opened 11 years ago

chilicat commented 11 years ago

In some upgrade scenarios it would be needed to declare obsolete packages. Please see here:

https://fedoraproject.org/wiki/Upgrade_paths_%E2%80%94_renaming_or_splitting_packages#.28n:1.29_Many-to-one_replacement

It would be great to support this feature.

chilicat commented 10 years ago

Basically it must be supported by th eunderlaying redline library before it can be implemented for the gradle task: https://github.com/craigwblake/redline/issues/29

chilicat commented 10 years ago

The feature is now support, see: https://github.com/craigwblake/redline/issues/29 https://github.com/craigwblake/redline/issues/26