Skip to content

Commit

Permalink
Add a Pulp installer subpackage
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Dec 2, 2022
1 parent 95b6583 commit 1d984fd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/foreman/foreman-installer/foreman-installer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@ Requires: foreman-installer-katello-common = %{epoch}:%{version}-%{release}
%description scenario-foreman-proxy-content
A content proxy for Katello.

%package scenario-pulp
Summary: Pulp scenario
Requires: foreman-installer-common = %{epoch}:%{version}-%{release}

%description scenario-pulp
Installer scenario for Pulp

%prep
%setup -q -n %{name}-%{version}%{?prerelease:-}%{?prerelease}

Expand Down Expand Up @@ -174,6 +181,13 @@ done
%config(noreplace) %{scenariodir}/foreman-proxy-content-migrations-applied
%{parser_cache}/foreman-proxy-content.yaml

%files scenario-pulp
%{configdir}/pulp.migrations
%config(noreplace) %attr(600, root, root) %{scenariodir}/pulp.yaml
%config(noreplace) %attr(600, root, root) %{scenariodir}/pulp-answers.yaml
%config(noreplace) %{scenariodir}/pulp-migrations-applied
%{parser_cache}/pulp.yaml

%changelog
* Tue Nov 08 2022 Ewoud Kohl van Wijngaarden <[email protected]> - 1:3.6.0-0.1.develop
- Bump version to 3.6-develop
Expand Down

0 comments on commit 1d984fd

Please sign in to comment.