|
|
@ -1,16 +1,18 @@
|
|
|
|
Name: qclib
|
|
|
|
Name: qclib
|
|
|
|
Version: 2.3.2
|
|
|
|
Version: 2.5.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Summary: Library for extraction of system information for Linux on z Systems
|
|
|
|
Summary: Library for extraction of system information for Linux on z Systems
|
|
|
|
License: BSD
|
|
|
|
License: BSD-3-Clause
|
|
|
|
URL: https://github.com/ibm-s390-linux/qclib
|
|
|
|
URL: https://github.com/ibm-s390-linux/qclib
|
|
|
|
Source0: https://github.com/ibm-s390-linux/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
|
|
|
ExclusiveArch: s390 s390x
|
|
|
|
ExclusiveArch: s390 s390x
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: make
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: glibc-static
|
|
|
|
BuildRequires: glibc-static
|
|
|
|
BuildRequires: doxygen
|
|
|
|
BuildRequires: doxygen
|
|
|
|
BuildRequires: which
|
|
|
|
BuildRequires: which
|
|
|
|
|
|
|
|
# for EBCDIC to ASCII conversion
|
|
|
|
|
|
|
|
Requires: glibc-gconv-extra
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
%{summary}.
|
|
|
|
%{summary}.
|
|
|
@ -59,7 +61,7 @@ make DESTDIR=%{buildroot} DOCDIR=%{_docdir} installdoc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
%check
|
|
|
|
make test-sh test
|
|
|
|
QC_CHECK_CONSISTENCY=0 make test-sh test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
@ -82,25 +84,58 @@ make test-sh test
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Oct 17 2022 Dan Horák <dhorak@redhat.com> - 2.3.2-1
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 2.5.0-2
|
|
|
|
- updated to 2.3.2 (#2110411)
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
- Resolves: #2110411
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 29 2022 Dan Horák <dhorak@redhat.com> - 2.3.1-1
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 2.5.0-1
|
|
|
|
- updated to 2.3.1 (#2044214)
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
- Add Support for new IBM Z Hardware (#2044215)
|
|
|
|
|
|
|
|
- Resolves: #2044214 #2044215
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2.3.0-2
|
|
|
|
* Tue Jul 02 2024 Dan Horák <dhorak@redhat.com> - 2.5.0-1
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- updated to 2.5.0 (RHEL-24083)
|
|
|
|
Related: rhbz#1991688
|
|
|
|
- Resolves: RHEL-24083
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jun 03 2021 Dan Horák <dan[at]danny.cz> - 2.3.0-1
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 2.4.0-7
|
|
|
|
- updated to 2.3.0 (#1869549)
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
- Resolves: #1869549
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 2.2.1-3
|
|
|
|
* Tue Feb 06 2024 Dan Horák <dan[at]danny.cz> - 2.4.0-6
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
- add missing Requires
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-5
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-4
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Oct 30 2023 Dan Horák <dan[at]danny.cz> - 2.4.0-3
|
|
|
|
|
|
|
|
- work around a test failure (https://github.com/ibm-s390-linux/qclib/issues/2)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 13 2023 Dan Horák <dan[at]danny.cz> - 2.4.0-1
|
|
|
|
|
|
|
|
- updated to 2.4.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.2-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Sep 20 2022 Dan Horák <dan[at]danny.cz> - 2.3.2-1
|
|
|
|
|
|
|
|
- updated to 2.3.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.1-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Apr 27 2022 Dan Horák <dan[at]danny.cz> - 2.3.1-1
|
|
|
|
|
|
|
|
- updated to 2.3.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon May 03 2021 Dan Horák <dan[at]danny.cz> - 2.3.0-1
|
|
|
|
|
|
|
|
- updated to 2.3.0
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1-2
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|