diff --git a/mom-0.6.1.tar.gz b/mom-0.6.1.tar.gz deleted file mode 100644 index 4916cef..0000000 Binary files a/mom-0.6.1.tar.gz and /dev/null differ diff --git a/mom-0.6.2.tar.gz b/mom-0.6.2.tar.gz new file mode 100644 index 0000000..7d13f0d Binary files /dev/null and b/mom-0.6.2.tar.gz differ diff --git a/mom.spec b/mom.spec index fb0c3be..7e2a4b8 100644 --- a/mom.spec +++ b/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 - 0.6.2-1 +- Bump version to 0.6.2 + * Tue Jul 06 2021 wangdi - 0.6.1-1 - Bump version to 0.6.1