Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support uos #704

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions deploy/rpmbuild/webvirtmgr.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%global name webvirtmgr
%global version 4.8.9
%global release 1
%global release 2

Name: %{name}
Version: %{version}
Expand All @@ -11,7 +11,7 @@ License: Apache Licence, Version 2.0
URL: http://github.com/retspen/webvirtmgr
Source0: https://github.com/retspen/webvirtmgr/archive/master.tar.gz

%if 0%{?rhel} >= 7 || 0%{?fedora}
%if 0%{?rhel} >= 7 || 0%{?fedora} || 0%{?uos}
%bcond_without systemd # enabled
Requires(post): systemd
Requires(preun): systemd
Expand All @@ -29,7 +29,7 @@ BuildArch: noarch
BuildRequires: python-setuptools

Requires: python-setuptools libvirt-python libxml2-python python-websockify python-gunicorn python-lockfile
%if 0%{?rhel} >= 7
%if 0%{?rhel} >= 7 || 0%{?uos}
Requires: python-django
%else
Requires: python-django15
Expand Down Expand Up @@ -119,6 +119,10 @@ fi
%endif

%changelog
* Mon Mar 7 2022 zhaoshuang <[email protected]> - 4.8.9-2
- Support uos
- Upgrade to 4.8.9-2

* Mon Jan 18 2016 Giacomo Sanchietti <[email protected]> - 4.8.9
- Support rhel 7
- Upgrade to 4.8.9
Expand Down