Dominique Leuenberger
d362126c9e
- Update to version 1.5.3: - Enable supported_build to clarify that this package is supported (bsc#1179790) - Drop fwupd-platform-integrity.conf since upstream disables the platform integrity module by default now due to incompleteness. - Address fwupd-refresh.service in %preun, %pre, %post, and %postun and provide a rc link for it - Version "Obsoletes: dbxtool" and "Obsoletes: fwupdate" OBS-URL: https://build.opensuse.org/request/show/854209 OBS-URL: https://build.opensuse.org/package/show/Base:System/fwupd?expand=0&rev=93
15 lines
508 B
Plaintext
15 lines
508 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/hughsie/fwupd.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="revision">1.5.3</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled"/>
|
|
</services>
|