Compare commits
No commits in common. "dd4f0d3214c5fdcc7540a24ca9ef2ac418551bc7" and "a299630ef6fd28c63bf701b127bc9fa253ccd31f" have entirely different histories.
dd4f0d3214
...
a299630ef6
@ -1 +0,0 @@
|
|||||||
1
|
|
@ -34,8 +34,8 @@
|
|||||||
|
|
||||||
Summary: Creates a common metadata repository
|
Summary: Creates a common metadata repository
|
||||||
Name: createrepo_c
|
Name: createrepo_c
|
||||||
Version: 1.1.2
|
Version: 1.0.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: https://github.com/rpm-software-management/createrepo_c
|
URL: https://github.com/rpm-software-management/createrepo_c
|
||||||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
@ -51,7 +51,7 @@ BuildRequires: libcurl-devel
|
|||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: rpm-devel >= 4.8.0-28
|
BuildRequires: rpm-devel >= 4.8.0-28
|
||||||
BuildRequires: sqlite-devel >= 3.6.18
|
BuildRequires: sqlite-devel
|
||||||
BuildRequires: xz
|
BuildRequires: xz
|
||||||
BuildRequires: xz-devel
|
BuildRequires: xz-devel
|
||||||
BuildRequires: zlib-devel
|
BuildRequires: zlib-devel
|
||||||
@ -70,11 +70,7 @@ Requires: libmodulemd%{?_isa} >= %{libmodulemd_version}
|
|||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
Requires: %{name}-libs = %{epoch_dep}%{version}-%{release}
|
Requires: %{name}-libs = %{epoch_dep}%{version}-%{release}
|
||||||
%if 0%{?fedora} > 40 || 0%{?rhel} > 10
|
|
||||||
BuildRequires: bash-completion-devel
|
|
||||||
%else
|
|
||||||
BuildRequires: bash-completion
|
BuildRequires: bash-completion
|
||||||
%endif
|
|
||||||
Requires: rpm >= 4.9.0
|
Requires: rpm >= 4.9.0
|
||||||
%if %{with drpm}
|
%if %{with drpm}
|
||||||
BuildRequires: drpm-devel >= 0.4.0
|
BuildRequires: drpm-devel >= 0.4.0
|
||||||
@ -127,7 +123,7 @@ Python 3 bindings for the createrepo_c library.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
%py3_shebang_fix examples/python
|
|
||||||
mkdir build-py3
|
mkdir build-py3
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -202,44 +198,10 @@ ln -sr %{buildroot}%{_bindir}/modifyrepo_c %{buildroot}%{_bindir}/modifyrepo
|
|||||||
%{_includedir}/%{name}/
|
%{_includedir}/%{name}/
|
||||||
|
|
||||||
%files -n python3-%{name}
|
%files -n python3-%{name}
|
||||||
%doc examples/python/*
|
|
||||||
%{python3_sitearch}/%{name}/
|
%{python3_sitearch}/%{name}/
|
||||||
%{python3_sitearch}/%{name}-%{version}-py%{python3_version}.egg-info
|
%{python3_sitearch}/%{name}-%{version}-py%{python3_version}.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed May 29 2024 Petr Pisar <ppisar@redhat.com> - 1.1.2-1
|
|
||||||
- 1.1.2 bump (RHEL-38831)
|
|
||||||
|
|
||||||
* Tue May 28 2024 Petr Pisar <ppisar@redhat.com> - 1.1.1-1
|
|
||||||
- 1.1.1 bump (RHEL-38831)
|
|
||||||
- Package Python examples
|
|
||||||
|
|
||||||
* Tue Feb 20 2024 Jan Kolarik <jkolarik@redhat.com> - 1.0.4-1
|
|
||||||
- Update to 1.0.4 (RHEL-38831)
|
|
||||||
- Extend the --compatibility flag to cover other defaults
|
|
||||||
- mergerepo_c and modifyrepo_c now make "pretty" indented xml
|
|
||||||
- Fix building due to bash-completion repackaging
|
|
||||||
|
|
||||||
* Fri Jan 26 2024 Jan Kolarik <jkolarik@redhat.com> - 1.0.3-1
|
|
||||||
- Update to 1.0.3
|
|
||||||
- Set compression level 10 for zstd and zck
|
|
||||||
- Introduce new --no-pretty option to reduce metadata size
|
|
||||||
- Use gzip compression by default when --compatibility is specified
|
|
||||||
- Default changelog limit restored for --compatibility
|
|
||||||
- Use epoch-friendly sub-package interdependencies
|
|
||||||
- Enable sqlite shared cache on connection level
|
|
||||||
- Fix const-correctness with libxml2-2.12.0
|
|
||||||
- Allow specifying zck compression only
|
|
||||||
|
|
||||||
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-5
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.2-4
|
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
||||||
|
|
||||||
* Fri Nov 24 2023 Petr Pisar <ppisar@redhat.com> - 1.0.2-3
|
|
||||||
- Restore compatiblity with libxml2-2.12.0
|
|
||||||
|
|
||||||
* Wed Nov 15 2023 Jan Kolarik <jkolarik@redhat.com> - 1.0.2-2
|
* Wed Nov 15 2023 Jan Kolarik <jkolarik@redhat.com> - 1.0.2-2
|
||||||
- Keep support for DRPM until Fedora 45 for infrastructure building
|
- Keep support for DRPM until Fedora 45 for infrastructure building
|
||||||
|
|
||||||
|
@ -1,6 +0,0 @@
|
|||||||
--- !Policy
|
|
||||||
product_versions:
|
|
||||||
- rhel-10
|
|
||||||
decision_context: osci_compose_gate
|
|
||||||
rules:
|
|
||||||
- !PassingTestCaseRule {test_case_name: osci.brew-build./plans/internal/CI-Tier-1.functional}
|
|
@ -1,15 +0,0 @@
|
|||||||
summary: Internal CI-Tier-1 tests plan
|
|
||||||
discover:
|
|
||||||
- name: createrepo_c
|
|
||||||
how: fmf
|
|
||||||
filter: 'tag: CI-Tier-1'
|
|
||||||
url: https://pkgs.devel.redhat.com/git/tests/createrepo_c
|
|
||||||
- name: createrepo
|
|
||||||
how: fmf
|
|
||||||
filter: 'tag: CI-Tier-1'
|
|
||||||
url: https://pkgs.devel.redhat.com/git/tests/createrepo
|
|
||||||
execute:
|
|
||||||
how: tmt
|
|
||||||
adjust:
|
|
||||||
enabled: false
|
|
||||||
when: distro == centos-stream or distro == fedora
|
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (createrepo_c-1.1.2.tar.gz) = ffb811f28534e6bc1551602f8ba94d0e524e2ad2304dd608210588dbff7c60502660e3367e52927eba5ee03a8dd3f5eeea7f8450fc8c4e8aecced9bb349656fe
|
SHA512 (createrepo_c-1.0.2.tar.gz) = b4ceba2f0b558843bdc04be30a10ffb785eea0beb6e1f1efe7373b2a47c8aba554f1a881194c02d1b3980332912d92aa84fdda079324b60c2d57c55e43fa9eb6
|
||||||
|
Loading…
Reference in New Issue
Block a user