Skip to content

Commit

Permalink
adapt products spec to work with services
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Nov 1, 2023
1 parent e605eb5 commit 8826f06
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions products.d/agama-products-opensuse.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ Summary: Definition of openSUSE products for the Agama installer
License: GPL-2.0-only
Url: https://github.com/opensuse/agama
BuildArch: noarch
Source0: tumbleweed.yaml
Source1: ALP-Dolomite.yaml
Source2: leap16.yaml
Source0: agama.tar

%description
Products definition for Agama installer. This one is for opensuse products.
Expand All @@ -43,14 +41,13 @@ BuildArch: noarch
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 %{SOURCE0} %{buildroot}%{_datadir}/agama/products.d
install -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/agama/products.d
install -m 0644 %{SOURCE2} %{buildroot}%{_datadir}/agama/products.d
install -m 0644 *.yaml %{buildroot}%{_datadir}/agama/products.d

%files
%dir %{_datadir}/agama
Expand Down

0 comments on commit 8826f06

Please sign in to comment.