From 1e5aaa2421243623fab9758c020398c8547b502e19311719ad7d57f086334f13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ladislav=20Slez=C3=A1k?= Date: Thu, 8 Jun 2023 07:40:09 +0000 Subject: [PATCH] Extract also the spec file from Git OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:Agama:Devel/agama-cli?expand=0&rev=6 --- _service | 1 + agama-cli.spec | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/_service b/_service index 11009c6..5c28205 100644 --- a/_service +++ b/_service @@ -8,6 +8,7 @@ rust enable package/agama-cli.changes + package/agama-cli.spec agama/rust diff --git a/agama-cli.spec b/agama-cli.spec index 334787a..ed84208 100644 --- a/agama-cli.spec +++ b/agama-cli.spec @@ -1,7 +1,7 @@ # # spec file for package agama-cli # -# Copyright (c) 2023 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,9 +12,10 @@ # 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: agama-cli # This will be set by osc services, that will run after this. Version: 2.1+0 @@ -23,7 +24,7 @@ Summary: Agama command line interface # If you know the license, put it's SPDX string here. # Alternately, you can use cargo lock2rpmprovides to help generate this. License: GPL-2.0-only -Url: https://github.com/yast/agama-cli +URL: https://github.com/yast/agama-cli Source0: agama.tar Source1: vendor.tar.zst # Generated by the cargo_vendor OBS service