I suggest we downgrade to stable branch for flatpak - that way we at least get sec updates while we argue with sec team for new features. I know this is not the ideal thing to do, but I think the benefits outweigh the drawbacks. OBS-URL: https://build.opensuse.org/request/show/511713 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/flatpak?expand=0&rev=25
16 lines
521 B
Plaintext
16 lines
521 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/flatpak/flatpak.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="versionformat">@PARENT_TAG@</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="revision">refs/tags/0.8.7</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>
|
|
|