Polemarch and Nginx updated to latest versions

This commit is contained in:
2019-07-13 07:51:26 +02:00
parent acef6c3041
commit ebbf0ac45f
2 changed files with 8 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
%define namebase polemarch
%define user polemarch
%define datad poledata
%define version 1.2.1
%define version 1.3.1
%define release 1
%define __prelink_undo_cmd %{nil}
%define _binaries_in_noarch_packages_terminate_build 0
@@ -56,9 +56,6 @@ Simply WEB gui for orchestration infrastructure by ansible playbooks.
%prep
%setup -q -n %name-%version
%patch0 -b python3-patch
#%if 0%{?fedora} > 29
#%patch1 -b venvctrl-patch
#%endif
%install
make BUILD_DIR=%{buildroot}
@@ -114,6 +111,9 @@ sudo -u %{user} /opt/%{name}/bin/%{shortname}ctl migrate
[ "%{_builddir}" != "/" ] && [ -d "%{_builddir}" ] && rm -rf %{_builddir}/*
%changelog
* Sat Jul 13 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- Update to 1.3.1 version.
* Mon Jun 15 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
- Update to 1.2.1 version.