openmainframeproject / software-discovery-tool

Software Discovery Tool
Apache License 2.0
31 stars 40 forks source link

Adding OpenSUSE 15.5 #157

Closed Princee215 closed 11 months ago

Princee215 commented 11 months ago

I've added code for Opensuse 15.5 in package_build. #153 While creating file for Opensuse 15.5, I noticed there's a lot of entries that are duplicate of one another having same package_name and version. They actually differ in release only #155 therefore slowing down our search and adding redundant entries. Hence, I've also add code for checking if there's an entry with same package name and version. If there is an entry we won't add it to the file else we'll.

Screenshot from 2023-08-31 00-16-33

Please take a look @pleia2 and @arshPratap. I'll also check the added opensuse file, if they contain duplicate or not, If they do I'll just update those files too and add file for Opensuse 15.5.

Princee215 commented 11 months ago

Oops! I forgot it again. I'll make these changes as suggested before our weekly call. Will it be fine if I'll use Opensuse instead of openSUSE? As in supported_distros and FAQ, all the other distro start with a capital word.