Sync from SUSE:SLFO:Main agama-products-opensuse revision 77daa253134b6a386f2523daf5f19cd1
This commit is contained in:
commit
99896297c8
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
20
_service
Normal file
20
_service
Normal file
@ -0,0 +1,20 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://github.com/openSUSE/agama.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">master</param>
|
||||
<param name="subdir">products.d</param>
|
||||
<param name="without-version">enable</param>
|
||||
<param name="extract">agama-products-opensuse.changes</param>
|
||||
<param name="extract">agama-products-opensuse.spec</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="tar">
|
||||
<param name="obsinfo">agama.obsinfo</param>
|
||||
<param name="filename">agama</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="set_version">
|
||||
<param name="basename">agama</param>
|
||||
</service>
|
||||
</services>
|
5
agama-products-opensuse.changes
Normal file
5
agama-products-opensuse.changes
Normal file
@ -0,0 +1,5 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 30 14:38:51 UTC 2023 - Josef Reidinger <jreidinger@suse.com>
|
||||
|
||||
- Initial split of products (gh#openSUSE/agama#602,
|
||||
gh#openSUSE/agama#822)
|
63
agama-products-opensuse.spec
Normal file
63
agama-products-opensuse.spec
Normal file
@ -0,0 +1,63 @@
|
||||
#
|
||||
# spec file for package agama-products-opensuse
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# 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/
|
||||
#
|
||||
|
||||
Name: agama-products-opensuse
|
||||
# This will be set by osc services, that will run after this.
|
||||
Version: 0
|
||||
Release: 0
|
||||
Summary: Definition of openSUSE products for the Agama installer
|
||||
License: GPL-2.0-only
|
||||
Url: https://github.com/opensuse/agama
|
||||
BuildArch: noarch
|
||||
Source0: agama.tar
|
||||
|
||||
%description
|
||||
Products definition for Agama installer. This one is for opensuse products.
|
||||
|
||||
%package -n agama-products-ALP-Dolomite
|
||||
# This will be set by osc services, that will run after this.
|
||||
Version: 0
|
||||
Release: 0
|
||||
Summary: Definition of Dolomite product for the Agama installer
|
||||
License: GPL-2.0-only
|
||||
Url: https://github.com/opensuse/agama
|
||||
BuildArch: noarch
|
||||
|
||||
%description -n agama-products-ALP-Dolomite
|
||||
Products definition for Agama installer. This one is for ALP Dolomite product.
|
||||
|
||||
%prep
|
||||
%autosetup -a0 -n agama
|
||||
|
||||
%build
|
||||
|
||||
%install
|
||||
install -D -d -m 0755 %{buildroot}%{_datadir}/agama/products.d
|
||||
install -m 0644 *.yaml %{buildroot}%{_datadir}/agama/products.d
|
||||
|
||||
%files
|
||||
%dir %{_datadir}/agama
|
||||
%dir %{_datadir}/agama/products.d
|
||||
%{_datadir}/agama/products.d/tumbleweed.yaml
|
||||
%{_datadir}/agama/products.d/leap16.yaml
|
||||
|
||||
%files -n agama-products-ALP-Dolomite
|
||||
%dir %{_datadir}/agama
|
||||
%dir %{_datadir}/agama/products.d
|
||||
%{_datadir}/agama/products.d/ALP-Dolomite.yaml
|
||||
|
||||
%changelog
|
BIN
agama.obscpio
(Stored with Git LFS)
Normal file
BIN
agama.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
4
agama.obsinfo
Normal file
4
agama.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: agama
|
||||
version: 5+311
|
||||
mtime: 1701334353
|
||||
commit: 97944c1314d77b8f4fe17ef48b4187ad9f9e2de2
|
Loading…
Reference in New Issue
Block a user