forked from pool/NetworkManager-applet
Migrate to xz compression and manual service run
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 23 08:20:08 UTC 2026 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Migrate to xz compression and manual service run
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 22 21:55:30 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ Summary: GTK+ tray applet for use with NetworkManager
|
||||
License: GPL-2.0-or-later
|
||||
Group: System/GUI/GNOME
|
||||
URL: https://gnome.org/projects/NetworkManager
|
||||
Source0: %{_name}-%{version}.tar.zst
|
||||
Source0: %{_name}-%{version}.tar.xz
|
||||
# PATCH-FIX-UPSTREAM feature-app-indicator-desktop-file.patch sflees@suse.com -- nm-applet needs to be launched with --indicator and needs a startup delay incase its started before the systray
|
||||
Patch1: feature-app-indicator-desktop-file.patch
|
||||
|
||||
|
||||
@@ -7,13 +7,12 @@
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<!-- <param name="changesgenerate">enable</param> -->
|
||||
<!-- <param name="changesgenerate">enable</param> -->
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<service name="tar" mode="manual"/>
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
<service name="set_version" mode="manual"/>
|
||||
</services>
|
||||
|
||||
|
||||
@@ -2,3 +2,4 @@
|
||||
*.osc
|
||||
_build.*
|
||||
.pbuild
|
||||
osc-collab.*
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user