Bump version to 0.6.2
(cherry picked from commit aa8544501819fd6073b204f7b4f0ed867f539a3f)
This commit is contained in:
parent
4465b50b1c
commit
30e4127f5a
BIN
mom-0.6.1.tar.gz
BIN
mom-0.6.1.tar.gz
Binary file not shown.
BIN
mom-0.6.2.tar.gz
Normal file
BIN
mom-0.6.2.tar.gz
Normal file
Binary file not shown.
23
mom.spec
23
mom.spec
@ -1,21 +1,19 @@
|
||||
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
||||
%{!?with_check: %global with_check 1}
|
||||
|
||||
%global package_version 0.6.1
|
||||
%global package_name mom
|
||||
%global package_version 0.6.2
|
||||
|
||||
Name: %{package_name}
|
||||
Version: 0.6.1
|
||||
Name: mom
|
||||
Version: 0.6.2
|
||||
Release: 1
|
||||
Summary: Dynamically manage system resources on virtualization hosts
|
||||
|
||||
License: GPLv2
|
||||
URL: http://www.ovirt.org
|
||||
Source: https://resources.ovirt.org/pub/src/%{name}/%{package_name}-%{package_version}.tar.gz
|
||||
URL: https://www.ovirt.org
|
||||
Source: https://resources.ovirt.org/pub/src/mom/mom-0.6.2.tar.gz
|
||||
BuildArch: noarch
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-nose
|
||||
BuildRequires: python3-six
|
||||
BuildRequires: python3-six
|
||||
|
||||
Requires(post): systemd
|
||||
Requires(preun): systemd
|
||||
@ -44,11 +42,11 @@ MOM supports control of memory ballooning and KSM but the architecture is
|
||||
designed to accommodate new mechanisms such as cgroups.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{package_name}-%{package_version}
|
||||
%setup -q -n mom-0.6.2
|
||||
|
||||
%build
|
||||
%configure \
|
||||
PYTHON="/usr/bin/python3" \
|
||||
PYTHON="python3" \
|
||||
--docdir="%{_pkgdocdir}"
|
||||
make %{?_smp_mflags}
|
||||
|
||||
@ -77,7 +75,7 @@ make check %{?_smp_mflags}
|
||||
%files
|
||||
%config(noreplace) %{_sysconfdir}/momd.conf
|
||||
%license COPYING
|
||||
%doc README
|
||||
%doc README.md
|
||||
|
||||
%dir %{_pkgdocdir}/examples
|
||||
%{_pkgdocdir}/examples/*
|
||||
@ -89,6 +87,9 @@ make check %{?_smp_mflags}
|
||||
%{python3_sitelib}/mom/
|
||||
|
||||
%changelog
|
||||
* Tue Mar 15 2022 wangdi <wangdi@kylinos.cn> - 0.6.2-1
|
||||
- Bump version to 0.6.2
|
||||
|
||||
* Tue Jul 06 2021 wangdi <wangdi@kylinos.cn> - 0.6.1-1
|
||||
- Bump version to 0.6.1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user