Skip to content

Commit

Permalink
Merge pull request #1229 from olehermanse/3.21.x
Browse files Browse the repository at this point in the history
Upgraded cfbs to 3.2.10 (3.21)
  • Loading branch information
olehermanse authored Jun 12, 2023
2 parents dc18881 + 442fd87 commit e15e4a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packaging/cfengine-nova-hub/cfengine-nova-hub.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ touch $RPM_BUILD_ROOT/var/log/postgresql.log
%if %{?rhel}%{!?rhel:0} >= 7
# Make sure cfbs is available and in place
mkdir -p $RPM_BUILD_ROOT/tmp/cfbs_root
pip3 install --root $RPM_BUILD_ROOT/tmp/cfbs_root cfbs==3.2.7
pip3 install --root $RPM_BUILD_ROOT/tmp/cfbs_root cfbs==3.2.10
mkdir $RPM_BUILD_ROOT%prefix/lib/python
mv $RPM_BUILD_ROOT/tmp/cfbs_root/usr/lib/python*/site-packages/cfbs $RPM_BUILD_ROOT%prefix/lib/python
mv $RPM_BUILD_ROOT/tmp/cfbs_root/usr/bin/cfbs $RPM_BUILD_ROOT%prefix/bin/
Expand Down
2 changes: 1 addition & 1 deletion packaging/cfengine-nova-hub/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ install: build

# Make sure cfbs is available and in place
mkdir -p $(CURDIR)/debian/tmp/tmp/cfbs_root
pip3 install --root $(CURDIR)/debian/tmp/tmp/cfbs_root cfbs==3.2.7
pip3 install --root $(CURDIR)/debian/tmp/tmp/cfbs_root cfbs==3.2.10
mkdir $(CURDIR)/debian/tmp$(PREFIX)/lib/python
mv $(CURDIR)/debian/tmp/tmp/cfbs_root/usr/local/lib/python*/dist-packages/cfbs $(CURDIR)/debian/tmp$(PREFIX)/lib/python
mv $(CURDIR)/debian/tmp/tmp/cfbs_root/usr/local/bin/cfbs $(CURDIR)/debian/tmp$(PREFIX)/bin/
Expand Down

0 comments on commit e15e4a6

Please sign in to comment.