Source in the specfile.
- Fix build with GCC 4.6
- libsmbios-devel Requires libstdc++-devel
- fix build with GCC 4.4
- fixed spec:
- change ExcludeArch to ExclusiveArch
- change naming of the lib package because of 'Shared Library
- dont buildrequire libxml, only libxml2 is used
- fix library-without-ldconfig-postun errors
- fixed spec-file:
- Fix a couple of failure-to-check-return on fopen. most were
- Add hinting to the memory class, so that it can intelligently
close /dev/mem file handle when it is not needed (which is
most of the time). it only leaves it open when it is scanning,
- libsmbios-fix-includes.diff: fix missing includes (needed to
- updated to new version 0.13.4 as requested by DELL maintainer
- new util dellWirelessCtl to control builtin wireless on Dell
laptops
* the package no longer provide bios_update_tools subpackage,
OBS-URL: https://build.opensuse.org/package/show/Base:System/libsmbios?expand=0&rev=59
17 lines
618 B
Plaintext
17 lines
618 B
Plaintext
<services>
|
|
<service name="obs_scm" mode="manual">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/dell/libsmbios.git</param>
|
|
<param name="revision">HEAD</param>
|
|
<param name="versionrewrite-pattern">v(.*)</param>
|
|
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.g%h</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="set_version" mode="manual"/>
|
|
<service name="tar" mode="buildtime"/>
|
|
<service name="recompress" mode="buildtime">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
</services>
|