Re: Renaming a spec file

2022-06-21 Thread Vitaly Zaitsev via devel
On 21/06/2022 17:25, Ron Olson wrote: Hey all, is it possible to rename a spec file? No. You must follow the package renaming procedure: https://docs.fedoraproject.org/en-US/package-maintainers/Package_Renaming_Process/ -- Sincerely, Vitaly Zaitsev (vit...@easycoding.org) ___

Re: Renaming a spec file

2022-06-21 Thread Neal Gompa
On Tue, Jun 21, 2022 at 11:51 AM Ron Olson wrote: > > Ah, I was afraid of that, seems like a lot of trouble to remove the “-“, but > I understand why the process is necessary. > You could just add the other name as an alias using "Provides" if you want. Provides: swiftlang = %{version}-%{releas

Re: Renaming a spec file

2022-06-21 Thread Ron Olson
Ah, I was afraid of that, seems like a lot of trouble to remove the “-“, but I understand why the process is necessary. On 21 Jun 2022, at 10:26, Neal Gompa wrote: > On Tue, Jun 21, 2022 at 11:25 AM Ron Olson wrote: >> >> Hey all, is it possible to rename a spec file? I tried to submit a build

Re: Renaming a spec file

2022-06-21 Thread Neal Gompa
On Tue, Jun 21, 2022 at 11:25 AM Ron Olson wrote: > > Hey all, is it possible to rename a spec file? I tried to submit a build > using “swiftlang.spec” where previously it had been “swift-lang.spec”, and > Koji complained that it couldn’t find swift-lang.spec when trying to build > the SRPM: >

Renaming a spec file

2022-06-21 Thread Ron Olson
Hey all, is it possible to rename a spec file? I tried to submit a build using “swiftlang.spec” where previously it had been “swift-lang.spec”, and Koji complained that it couldn’t find swift-lang.spec when trying to build the SRPM: https://koji.fedoraproject.org/koji/taskinfo?taskID=88496417 I