From 765301686e282c0b7a1417b6f5d55a66991b12ed13428be9ec2aa8a7d6fa01db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Mon, 8 Nov 2021 14:05:44 +0000 Subject: [PATCH] Accepting request 921676 from home:wrosenauer:devel - use current repo as source - changed service to default.target OBS-URL: https://build.opensuse.org/request/show/921676 OBS-URL: https://build.opensuse.org/package/show/system:packagemanager/appimaged?expand=0&rev=8 --- AppImageKit-10.obscpio | 4 ++-- _service | 2 +- appimaged.changes | 6 ++++++ appimaged.service | 2 +- appimaged.spec | 11 +++++------ 5 files changed, 15 insertions(+), 10 deletions(-) diff --git a/AppImageKit-10.obscpio b/AppImageKit-10.obscpio index 8cc2381..6b1a6ca 100644 --- a/AppImageKit-10.obscpio +++ b/AppImageKit-10.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:62aa3747ea26fa69c8ab42cda678f02cb7e2f9893feb0418d45c7a3ad7cc410f -size 1671693 +oid sha256:31a49915e981c6f06e0e091f4d41a8277c48638154c8bf72b1c94e897293d883 +size 1638412 diff --git a/_service b/_service index 0fd553c..4b995b7 100644 --- a/_service +++ b/_service @@ -1,6 +1,6 @@ - https://github.com/probonopd/AppImageKit.git + https://github.com/AppImage/AppImageKit.git 10 10 enable diff --git a/appimaged.changes b/appimaged.changes index ff53f54..e091756 100644 --- a/appimaged.changes +++ b/appimaged.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Feb 28 09:56:55 UTC 2021 - Wolfgang Rosenauer + +- use current repo as source +- changed service to default.target + ------------------------------------------------------------------- Wed Jan 24 07:46:07 UTC 2018 - adrian@suse.de diff --git a/appimaged.service b/appimaged.service index bcdc785..256dd40 100644 --- a/appimaged.service +++ b/appimaged.service @@ -9,4 +9,4 @@ RestartSec=5s StartLimitInterval=0 [Install] -WantedBy=graphical.target +WantedBy=default.target diff --git a/appimaged.spec b/appimaged.spec index ddcc3ed..1af44a0 100644 --- a/appimaged.spec +++ b/appimaged.spec @@ -1,7 +1,7 @@ # # spec file for package appimaged # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,14 +12,14 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: appimaged Version: 10 Release: 0 -Url: http://www.appimage.org +URL: http://www.appimage.org Summary: Daemon handles (un)registering AppImages with the system License: MIT Group: System/Daemons @@ -37,7 +37,6 @@ BuildRequires: libtool BuildRequires: openssl-devel BuildRequires: systemd-rpm-macros BuildRequires: xz-devel - Requires: zsync %description @@ -47,7 +46,6 @@ and such). The package comes also with appimage.validate CLI tool to verify signature of AppImage files. - %prep %setup -q -n AppImageKit-%version @@ -104,7 +102,8 @@ install -m 0644 %{SOURCE1} %{buildroot}%{_userunitdir}/appimaged.service %files %defattr(-,root,root) -%doc LICENSE README.md +%license LICENSE +%doc README.md %{_bindir}/appimage.validate %{_bindir}/appimaged %{_userunitdir}/appimaged.service