Compare commits
No commits in common. "c8" and "c9s" have entirely different histories.
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/libcomps-0.1.18.tar.gz
|
||||
/libcomps-*.tar.gz
|
||||
|
@ -1 +0,0 @@
|
||||
a05f4e53d6bf80b5ffee70957c946cfaf384cc3c SOURCES/libcomps-0.1.18.tar.gz
|
6
gating.yaml
Normal file
6
gating.yaml
Normal file
@ -0,0 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-9
|
||||
decision_context: osci_compose_gate
|
||||
rules:
|
||||
- !PassingTestCaseRule {test_case_name: baseos-ci.brew-build.tier1-gating.functional}
|
@ -50,6 +50,7 @@ Documentation files for python bindings libcomps library.
|
||||
%package -n python3-%{name}
|
||||
Summary: Python 3 bindings for libcomps library
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: make
|
||||
%{?python_provide:%python_provide python3-%{name}}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
Obsoletes: platform-python-%{name} < %{version}-%{release}
|
||||
@ -58,7 +59,7 @@ Obsoletes: platform-python-%{name} < %{version}-%{release}
|
||||
Python3 bindings for libcomps library.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
%autosetup -p1 -n %{name}-%{version}
|
||||
|
||||
mkdir build-py3
|
||||
mkdir build-doc
|
||||
@ -114,41 +115,94 @@ popd
|
||||
%{python3_sitearch}/%{name}-%{version}-py%{python3_version}.egg-info
|
||||
|
||||
%changelog
|
||||
* Tue Nov 09 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 0.1.18-1
|
||||
* Mon Oct 25 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 0.1.18-1
|
||||
- Update to 0.1.18
|
||||
- Fix issues detected by static analyzers
|
||||
- Don't print empty requires
|
||||
- Remove Python 2 support
|
||||
|
||||
* Fri May 21 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 0.1.16-2
|
||||
- Backport patch: Don't print empty requires
|
||||
* Mon Aug 16 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 0.1.16-4
|
||||
- Fix issues detected by static analyzers
|
||||
|
||||
* Fri Apr 30 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 0.1.16-1
|
||||
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.16-3
|
||||
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||
Related: rhbz#1991688
|
||||
|
||||
* Tue Apr 27 2021 Pavla Kratochvilova <pkratoch@redhat.com> - 0.1.16-1
|
||||
- Update to 0.1.16
|
||||
- Make inline function __comps_objmrtree_all also static (RhBug:1793424)
|
||||
- Fix a crash when clearing COMPS_ObjRTree (RhBug:1888343)
|
||||
- Fix memory leaks and resource leaks
|
||||
- Fix: Check result "comps_parse_parsed_init()"
|
||||
|
||||
* Thu Jan 14 2021 Nicola Sella <nsella@redhat.com> - 0.1.11-5
|
||||
- Use already implemented clear for COMPS_HSList (RhBug:1888343)
|
||||
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.1.15-7
|
||||
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
||||
|
||||
* Mon Jan 13 2020 Ales Matej <amatej@redhat.com> - 0.1.11-4
|
||||
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.15-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||
|
||||
* Fri Aug 07 2020 Nicola Sella <nsella@redhat.com> - 0.1.15-5
|
||||
- spec: Fix building with new cmake macros
|
||||
|
||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.15-4
|
||||
- Second attempt - Rebuilt for
|
||||
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.15-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||
|
||||
* Fri May 22 2020 Miro Hrončok <mhroncok@redhat.com> - 0.1.15-2
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
* Wed Apr 01 2020 Ales Matej <amatej@redhat.com> - 0.1.15-1
|
||||
- Update to 0.1.15
|
||||
- Do not skip type=mandatory in xml output (RhBug:1771224)
|
||||
|
||||
* Wed Nov 13 2019 Ales Matej <amatej@redhat.com> - 0.1.11-3
|
||||
- Fix segfault caused by empty dict created by *_by_lang in python api (RhBug:1757959)
|
||||
* Fri Jan 31 2020 Ales Matej <amatej@redhat.com> - 0.1.14-4
|
||||
- Fix global header variable defined without extern for gcc-10
|
||||
|
||||
* Thu Aug 01 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 0.1.11-2
|
||||
- Backport patch: Fix order of asserts in unit test (RhBug:1713220)
|
||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.14-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||
|
||||
* Mon May 13 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 0.1.11-1
|
||||
* Sat Dec 14 2019 Jeff Law <law@redhat.com> - 0.1.14-2
|
||||
- Fix inline vs static inline issue for gcc-10
|
||||
|
||||
* Fri Nov 29 2019 Ales Matej <amatej@redhat.com> - 0.1.14-1
|
||||
- Update to 0.1.14
|
||||
|
||||
* Fri Nov 29 2019 Ales Matej <amatej@redhat.com> - 0.1.12-1
|
||||
- Update to 0.1.12
|
||||
|
||||
* Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.1.11-5
|
||||
- Rebuilt for Python 3.8.0rc1 (#1748018)
|
||||
|
||||
* Thu Aug 15 2019 Miro Hrončok <mhroncok@redhat.com> - 0.1.11-4
|
||||
- Rebuilt for Python 3.8
|
||||
|
||||
* Wed Jul 31 2019 Miro Hrončok <mhroncok@redhat.com> - 0.1.11-3
|
||||
- Fix Python method descriptors for Python 3.8 (#1734777)
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.11-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
* Mon Mar 11 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 0.1.11-1
|
||||
- Update to 0.1.11
|
||||
|
||||
* Thu Dec 13 2018 Daniel Mach <dmach@redhat.com> - 0.1.8-13
|
||||
- Fix resource leaks, double free, unused code, optimize
|
||||
- Resolves: rhbz#1606974
|
||||
* Wed Feb 13 2019 Pavla Kratochvilova <pkratoch@redhat.com> - 0.1.10-1
|
||||
- Update to 0.1.10
|
||||
|
||||
* Mon Jun 25 2018 Lumír Balhar <lbalhar@redhat.com> - 0.1.8-12
|
||||
- Disable Python 2 subpackage (and dependent) by default
|
||||
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
* Tue Nov 27 2018 Marek Blaha <mblaha@redhat.com> - 0.1.8-15
|
||||
- Disable Python 2 bindings for Fedora >= 30
|
||||
|
||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.8-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
* Fri Jun 15 2018 Miro Hrončok <mhroncok@redhat.com> - 0.1.8-13
|
||||
- Rebuilt for Python 3.7
|
||||
|
||||
* Tue Feb 20 2018 Iryna Shcherbina <ishcherb@redhat.com> - 0.1.8-12
|
||||
- Update Python 2 dependency declarations to new packaging standards
|
||||
(See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.8-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
Loading…
Reference in New Issue
Block a user