diff --git a/createrepo_c-0.16.2.tar.gz b/createrepo_c-0.16.2.tar.gz deleted file mode 100644 index 996e8293d247fd1c176c0febc18a29a0e69ed913..0000000000000000000000000000000000000000 Binary files a/createrepo_c-0.16.2.tar.gz and /dev/null differ diff --git a/createrepo_c-0.17.6.tar.gz b/createrepo_c-0.17.6.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..8f44440466e2994f086f43d61d5eab40c3b7badf Binary files /dev/null and b/createrepo_c-0.17.6.tar.gz differ diff --git a/createrepo_c.spec b/createrepo_c.spec index bef5ed87c14ec36bb8ea4709aab0774e21892da8..95ca85415a01f70ac0805588f3952cfec7456bb3 100644 --- a/createrepo_c.spec +++ b/createrepo_c.spec @@ -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 +* Fri Dec 17 2021 yangzhuangzhuang - 0.17.6-1 +- update version to 0.17.6 + * Thu Jan 21 2021 yangzhuangzhuang - 0.16.2-1 - update 0.16.2