update version to 0.17.6

This commit is contained in:
yang_zhuang_zhuang 2021-12-29 15:04:47 +08:00
parent b6558d2a13
commit c28d2ac1b4
3 changed files with 5 additions and 3 deletions

Binary file not shown.

BIN
createrepo_c-0.17.6.tar.gz Normal file

Binary file not shown.

View File

@ -32,7 +32,7 @@
Summary: Creates a common metadata repository
Name: createrepo_c
Version: 0.16.2
Version: 0.17.6
Release: 1
License: GPLv2+
URL: https://github.com/rpm-software-management/createrepo_c
@ -98,7 +98,6 @@ These development files are for easy manipulation with a repodata.
Summary: Python 3 bindings for the createrepo_c library
%{?python_provide:%python_provide python3-%{name}}
BuildRequires: python3-devel
BuildRequires: python3-nose
BuildRequires: python3-sphinx
Requires: createrepo_c
@ -112,7 +111,7 @@ Python 3 bindings for the createrepo_c library.
%build
# Build createrepo_c with Pyhon 3
%cmake -DPYTHON_DESIRED:FILEPATH=%{__python3} %{!?with_zchunk:-DWITH_ZCHUNK=OFF} %{!?with_libmodulemd:-DWITH_LIBMODULEMD=OFF}
%cmake -DPYTHON_DESIRED:FILEPATH=%{__python3} %{!?with_zchunk:-DWITH_ZCHUNK=OFF} %{!?with_libmodulemd:-DWITH_LIBMODULEMD=OFF} -DENABLE_DRPM=%{with_drpm:ON}%{!?with_drpm:OFF}
make %{?_smp_mflags} RPM_OPT_FLAGS="%{optflags}"
# Build C documentation
make doc-c
@ -179,6 +178,9 @@ ln -sr %{buildroot}%{_bindir}/modifyrepo_c %{buildroot}%{_bindir}/modifyrepo
%endif
%changelog
* Wed Dec 29 2021 yangzhuangzhuang <yangzhuangzhuang1@Huawei.com> - 0.17.6-1
- update version to 0.17.6
* Thu Jan 21 2021 yangzhuangzhuang <yangzhuangzhuang1@huawei.com> - 0.16.2-1
- update 0.16.2