Compare commits

...

11 Commits

Author SHA1 Message Date
openeuler-ci-bot
223d1c453c
!23 Fix changelog to make it in descending chronological order
From: @panxh_purple 
Reviewed-by: @lvying6 
Signed-off-by: @lvying6
2022-09-02 07:39:40 +00:00
panxiaohe
cd88e1a00c Fix changelog to make it in descending chronological order 2022-09-02 10:00:56 +08:00
openeuler-ci-bot
9e129a47e9 !16 Compile with libmodulemd
From: @WangTsing-Yan
Reviewed-by: @overweight
Signed-off-by: @overweight
2021-11-18 12:32:44 +00:00
wangqing
c2adda5a9f Compile with libmodulemd
Signed-off-by: wangqing <wangqing@uniontech.com>
2021-11-16 10:19:28 +08:00
openeuler-ci-bot
90015fc21b !15 删除使用python2跑用例
From: @yang_zhuang_zhuang
Reviewed-by: @overweight
Signed-off-by: @overweight
2021-05-25 17:06:48 +08:00
yang_zhuang_zhuang
ec6ab27328 Deleted the use of Python2 to run testcases 2021-05-25 15:39:19 +08:00
openeuler-ci-bot
53bcb18857 !7 Update software to v0.16.0
Merge pull request !7 from chengquan/openEuler-20.03-LTS
2020-08-22 09:59:42 +08:00
chengquan
a23634510d Merge branch 'openEuler-20.03-LTS' of gitee.com:src-openeuler/createrepo_c into openEuler-20.03-LTS 2020-08-19 14:41:44 +08:00
openeuler-ci-bot
175cd44dd6 !9 rebuild for requirement package update
Merge pull request !9 from chenyaqiang/openEuler-20.03-LTS
2020-08-19 10:28:09 +08:00
chenyaqiang
b70c1f3faf rebuild for requirement package update 2020-08-18 20:30:08 +08:00
chengquan
d780c49ae7 Update software to v0.16.0 2020-08-03 14:50:39 +08:00
3 changed files with 21 additions and 19 deletions

Binary file not shown.

BIN
createrepo_c-0.16.0.tar.gz Normal file

Binary file not shown.

View File

@ -30,16 +30,12 @@
%bcond_without zchunk
%endif
%if 0%{?openEuler} || 0%{?rhel} || 0%{?fedora} < 29
%bcond_with libmodulemd
%else
%bcond_without libmodulemd
%endif
Summary: Creates a common metadata repository
Name: createrepo_c
Version: 0.15.0
Release: 5
Version: 0.16.0
Release: 4
License: GPLv2+
URL: https://github.com/rpm-software-management/createrepo_c
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
@ -74,7 +70,7 @@ BuildRequires: bash-completion
Requires: rpm >= 4.9.0
%endif
%if %{with drpm}
BuildRequires: drpm-devel >= 0.3.0
BuildRequires: drpm-devel >= 0.4.0
%endif
%if 0%{?openEuler} || 0%{?fedora} || 0%{?rhel} > 7
@ -166,18 +162,6 @@ popd
%endif
%check
%if %{with python2}
pushd build-py2
%if %{without python3}
# Compile C tests
make tests
%endif
# Run Python 2 tests
make ARGS="-V" test
popd
%endif
# Run Python 3 tests
%if %{with python3}
pushd build-py3
@ -262,6 +246,24 @@ ln -sr %{buildroot}%{_bindir}/modifyrepo_c %{buildroot}%{_bindir}/modifyrepo
%endif
%changelog
* Fri Sep 2 2022 panxiaohe <panxh.life@foxmail.com> - 0.16.0-4
- Fix changelog to make it in descending chronological order
* Tue Nov 16 2021 wangqing <wangqing@uniontech.com> - 0.16.0-3
- Compile with libmodulemd
* Tue May 25 2021 yangzhuangzhuang <yangzhuangzhuang1@huawei.com> - 0.16.0-2
- Deleted the use of Python2 to run testcases
* Sat Aug 22 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.16.0-1
- Update software to v0.16.0
* Tue Aug 18 2020 chenyaqiang <chenyaqiang@huawei.com> - 0.15.0-6
- Type:rebuild
- ID:NA
- SUG:NA
- DESC:rebuild for requirement package update
* Wed Apr 8 2020 openEuler Buildteam <buildteam@openeuler.org> - 0.15.0-5
- Type:bugfix
- ID:NA