Update to 0.15.1
This commit is contained in:
parent
4c026cd8a2
commit
9f77b9113a
1
.gitignore
vendored
1
.gitignore
vendored
@ -47,3 +47,4 @@
|
||||
/createrepo_c-0.13.2.tar.gz
|
||||
/createrepo_c-0.14.1.tar.gz
|
||||
/createrepo_c-0.14.2.tar.gz
|
||||
/createrepo_c-0.15.1.tar.gz
|
||||
|
@ -35,8 +35,8 @@
|
||||
|
||||
Summary: Creates a common metadata repository
|
||||
Name: createrepo_c
|
||||
Version: 0.14.2
|
||||
Release: 3%{?dist}
|
||||
Version: 0.15.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
URL: https://github.com/rpm-software-management/createrepo_c
|
||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
@ -72,7 +72,7 @@ BuildRequires: bash-completion
|
||||
Requires: rpm >= 4.9.0
|
||||
%endif
|
||||
%if %{with drpm}
|
||||
BuildRequires: drpm-devel >= 0.1.3
|
||||
BuildRequires: drpm-devel >= 0.4.0
|
||||
%endif
|
||||
|
||||
%if 0%{?fedora} || 0%{?rhel} > 7
|
||||
@ -251,14 +251,23 @@ ln -sr %{buildroot}%{_bindir}/modifyrepo_c %{buildroot}%{_bindir}/modifyrepo
|
||||
%if %{with python2}
|
||||
%files -n python2-%{name}
|
||||
%{python2_sitearch}/%{name}/
|
||||
%{python2_sitearch}/%{name}-%{version}-py%{python2_version}.egg-info
|
||||
%endif
|
||||
|
||||
%if %{with python3}
|
||||
%files -n python3-%{name}
|
||||
%{python3_sitearch}/%{name}/
|
||||
%{python3_sitearch}/%{name}-%{version}-py%{python3_version}.egg-info
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Sep 17 2019 Ales Matej <amatej@redhat.com> - 0.15.1-1
|
||||
- Update to 0.15.1
|
||||
- Allow pip to see installation of python3-createrepo_c
|
||||
- Imporove documentation
|
||||
- Switch off timestamping of documentation to avoid file conflics for createrepo_c-devel i686/x86_64 parallel installation
|
||||
- Remove dependency on deltarpm in favour of drpm
|
||||
|
||||
* Sat Aug 17 2019 Miro Hrončok <mhroncok@redhat.com> - 0.14.2-3
|
||||
- Rebuilt for Python 3.8
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (createrepo_c-0.14.2.tar.gz) = 5d4190ce5edf64d2ed990ebecec6faf4716b6a5d801750f2447fbdcd81c7d76abb548e8f30571926ffdd3f00298b546b695a5e21904118ea95f0916d2cdcc200
|
||||
SHA512 (createrepo_c-0.15.1.tar.gz) = d7a601f2ee766cd56ea5b72a4b30c0b855c50fb490070e471dc7bdac84e33ef17ecc2facf3a733a89c0b3586c9b39bd66c684f5e82050ac9d4b285325c7fd854
|
||||
|
Loading…
Reference in New Issue
Block a user