Re: How to deprecate a subpackage

2020-03-31 Thread Stephen Gallagher
On Tue, Mar 31, 2020 at 6:12 AM Miro Hrončok wrote: > > On 31. 03. 20 12:03, Lukas Zapletal wrote: > > Hey, > > > > I have a subpackage which is not needed anymore in the new version of the > > package. Is my assumption correct that for a smooth upgrade path I should > > simply delete the subpac

Re: How to deprecate a subpackage

2020-03-31 Thread Miro Hrončok
On 31. 03. 20 12:03, Lukas Zapletal wrote: Hey, I have a subpackage which is not needed anymore in the new version of the package. Is my assumption correct that for a smooth upgrade path I should simply delete the subpackage and make the main package to obsolete it: Obsoletes: %{name}-gtk2 Pr

Re: How to deprecate a subpackage

2020-03-31 Thread Felix Schwarz
Am 31.03.20 um 12:03 schrieb Lukas Zapletal: > I have a subpackage which is not needed anymore in the new version of the > package. Is my assumption correct that for a smooth upgrade path I should > simply delete the subpackage and make the main package to obsolete it: > > Obsoletes: %{name}-gtk