!7 [sync] PR-5: 更新版本至0.6.2
From: @openeuler-sync-bot Reviewed-by: @jxy_git Signed-off-by: @jxy_git
This commit is contained in:
commit
18a23543bb
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}}
|
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
||||||
%{!?with_check: %global with_check 1}
|
%{!?with_check: %global with_check 1}
|
||||||
|
|
||||||
%global package_version 0.6.1
|
%global package_version 0.6.2
|
||||||
%global package_name mom
|
|
||||||
|
|
||||||
Name: %{package_name}
|
Name: mom
|
||||||
Version: 0.6.1
|
Version: 0.6.2
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Dynamically manage system resources on virtualization hosts
|
Summary: Dynamically manage system resources on virtualization hosts
|
||||||
|
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
URL: http://www.ovirt.org
|
URL: https://www.ovirt.org
|
||||||
Source: https://resources.ovirt.org/pub/src/%{name}/%{package_name}-%{package_version}.tar.gz
|
Source: https://resources.ovirt.org/pub/src/mom/mom-0.6.2.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-nose
|
BuildRequires: python3-six
|
||||||
BuildRequires: python3-six
|
|
||||||
|
|
||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
Requires(preun): 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.
|
designed to accommodate new mechanisms such as cgroups.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{package_name}-%{package_version}
|
%setup -q -n mom-0.6.2
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
PYTHON="/usr/bin/python3" \
|
PYTHON="python3" \
|
||||||
--docdir="%{_pkgdocdir}"
|
--docdir="%{_pkgdocdir}"
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -77,7 +75,7 @@ make check %{?_smp_mflags}
|
|||||||
%files
|
%files
|
||||||
%config(noreplace) %{_sysconfdir}/momd.conf
|
%config(noreplace) %{_sysconfdir}/momd.conf
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README
|
%doc README.md
|
||||||
|
|
||||||
%dir %{_pkgdocdir}/examples
|
%dir %{_pkgdocdir}/examples
|
||||||
%{_pkgdocdir}/examples/*
|
%{_pkgdocdir}/examples/*
|
||||||
@ -89,6 +87,9 @@ make check %{?_smp_mflags}
|
|||||||
%{python3_sitelib}/mom/
|
%{python3_sitelib}/mom/
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jul 06 2021 wangdi <wangdi@kylinos.cn> - 0.6.1-1
|
||||||
- Bump version to 0.6.1
|
- Bump version to 0.6.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user