15
0

- Add gcc14.patch to make it compatible with gcc14

gh#nima/python-dmidecode#59

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dmidecode?expand=0&rev=34
This commit is contained in:
2024-10-22 06:57:26 +00:00
committed by Git OBS Bridge
commit c9d18e0ca8
12 changed files with 557 additions and 0 deletions

15
_service Normal file
View File

@@ -0,0 +1,15 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="versionprefix">3.12.2+git</param>
<param name="url">https://github.com/nima/python-dmidecode.git</param>
<param name="scm">git</param>
<param name="exclude">.git*</param>
<param name="changesgenerate">enable</param>
<param name="changesauthor">mcepl@cepl.eu</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service name="set_version" mode="disabled" />
</services>