Compare commits
11 Commits
8ca275de7c
...
223d1c453c
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
223d1c453c | ||
|
|
cd88e1a00c | ||
|
|
9e129a47e9 | ||
|
|
c2adda5a9f | ||
|
|
90015fc21b | ||
|
|
ec6ab27328 | ||
|
|
53bcb18857 | ||
|
|
a23634510d | ||
|
|
175cd44dd6 | ||
|
|
b70c1f3faf | ||
|
|
d780c49ae7 |
Binary file not shown.
BIN
createrepo_c-0.16.0.tar.gz
Normal file
BIN
createrepo_c-0.16.0.tar.gz
Normal file
Binary file not shown.
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user