Issue Description
OBS has a new feature using the OBS:AnityaDistribution attribute, which checks upstream versions and fetches the version of a package from the .spec file. It's very helpful.
Where the package uses OBS services to fetch new sources and set the package version at build time, the spec file version remains the same, so OBS detects the wrong package version.
Expected Result
Correct version of package detected
How to Reproduce
- Use _services file to fetch sources
- Use
<service name="set_version" mode="buildtime" />
- Use AnityaDistribution attribute
Further Information
Thanks for a great new feature!
Issue Description
OBS has a new feature using the OBS:AnityaDistribution attribute, which checks upstream versions and fetches the version of a package from the .spec file. It's very helpful.
Where the package uses OBS services to fetch new sources and set the package version at build time, the spec file version remains the same, so OBS detects the wrong package version.
Expected Result
Correct version of package detected
How to Reproduce
<service name="set_version" mode="buildtime" />Further Information
https://build.opensuse.org/package/show/home:pallaswept/pipewire
Thanks for a great new feature!