Skip to content

Commit

Permalink
Merge pull request #835 from openSUSE/fix_producs_spec
Browse files Browse the repository at this point in the history
adapt products spec to work with services
  • Loading branch information
jreidinger committed Nov 1, 2023
2 parents e605eb5 + 81d0df7 commit 6e44336
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 63 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
57 changes: 0 additions & 57 deletions service/share/filter-config.rb

This file was deleted.

0 comments on commit 6e44336

Please sign in to comment.