Extract also the spec file from Git

OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:Agama:Devel/agama-cli?expand=0&rev=6
This commit is contained in:
Ladislav Slezák 2023-06-08 07:40:09 +00:00 committed by Git OBS Bridge
parent 78f1182b48
commit 1e5aaa2421
2 changed files with 5 additions and 3 deletions

View File

@ -8,6 +8,7 @@
<param name="subdir">rust</param> <param name="subdir">rust</param>
<param name="without-version">enable</param> <param name="without-version">enable</param>
<param name="extract">package/agama-cli.changes</param> <param name="extract">package/agama-cli.changes</param>
<param name="extract">package/agama-cli.spec</param>
</service> </service>
<service name="cargo_vendor" mode="manual"> <service name="cargo_vendor" mode="manual">
<param name="srcdir">agama/rust</param> <param name="srcdir">agama/rust</param>

View File

@ -1,7 +1,7 @@
# #
# spec file for package agama-cli # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # 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) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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 Name: agama-cli
# This will be set by osc services, that will run after this. # This will be set by osc services, that will run after this.
Version: 2.1+0 Version: 2.1+0
@ -23,7 +24,7 @@ Summary: Agama command line interface
# If you know the license, put it's SPDX string here. # If you know the license, put it's SPDX string here.
# Alternately, you can use cargo lock2rpmprovides to help generate this. # Alternately, you can use cargo lock2rpmprovides to help generate this.
License: GPL-2.0-only License: GPL-2.0-only
Url: https://github.com/yast/agama-cli URL: https://github.com/yast/agama-cli
Source0: agama.tar Source0: agama.tar
Source1: vendor.tar.zst Source1: vendor.tar.zst
# Generated by the cargo_vendor OBS service # Generated by the cargo_vendor OBS service