Remove _service file

We don't update the package that often.

OBS-URL: https://build.opensuse.org/package/show/Base:System/screen?expand=0&rev=93
This commit is contained in:
Michael Schröder 2020-11-27 12:33:40 +00:00 committed by Git OBS Bridge
parent b1ae82a1fd
commit 593131b7d6
2 changed files with 0 additions and 26 deletions

View File

@ -1,18 +0,0 @@
<services>
<service mode="disabled" name="tar_scm">
<param name="url">https://git.savannah.gnu.org/git/screen.git</param>
<param name="scm">git</param>
<param name="version">4.8.0</param>
<param name="changesgenerate">enable</param>
<param name="filename">screen</param>
<!--
<param name="version">HEAD</param>
<param name="versionformat">4.8.0+git%cd.%h</param>
-->
</service>
<service mode="disabled" name="recompress">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
<service mode="disabled" name="set_version"/>
</services>

View File

@ -4,14 +4,6 @@ Tue Sep 8 13:30:58 UTC 2020 - Matthias Gerstner <matthias.gerstner@suse.com>
- no longer invoke permissions/chkstat for directory handled by
systemd-tmpfiles (bsc#1171879)
-------------------------------------------------------------------
Tue May 12 10:15:14 UTC 2020 - trenn@suse.de
- Add _service file for easier submitting of latest screen git verion
Simply do:
osc service runall
to retrieve the latest git and version changes.
-------------------------------------------------------------------
Thu Feb 06 21:44:38 UTC 2020 - alexander_naumov@opensuse.org