EPEL2RHEL - New Wording? - New Workflow?
by Troy Dawson
Hi All,
EPEL2RHEL is part of the RHEL 8 and 9 new package workflow. When a RHEL
maintainer wants to add a package to RHEL 8 or 9 they start a "new package
workflow". There are several automations that happen when they start that
workflow. One of them is checking if the package is already in epel. If
it is, it creates a bugzilla against that package, and links that bug
against the EPEL2RHEL tracker. [1]
Remember, this check currently happens at the beginning of the new package
workflow. Before a package has been branched, built, or put into testing
repos.
Thus far, there are three problems.
1 - The wording can be confusing:
Subject: Remove <package> from epel9
Comment: This package is being added to RHEL 9.1 at the next minor release.
Please remove it from epel after the next RHEL minor release.
The subject sounds like it should be removed right now. Only if the
maintainer reads the comments do they see it should be removed after the
next release.
What is further confusing is if the package is coming out for a release
that has already happened. We just had one that said it was being added to
RHEL 8.6. The instructions clearly state that it should be removed after
RHEL 8.6 is released, and so it was removed.
2 - What about BuildRoot only packages.
If a RHEL package is a BuildRoot only package, they are fine being in
epel. But at the time the new package is requested, the scripts have no
way of knowing where the binary packages will end up.
Thus, it is possible that a package creates an EPEL2RHEL bug, that package
ends up being in RHEL BuildRoot only, and the epel maintainer removed the
package anyway.
3 - Race conditions
We already saw in RHEL 8.6 that race conditions exist. There were two
packages that were requested in epel and RHEL on the same week. Both
checked, didn't see anything, and then went along their proper path. Only
to find out that when RHEL 8.6 was released, we had duplicate packages in
epel8.
** Solution(s)
A - At the very least, we need to change the wording of the bugs. I am
proposing the following
Subject: Remove <package> from epel9 when rhel 9.1 is released
Comment: This package is being added to RHEL 9.1 at the next minor
release. After the next RHEL minor release, please verify this package was
released in RHEL, and if so remove it from epel9.
B - If possible, move the EPEL2RHEL check to later in the development
cycle. I would like it to be in the step where the packages get added to
BaseOS, AppStream, or CRB. That way we would know it isn't going to be a
BuildRoot only package, and it would reduce the time the bugs sit waiting.
I don't know if this is possible, but I'm going to ask.
C - ?? What if we only created the bugs on the tracker itself, and not the
individual packages ??
Would that be a good thing? Or would it irritate the maintainers?
Troy
[1] - https://bugzilla.redhat.com/show_bug.cgi?id=1998160
8 months, 1 week
EPEL 8: %__python3 == /usr/bin/python3 creates runtime problems with alternatives
by Miro Hrončok
Hello EPEL folks,
In EL 8, it is possible to change the "meaning" of /usr/bin/python3 because it
is managed by alternatives:
$ ls -l /usr/bin/python3
lrwxrwxrwx. ... /usr/bin/python3 -> /etc/alternatives/python3
And since %__python3 on EPEL 8 is set to /usr/bin/python3 by epel-rpm-macros:
$ rpm --eval '%__python3'
/usr/bin/python3
When packages have %py3_shebang_fix on EPEL 8:
%py3_shebang_fix %{buildroot}%{_bindir}/*
The shebengs have #!/usr/bin/python3 in them.
(This is done by %__brp_mangle_shebangs automatically, so even packages without
%py3_shebang_fix might be affected.)
But when the package has importable modules in %{python3_sitelib} or
%{python3_sitearch} or simply depends on other Python 3.6 modules, and the user
uses alternatives to change /usr/bin/python3 to e.g. python3.9, the script no
longer works.
I suppose the default value of %__python3 needs to be /usr/bin/python3.6 to
prevent this way of shooting the users to their legs.
(I apologize for letting the alternatives happen, but that ship has sailed a
long time ago. Fortunately, EL 9 no longer have this.)
--
Miro Hrončok
--
Phone: +420777974800
IRC: mhroncok
9 months, 2 weeks
Replace versioned MODULE_COMPAT_ requires by generators
by Jitka Plesnikova
Hi,
I am preparing replacement of versioned MODULE_COMPAT_ requires by
dependency generators.
More details about the change can be found in mail thread [1].
The dependency generator, which I have prepared for Fedora, does not
work for EPEL.
I would like to help maintainers who prefer one version of the spec file
for all releases,
if it is possible.
Could be the following file added to the package epel-rpm-macros (or
anything like this) for EPEL 9?
$ cat perlcompat.attr
%__perlcompat_requires() %{lua:
local path = rpm.expand('%1')
local perl_ver = rpm.expand('%{perl_version}')
if path:match('.+%.so$') and perl_ver ~= "" then
print('perl(:MODULE_COMPAT_' .. perl_ver .. ')')
else
print('perl-libs')
end
}
%__perlcompat_path
^(%{perl_vendorarch}|%{perl_vendorlib}|%{perl_privlib}|%{perl_archlib})/.+
But I don't know how to do it for EPEL 7/8, because the above file
doesn't work.
It ends with error [2]:
error: Couldn't exec perl-libs: No such file or directory
Do you have any idea if there is any other way how to provide
maintainers this functionality for EPEL 7/8?
Thanks for any advice,
Jitka
[1]
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.o...
[2]
https://download.copr.fedorainfracloud.org/results/jplesnik/perl-epel/cen...
--
Jitka Plesnikova
Senior Software Engineer
Red Hat
10 months, 1 week
Fedora EPEL 7 updates-testing report
by updates@fedoraproject.org
The following Fedora EPEL 7 Security updates need testing:
Age URL
7 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-65548d9891 w3m-0.5.3-58.git20220429.el7
The following builds have been pushed to Fedora EPEL 7 updates-testing
rsnapshot-1.4.5-1.el7
Details about builds:
================================================================================
rsnapshot-1.4.5-1.el7 (FEDORA-EPEL-2022-2405b0bf30)
Local and remote filesystem snapshot utility
--------------------------------------------------------------------------------
Update Information:
# rsnapshot 1.4.5 - Fix false directory conflict regression introduced with
rsnapshot 1.4.4 - Update HOWTO to talk about 'retain' instead of 'interval' -
Remove legacy Docbook files - Correct punctuation - Use `@prefix@` instead of
hardcoded value in `rsnapshot.conf.default.in` comment line
--------------------------------------------------------------------------------
ChangeLog:
* Fri Dec 30 2022 Robert Scheck <robert(a)fedoraproject.org> - 1.4.5-1
- Upgrade to 1.4.5 (#2156839)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2156839 - rsnapshot-1.4.5 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2156839
--------------------------------------------------------------------------------
11 months, 2 weeks
Fedora EPEL 8 updates-testing report
by updates@fedoraproject.org
The following builds have been pushed to Fedora EPEL 8 updates-testing
NetworkManager-l2tp-1.20.8-1.el8
mlpack-4.0.1-1.el8
nextcloud-client-3.2.4-4.el8
rsnapshot-1.4.5-1.el8
Details about builds:
================================================================================
NetworkManager-l2tp-1.20.8-1.el8 (FEDORA-EPEL-2022-339f2029cd)
NetworkManager VPN plugin for L2TP and L2TP/IPsec
--------------------------------------------------------------------------------
Update Information:
Updated to 1.20.8 release
--------------------------------------------------------------------------------
ChangeLog:
* Fri Dec 30 2022 Douglas Kosovic <doug(a)uq.edu.au> - 1.20.8-1
- Updated to 1.20.8 release
- Added conditional recommends for NetworManager-l2tp-gnome and plasma-nm-l2tp
- Added runstatedir=/run
--------------------------------------------------------------------------------
================================================================================
mlpack-4.0.1-1.el8 (FEDORA-EPEL-2022-187189673b)
Fast, header-only C++ machine learning library
--------------------------------------------------------------------------------
Update Information:
Update to latest stable version.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Dec 29 2022 Ryan Curtin <ryan(a)ratml.org> - 4.0.1-1
- Update to latest stable version.
--------------------------------------------------------------------------------
================================================================================
nextcloud-client-3.2.4-4.el8 (FEDORA-EPEL-2022-ad65068442)
The Nextcloud Client
--------------------------------------------------------------------------------
Update Information:
- rebuild for qt
--------------------------------------------------------------------------------
ChangeLog:
* Fri Dec 30 2022 Mukundan Ragavan <nonamedotc(a)gmail.com> - 3.2.4-4
- rebuild for qt
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2142655 - Rebuild nextcloud-client package for RH8.7 and new Qt version
https://bugzilla.redhat.com/show_bug.cgi?id=2142655
--------------------------------------------------------------------------------
================================================================================
rsnapshot-1.4.5-1.el8 (FEDORA-EPEL-2022-0fbed28656)
Local and remote filesystem snapshot utility
--------------------------------------------------------------------------------
Update Information:
# rsnapshot 1.4.5 - Fix false directory conflict regression introduced with
rsnapshot 1.4.4 - Update HOWTO to talk about 'retain' instead of 'interval' -
Remove legacy Docbook files - Correct punctuation - Use `@prefix@` instead of
hardcoded value in `rsnapshot.conf.default.in` comment line
--------------------------------------------------------------------------------
ChangeLog:
* Fri Dec 30 2022 Robert Scheck <robert(a)fedoraproject.org> - 1.4.5-1
- Upgrade to 1.4.5 (#2156839)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2156839 - rsnapshot-1.4.5 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2156839
--------------------------------------------------------------------------------
11 months, 2 weeks
Fedora EPEL 9 updates-testing report
by updates@fedoraproject.org
The following Fedora EPEL 9 Security updates need testing:
Age URL
0 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-1dfe84c7fe GitPython-3.1.30-1.el9
The following builds have been pushed to Fedora EPEL 9 updates-testing
NetworkManager-l2tp-1.20.8-1.el9
fastnetmon-1.2.1-5.20220528git420e7b8.el9
license-validate-17-1.el9
mlpack-4.0.1-1.el9
nextcloud-client-3.6.4-3.el9
python-paste-deploy-2.1.1-7.el9
rsnapshot-1.4.5-1.el9
Details about builds:
================================================================================
NetworkManager-l2tp-1.20.8-1.el9 (FEDORA-EPEL-2022-1787865c8d)
NetworkManager VPN plugin for L2TP and L2TP/IPsec
--------------------------------------------------------------------------------
Update Information:
Updated to 1.20.8 release
--------------------------------------------------------------------------------
ChangeLog:
* Fri Dec 30 2022 Douglas Kosovic <doug(a)uq.edu.au> - 1.20.8-1
- Updated to 1.20.8 release
- Added conditional recommends for NetworManager-l2tp-gnome and plasma-nm-l2tp
- Added runstatedir=/run
--------------------------------------------------------------------------------
================================================================================
fastnetmon-1.2.1-5.20220528git420e7b8.el9 (FEDORA-EPEL-2022-f2c1a6ca46)
DDoS detection tool with sFlow, Netflow, IPFIX and port mirror support
--------------------------------------------------------------------------------
Update Information:
Added build for EPEL 9 using same spec as for Fedora
--------------------------------------------------------------------------------
ChangeLog:
* Fri Dec 2 2022 Fabio Valentini <decathorpe(a)gmail.com> - 1.2.1-5.20220528git420e7b8
- Rebuild for capnproto 0.10.3 / CVE-2022-46149
* Tue Nov 29 2022 Neal Gompa <ngompa(a)fedoraproject.org> - 1.2.1-4.20220528git420e7b8
- Rebuild for capnproto 0.10.2
* Tue Aug 23 2022 Benjamin A. Beasley <code(a)musicinmybrain.net> - 1.2.1-3.20220528git420e7b8
- Rebuilt for abseil-cpp 20220623.0 and grpc 1.48.0
* Thu Jul 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.2.1-2.20220528git420e7b8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Sat May 28 2022 Pavel Odintsov <pavel.odintsov(a)gmail.com> - 1.2.1-1.20220528git420e7b8
- First RPM package release
--------------------------------------------------------------------------------
================================================================================
license-validate-17-1.el9 (FEDORA-EPEL-2022-de423de27f)
Validate SPEC license string
--------------------------------------------------------------------------------
Update Information:
use new format of fedora-license-data
--------------------------------------------------------------------------------
ChangeLog:
* Fri Dec 30 2022 Miroslav Such�� <msuchy(a)redhat.com> 17-1
- add python as BR
* Fri Dec 30 2022 Miroslav Such�� <msuchy(a)redhat.com> 16-1
- use correct legacy shortnames
* Fri Dec 30 2022 Miroslav Such�� <msuchy(a)redhat.com> 15-1
- use new format of fedora-licenses.json
* Wed Nov 16 2022 Miroslav Such�� <msuchy(a)redhat.com> 14-1
- stress the need to choose licesense when there is more options
* Thu Nov 10 2022 Miroslav Such�� <msuchy(a)redhat.com> 13-1
- add variation only if it not there yet
* Mon Oct 24 2022 Miroslav Such�� <msuchy(a)redhat.com> 12-1
- 2137269 - fedora2spdx: ignore licenses which does not have fedora abbrev
* Tue Oct 4 2022 Miroslav Such�� <msuchy(a)redhat.com> 11-1
- rebuild with new data
* Sat Sep 10 2022 Miroslav Such�� <msuchy(a)redhat.com> 10-1
- fix text of the license
- be more friendly when user pass invalid license
* Mon Jul 18 2022 Miroslav Such�� <msuchy(a)redhat.com> 9-1
- 2108165 - upper case AND/OR in resulting SPDX formula (msuchy(a)redhat.com)
* Sat Jun 4 2022 Miroslav Such�� <msuchy(a)redhat.com> 8-1
- do not require param for --old
* Sat Jun 4 2022 Miroslav Such�� <msuchy(a)redhat.com> 7-1
- BR fedora-license-data (msuchy(a)redhat.com)
* Sat Jun 4 2022 Miroslav Such�� <msuchy(a)redhat.com> 6-1
- add rawhide releaser
- validate using SPDX and introduce --old for previous behaviour
- migrate to fedora-license-data
- add helpers to generate list of licenses from fedora-license-data
* Fri Apr 22 2022 Miroslav Such�� <msuchy(a)redhat.com> 5-1
- 2077908 - add missing requires on rpminspect-data-fedora (msuchy(a)redhat.com)
- fix man page (msuchy(a)redhat.com)
* Wed Apr 6 2022 Miroslav Such�� <msuchy(a)redhat.com> 4-1
- add license-fedora2spdx to package
- add script to convert from Fedoras shortname to SPDX identifier
* Wed Jan 5 2022 Miroslav Such�� <msuchy(a)redhat.com> 3-1
- fixes for package review
- code cleanup
- catch all lark errors
- allow bad license with or operator
- add comment aboutlicense_item
- add general redistributable license
- add missing OFL license
- add scripts to check all fedora licenses
- add man page
- remove COMMENTS from grammar
* Sun Dec 26 2021 Miroslav Such�� <msuchy(a)redhat.com> 2-1
- correctly handle parenthesis (msuchy(a)redhat.com)
- grammar fixes (msuchy(a)redhat.com)
* Sun Dec 26 2021 Miroslav Such�� <msuchy(a)redhat.com> 1-1
- initial package
--------------------------------------------------------------------------------
================================================================================
mlpack-4.0.1-1.el9 (FEDORA-EPEL-2022-6e0d8888b4)
Fast, header-only C++ machine learning library
--------------------------------------------------------------------------------
Update Information:
Update to latest stable version.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Dec 29 2022 Ryan Curtin <ryan(a)ratml.org> - 4.0.1-1
- Update to latest stable version.
--------------------------------------------------------------------------------
================================================================================
nextcloud-client-3.6.4-3.el9 (FEDORA-EPEL-2022-c75a0c237a)
The Nextcloud Client
--------------------------------------------------------------------------------
Update Information:
add quickcontrols as dependency; main window opening should work on X and
wayland
--------------------------------------------------------------------------------
ChangeLog:
* Mon Dec 26 2022 Klaas Demter <Klaas-(a)users.noreply.github.com> 3.6.4-3
- Fix main window and drop qt patch
* Mon Dec 26 2022 Steven A. Falco <stevenfalco(a)gmail.com> 3.6.4-2
- Typo in xcb_3.6.4.patch
* Sun Dec 25 2022 Mukundan Ragavan <nonamedotc(a)gmail.com> 3.6.4-1
- Update to v3.6.4
* Thu Nov 24 2022 Mukundan Ragavan <nonamedotc(a)gmail.com> 3.6.2-1
- update to v3.6.2
* Thu Oct 20 2022 Mukundan Ragavan <nonamedotc(a)gmail.com> 3.6.1-1
- update to v3.6.1
* Sun Oct 9 2022 Mukundan Ragavan <nonamedotc(a)gmail.com> 3.6.0-3
- Add upstream patch to support nautilus 43; fixes bz#2131796
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2131206 - The main window will not open
https://bugzilla.redhat.com/show_bug.cgi?id=2131206
--------------------------------------------------------------------------------
================================================================================
python-paste-deploy-2.1.1-7.el9 (FEDORA-EPEL-2022-ce4fba4617)
Load, configure, and compose WSGI applications and servers
--------------------------------------------------------------------------------
Update Information:
First EPEL9 build of this package.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Jul 22 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.1.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint(a)redhat.com> - 2.1.1-6
- Rebuilt for Python 3.11
* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.1.1-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.1.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Thu Jun 3 2021 Python Maint <python-maint(a)redhat.com> - 2.1.1-3
- Rebuilt for Python 3.10
* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Nov 23 2020 Joel Capitao <jcapitao(a)redhat.com> - 2.1.1-1
- Update to 2.1.1 (#1887554)
* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.1.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rsnapshot-1.4.5-1.el9 (FEDORA-EPEL-2022-9dccecb7aa)
Local and remote filesystem snapshot utility
--------------------------------------------------------------------------------
Update Information:
# rsnapshot 1.4.5 - Fix false directory conflict regression introduced with
rsnapshot 1.4.4 - Update HOWTO to talk about 'retain' instead of 'interval' -
Remove legacy Docbook files - Correct punctuation - Use `@prefix@` instead of
hardcoded value in `rsnapshot.conf.default.in` comment line
--------------------------------------------------------------------------------
ChangeLog:
* Fri Dec 30 2022 Robert Scheck <robert(a)fedoraproject.org> - 1.4.5-1
- Upgrade to 1.4.5 (#2156839)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2156839 - rsnapshot-1.4.5 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2156839
--------------------------------------------------------------------------------
11 months, 2 weeks
Fedora EPEL 7 updates-testing report
by updates@fedoraproject.org
The following Fedora EPEL 7 Security updates need testing:
Age URL
6 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-65548d9891 w3m-0.5.3-58.git20220429.el7
The following builds have been pushed to Fedora EPEL 7 updates-testing
perl-Fsdb-3.1-1.el7
singularity-ce-3.10.4-2.el7
Details about builds:
================================================================================
perl-Fsdb-3.1-1.el7 (FEDORA-EPEL-2022-c0544d47a4)
A set of commands for manipulating flat-text databases from the shell
--------------------------------------------------------------------------------
Update Information:
See http://www.isi.edu/~johnh/SOFTWARE/FSDB/
--------------------------------------------------------------------------------
ChangeLog:
* Tue Nov 22 2022 John Heidemann <johnh(a)isi.edu> 3.1-1
- See http://www.isi.edu/~johnh/SOFTWARE/FSDB/
--------------------------------------------------------------------------------
================================================================================
singularity-ce-3.10.4-2.el7 (FEDORA-EPEL-2022-af1226941c)
Application and environment virtualization
--------------------------------------------------------------------------------
Update Information:
Add pivot provides/conflict of sif-runtime
--------------------------------------------------------------------------------
ChangeLog:
* Tue Dec 13 2022 Carl George <carl(a)george.computer> - 3.10.4-2
- Add pivot provides/conflict of sif-runtime
--------------------------------------------------------------------------------
11 months, 2 weeks
Fedora EPEL 8 updates-testing report
by updates@fedoraproject.org
The following Fedora EPEL 8 Security updates need testing:
Age URL
6 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-5564c168f5 w3m-0.5.3-58.git20220429.el8
The following builds have been pushed to Fedora EPEL 8 updates-testing
perl-Fsdb-3.1-1.el8
python-pystemd-0.11.0-1.el8
rdiff-backup-2.2.2-2.el8
rednotebook-2.28.1-1.el8
singularity-ce-3.10.4-2.el8
Details about builds:
================================================================================
perl-Fsdb-3.1-1.el8 (FEDORA-EPEL-2022-1745940a04)
A set of commands for manipulating flat-text databases from the shell
--------------------------------------------------------------------------------
Update Information:
See http://www.isi.edu/~johnh/SOFTWARE/FSDB/
--------------------------------------------------------------------------------
ChangeLog:
* Tue Nov 22 2022 John Heidemann <johnh(a)isi.edu> 3.1-1
- See http://www.isi.edu/~johnh/SOFTWARE/FSDB/
--------------------------------------------------------------------------------
================================================================================
python-pystemd-0.11.0-1.el8 (FEDORA-EPEL-2022-422f25e970)
A thin Cython-based wrapper on top of libsystemd
--------------------------------------------------------------------------------
Update Information:
Update `pystemd` to the latest upstream release. Changes: - native support
for stop_cmd, (pre|post)_start_cmd and post_stop_cmd in pystemd.run. - adding
lxml as a dependency. - drop support for python 3.4 and 3.5 (yey welcome
f-strings) - change using select.select to use DefaultSelector in pystemd.run
--------------------------------------------------------------------------------
ChangeLog:
* Tue Dec 6 2022 Davide Cavalca <dcavalca(a)fedoraproject.org> - 0.11.0-1
- Update to 0.11.0 (#2151054)
- Convert license tag to SPDX
* Fri Jul 22 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.10.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint(a)redhat.com> - 0.10.0-5
- Rebuilt for Python 3.11
* Mon Apr 11 2022 Davide Cavalca <dcavalca(a)fedoraproject.org> - 0.10.0-4
- Drop unnecessary BuildRequires for deprecated package
* Thu Apr 7 2022 Davide Cavalca <dcavalca(a)fedoraproject.org> - 0.10.0-3
- Add new upstream dependency to BuildRequires
* Fri Jan 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.10.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2151054 - python-pystemd-0.11.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2151054
--------------------------------------------------------------------------------
================================================================================
rdiff-backup-2.2.2-2.el8 (FEDORA-EPEL-2022-ac2d918fac)
Convenient and transparent local/remote incremental mirror/backup
--------------------------------------------------------------------------------
Update Information:
Bugfix Oops release v2.2.2 - Fedora/EPEL Release
--------------------------------------------------------------------------------
ChangeLog:
* Thu Dec 29 2022 Frank Crawford <frank(a)crawford.emu.id.au> - 2.2.2-2
- Bugfix Oops release v2.2.2 - Fedora/EPEL Release
* Thu Dec 29 2022 Frank Crawford <frank(a)crawford.emu.id.au> - 2.2.2-1
- Bugfix Oops release v2.2.2 - COPR Release
* Wed Dec 28 2022 Frank Crawford <frank(a)crawford.emu.id.au> - 2.2.1-1
- Bugfix release v2.2.1 - COPR Release
* Wed Dec 28 2022 Frank Crawford <frank(a)crawford.emu.id.au> - 2.2.0-3
- Patch to fix issue with function in debug mode
--------------------------------------------------------------------------------
================================================================================
rednotebook-2.28.1-1.el8 (FEDORA-EPEL-2022-df134629cb)
Daily journal with calendar, templates and keyword searching
--------------------------------------------------------------------------------
Update Information:
New upstream version 2.28.1. ---- New upstream version 2.28.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Dec 29 2022 Phil Wyett <philip.wyett(a)kathenas.org> - 2.28.1-1
- New upstream version 2.28.1
* Wed Dec 28 2022 Phil Wyett <philip.wyett(a)kathenas.org> - 2.28-1
- New upstream version 2.28
--------------------------------------------------------------------------------
================================================================================
singularity-ce-3.10.4-2.el8 (FEDORA-EPEL-2022-f9338e1f8b)
Application and environment virtualization
--------------------------------------------------------------------------------
Update Information:
Add pivot provides/conflict of sif-runtime
--------------------------------------------------------------------------------
ChangeLog:
* Tue Dec 13 2022 Carl George <carl(a)george.computer> - 3.10.4-2
- Add pivot provides/conflict of sif-runtime
--------------------------------------------------------------------------------
11 months, 2 weeks
Fedora EPEL 9 updates-testing report
by updates@fedoraproject.org
The following Fedora EPEL 9 Security updates need testing:
Age URL
6 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-e4e5ecabcf w3m-0.5.3-58.git20220429.el9
The following builds have been pushed to Fedora EPEL 9 updates-testing
GitPython-3.1.30-1.el9
hamlib-4.5.2-1.el9
innoextract-1.9-8.el9
keychain-2.8.5-6.el9
nfdump-1.7.1-1.el9
perl-Fsdb-3.1-1.el9
python-pystemd-0.11.0-1.el9
rdiff-backup-2.2.2-2.el9
rednotebook-2.28.1-1.el9
singularity-ce-3.10.4-2.el9
Details about builds:
================================================================================
GitPython-3.1.30-1.el9 (FEDORA-EPEL-2022-1dfe84c7fe)
Python Git Library
--------------------------------------------------------------------------------
Update Information:
Latest upstream release with security fix for CVE-2022-24439.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Dec 29 2022 Lubom��r Sedl���� <lsedlar(a)redhat.com> - 3.1.30-1
- Rebase to latest version
* Wed Jul 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.1.27-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint(a)redhat.com> - 3.1.27-2
- Rebuilt for Python 3.11
* Sat May 28 2022 Kevin Fenzi <kevin(a)scrye.com> - 3.1.27-1
- Update to 3.1.27. Fixes rhbz#2056218
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2151583 - CVE-2022-24439 GitPython: improper user input validation leads into a RCE
https://bugzilla.redhat.com/show_bug.cgi?id=2151583
--------------------------------------------------------------------------------
================================================================================
hamlib-4.5.2-1.el9 (FEDORA-EPEL-2022-b5f505fa81)
Run-time library to control radio transceivers and receivers
--------------------------------------------------------------------------------
Update Information:
Initial package for EL 9.
--------------------------------------------------------------------------------
ChangeLog:
* Sun Dec 25 2022 Richard Shaw <hobbes1069(a)gmail.com> - 4.5.2-1
- Update to 4.5.2.
* Mon Nov 7 2022 Richard Shaw <hobbes1069(a)gmail.com> - 4.5-1
- Update to 4.5.
* Thu Jul 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.4-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint <python-maint(a)redhat.com> - 4.4-4
- Rebuilt for Python 3.11
* Mon May 30 2022 Jitka Plesnikova <jplesnik(a)redhat.com> - 4.4-3
- Perl 5.36 rebuild
* Thu Jan 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Wed Dec 22 2021 Richard Shaw <hobbes1069(a)gmail.com> - 4.4-1
- Update to 4.4.
* Mon Oct 11 2021 Richard Shaw <hobbes1069(a)gmail.com> - 4.3.1-1
- Update to 4.3.1.
* Thu Jul 22 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Fri Jun 4 2021 Python Maint <python-maint(a)redhat.com> - 4.2-2
- Rebuilt for Python 3.10
* Sun May 30 2021 Richard Shaw <hobbes1069(a)gmail.com> - 4.2-1
- Update to 4.2.
* Fri May 21 2021 Jitka Plesnikova <jplesnik(a)redhat.com> - 4.1-2
- Perl 5.34 rebuild
* Mon Feb 1 2021 Richard Shaw <hobbes1069(a)gmail.com> - 4.1-1
- Update to 4.1.
* Tue Jan 26 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Fri Dec 25 2020 Richard Shaw <hobbes1069(a)gmail.com> - 4.0-2
- Add additional modes known to flrig but not hamlib.
* Fri Dec 25 2020 Richard Shaw <hobbes1069(a)gmail.com> - 4.0-1
- Update to 4.0 final.
--------------------------------------------------------------------------------
================================================================================
innoextract-1.9-8.el9 (FEDORA-EPEL-2022-c31a63b2ac)
Tool to extract installers created by Inno Setup
--------------------------------------------------------------------------------
Update Information:
first build for EPEL 9
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jul 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.9-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Wed May 4 2022 Thomas Rodgers <trodgers(a)redhat.com> - 1.9-7
- Rebuilt for Boost 1.78
* Thu Jan 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.9-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Aug 6 2021 Jonathan Wakely <jwakely(a)redhat.com> - 1.9-5
- Rebuilt for Boost 1.76
* Thu Jul 22 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.9-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.9-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Fri Jan 22 2021 Jonathan Wakely <jwakely(a)redhat.com> - 1.9-2
- Rebuilt for Boost 1.75
* Thu Dec 3 2020 Alexandre Detiste <alexandre(a)detiste.be> - 1.9-1
- New upstream release
* Wed Sep 23 2020 Jeff Law <law(a)redhat.com> - 1.8-7
- Use cmake_in_source_build to fix FTBFS due to recent cmake macro changes
* Sat Aug 1 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.8-6
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.8-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
keychain-2.8.5-6.el9 (FEDORA-EPEL-2022-1d707ab28c)
Agent manager for OpenSSH, ssh.com, Sun SSH, and GnuPG
--------------------------------------------------------------------------------
Update Information:
build keychain in epel9
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jul 21 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.8.5-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Jan 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.8.5-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Thu Jul 22 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.8.5-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.8.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.8.5-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2156140 - Please build keychain in epel9
https://bugzilla.redhat.com/show_bug.cgi?id=2156140
--------------------------------------------------------------------------------
================================================================================
nfdump-1.7.1-1.el9 (FEDORA-EPEL-2022-4c5b349970)
NetFlow collecting and processing tools
--------------------------------------------------------------------------------
Update Information:
**nfdump-1.7.1** This release fixes mostly bugs from 1.7.0 and is now the
recommended version for production. It works together with well advanced in
years NfSen 1.3.9 https://github.com/phaag/nfsen. Changelog: - Fix #394.
Event labeling - Implement #393 consistent logging - Remove extra ':' in
getopt of nfcapd - Add feature #391. Add country code aggregation - Fix
#392. Fix format options with IPv6 - Implement #390. Aggregation for GeoDB's
enriched AS data - Add OpenBSD pflog decoding in nfpcapd and nfdump - Fix
Ident change - Sync nfcapd, sfcapd code - Fix #389 receiving IPv4 on IPv6
socket in sfcapd - Fix #385 bug when compiled on i386 arch - 32bit alignment
- Fix #384 bug when compile with --enable-nsel - Implement #366 Linux
NFLOG link layer protocol in nfpcapd - Fix #381 pcap overwrite in nfpcapd
fixed - Fix #380 nbar string validation - Implement #377. Rework sampling
code in general. Switch to packet interval/space notation. Map older sampling to
new notation. - Fix #375 relative timestamps with sysUptime id 160 -
Rework nbar code. Use new array records and fix nbar bug in older versions. -
Fix #370. Help shows correct option -A - Fix #369. Legacy -M for NfSen works
again - Improve nbar handling. Add private enterprise number decoding -
Merge pull request #357 **nfdump-1.7.0** NFDUMP switches to new release 1.7.0
A lot of old code has beed remove, and was rewritten. nfdump-1.7.0 replaces
nfdump-1.6.x. A lot of code has been improved and new features have been added.
The nfpcapd collector has been reworked completely. It allows to merge pcap and
flow data. - nfdump is now a multi-threaded program and uses parallel
threads mainly for reading, writing and processing flows as well as for sorting.
This may result in a 2 to 3 times faster flow processing, depending on the
tasks. The speed improvement also heavily depends on the hardware (SSD/HD) and
flow compression option. - For netflow v9 and IPFIX, nfdump now supports
flexible length fields. This improves compatibility with some exporters such as
yaf and others. The netflow v9 decoder is more flexible in decoding. -
Support for Cisco Network Based Application Recognition (NBAR). - Supports
Maxmind geo location information to tag/geolocate IP addresses and AS numbers. -
nfpcapd automatically uses TPACKET_V3 for Linux or direct BPF sockets for *BSD.
This improves packet processing. It adds new options to collect MAC and VLAN
information as well as the first packet of the payload. - Metric exports: By
default, every 60s a flow summary statistics can be sent to a UNIX socket. The
corresponding program may be nfinflux to insert these metrics into an influxDB
or nfexporter for Prometheus monitoring.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Dec 29 2022 Denis Fateyev <denis(a)fateyev.com> - 1.7.1-1
- Update to version 1.7.1
* Fri Jul 22 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.6.24-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2131205 - nfdump-1.7.1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2131205
--------------------------------------------------------------------------------
================================================================================
perl-Fsdb-3.1-1.el9 (FEDORA-EPEL-2022-d2a8ba2e4f)
A set of commands for manipulating flat-text databases from the shell
--------------------------------------------------------------------------------
Update Information:
See http://www.isi.edu/~johnh/SOFTWARE/FSDB/
--------------------------------------------------------------------------------
ChangeLog:
* Tue Nov 22 2022 John Heidemann <johnh(a)isi.edu> 3.1-1
- See http://www.isi.edu/~johnh/SOFTWARE/FSDB/
--------------------------------------------------------------------------------
================================================================================
python-pystemd-0.11.0-1.el9 (FEDORA-EPEL-2022-d14ed8bc3a)
A thin Cython-based wrapper on top of libsystemd
--------------------------------------------------------------------------------
Update Information:
Update `pystemd` to the latest upstream release. Changes: - native support
for stop_cmd, (pre|post)_start_cmd and post_stop_cmd in pystemd.run. - adding
lxml as a dependency. - drop support for python 3.4 and 3.5 (yey welcome
f-strings) - change using select.select to use DefaultSelector in pystemd.run
--------------------------------------------------------------------------------
ChangeLog:
* Tue Dec 6 2022 Davide Cavalca <dcavalca(a)fedoraproject.org> - 0.11.0-1
- Update to 0.11.0 (#2151054)
- Convert license tag to SPDX
* Fri Jul 22 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 0.10.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2151054 - python-pystemd-0.11.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2151054
--------------------------------------------------------------------------------
================================================================================
rdiff-backup-2.2.2-2.el9 (FEDORA-EPEL-2022-653e93b8cd)
Convenient and transparent local/remote incremental mirror/backup
--------------------------------------------------------------------------------
Update Information:
Bugfix Oops release v2.2.2 - Fedora/EPEL Release
--------------------------------------------------------------------------------
ChangeLog:
* Thu Dec 29 2022 Frank Crawford <frank(a)crawford.emu.id.au> - 2.2.2-2
- Bugfix Oops release v2.2.2 - Fedora/EPEL Release
* Thu Dec 29 2022 Frank Crawford <frank(a)crawford.emu.id.au> - 2.2.2-1
- Bugfix Oops release v2.2.2 - COPR Release
* Wed Dec 28 2022 Frank Crawford <frank(a)crawford.emu.id.au> - 2.2.1-1
- Bugfix release v2.2.1 - COPR Release
* Wed Dec 28 2022 Frank Crawford <frank(a)crawford.emu.id.au> - 2.2.0-3
- Patch to fix issue with function in debug mode
--------------------------------------------------------------------------------
================================================================================
rednotebook-2.28.1-1.el9 (FEDORA-EPEL-2022-9846c046d7)
Daily journal with calendar, templates and keyword searching
--------------------------------------------------------------------------------
Update Information:
New upstream version 2.28.1. ---- New upstream version 2.28.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Dec 29 2022 Phil Wyett <philip.wyett(a)kathenas.org> - 2.28.1-1
- New upstream version 2.28.1
* Wed Dec 28 2022 Phil Wyett <philip.wyett(a)kathenas.org> - 2.28-1
- New upstream version 2.28
--------------------------------------------------------------------------------
================================================================================
singularity-ce-3.10.4-2.el9 (FEDORA-EPEL-2022-214e5fedb6)
Application and environment virtualization
--------------------------------------------------------------------------------
Update Information:
Add pivot provides/conflict of sif-runtime
--------------------------------------------------------------------------------
ChangeLog:
* Tue Dec 13 2022 Carl George <carl(a)george.computer> - 3.10.4-2
- Add pivot provides/conflict of sif-runtime
--------------------------------------------------------------------------------
11 months, 2 weeks