ROCm / rocDecode

rocDecode is a high performance video decode SDK for AMD hardware
https://rocm.docs.amd.com/projects/rocDecode/en/latest
Other
10 stars 14 forks source link

Package - Remove package provides field from RPM and DEB package (#371) #374

Closed raramakr closed 2 months ago

raramakr commented 2 months ago

The provides tag is required when the package provides a virtual package. Package name along with version will be provided by default and the provides tag is not required for this. Using the tag for providing the name, but without version was resulting in package upgrade issues. The obsoletes tags are also removed, which will also cause upgrade issues