* Mon Jan 27 2025 Jean-Philippe Pialasse <jpp@koozali.org> 3.4.3-168.3.sme

-  import python2-yum and python2-rpmUtils in SME 11
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
  by assuming the date is correct and changing the weekday.
  Thu Oct 06 2017 --> Thu Oct 05 2017 or Fri Oct 06 2017 or Thu Oct 12 2017 or ....
This commit is contained in:
Jean-Philippe Pialasse 2025-01-27 22:31:23 -05:00
parent 5c6588b682
commit e083cae813

View File

@ -31,7 +31,7 @@
Summary: Python 2 yum modules
Name: python2-yum
Version: 3.4.3
Release: 168.2%{?dist}
Release: 168.3%{?dist}
License: GPLv2+
Group: System Environment/Base
Source0: http://yum.baseurl.org/download/3.4/%{namer}-%{version}.tar.gz
@ -480,6 +480,12 @@ rm -f $RPM_BUILD_ROOT/%{_unitdir}/yum-cron.service
%changelog
* Mon Jan 27 2025 Jean-Philippe Pialasse <jpp@koozali.org> 3.4.3-168.3.sme
- import python2-yum and python2-rpmUtils in SME 11
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
by assuming the date is correct and changing the weekday.
Thu Oct 06 2017 --> Thu Oct 05 2017 or Fri Oct 06 2017 or Thu Oct 12 2017 or ....
* Sun Apr 03 2022 Peter Ajamian <pj@ghettoforge.org> - 3.4.3-168.2
- python-backports-lzma compatibility.
- Fix dependancies
@ -581,7 +587,7 @@ rm -f $RPM_BUILD_ROOT/%{_unitdir}/yum-cron.service
- Add usercache config option.
- Resolves: bug#1432319
* Thu Oct 06 2017 Valentina Mukhamedzhanova <vmukhame@redhat.com> - 3.4.3-155
* Thu Oct 05 2017 Valentina Mukhamedzhanova <vmukhame@redhat.com> - 3.4.3-155
- Don't pollute stderr in FIPS mode.
- Resolves: bug#1287610
- Don't require enabled repos for URL installs.