My zabbix40 build for epel8 failed:
https://koji.fedoraproject.org/koji/taskinfo?taskID=37041678
DEBUG util.py:585: BUILDSTDERR: Error:
DEBUG util.py:585: BUILDSTDERR: Problem: conflicting requests
DEBUG util.py:585: BUILDSTDERR: - nothing provides libssh2(x86-64) =
1.8.0-7.module+el8+2833+c7d6d092 needed by
libssh2-devel-1.8.0-7.module+el8+2833+c7d6d092.x86_64
On my RHEL8 VM:
# dnf repoquery --whatprovides 'libssh2(x86-64) =
1.8.0-7.module+el8+2833+c7d6d092'
libssh2-0:1.8.0-7.module+el8+2833+c7d6d092.x86_64
There appear to be 3 different libssh2 builds:
libssh2.x86_64 1.8.0-7.module+el8.0.0.z+3418+a72cf898.1
rhel-8-for-x86_64-appstream-rpms
libssh2.x86_64 1.8.0-7.module+el8.0.0+3075+09be6b65.1
rhel-8-for-x86_64-appstream-rpms
libssh2.x86_64 1.8.0-7.module+el8+2833+c7d6d092
rhel-8-for-x86_64-appstream-rpms
Is it possible that an odd combination of them are ending up in the EPEL8
buildroot?
The other odd thing is that I cannot install libssh2-devel on my RHEL8 vm
because it does not appear to exist:
# dnf install libssh2-devel
Updating Subscription Management repositories.
Last metadata expiration check: 0:07:30 ago on Wed 14 Aug 2019 03:50:13 PM EDT.
No match for argument: libssh2-devel
I've got Code Ready Builder enabled. Anything else needed?
repo id repo name
status
codeready-builder-for-rhel-8-x86_64-rpms Red Hat CodeReady Linux Builder for
RHEL 8 x86_64 ( 1,497
epel Extra Packages for Enterprise Linux 8
- x86_64 310
epel-testing Extra Packages for Enterprise Linux 8
- Testing - x 202
rhel-8-for-x86_64-appstream-rpms Red Hat Enterprise Linux 8 for x86_64
- AppStream ( 5,739
rhel-8-for-x86_64-baseos-rpms Red Hat Enterprise Linux 8 for x86_64
- BaseOS (RPM 2,097
rhel-8-for-x86_64-supplementary-rpms Red Hat Enterprise Linux 8 for x86_64
- Supplementa 20
--
Orion Poplawski
Manager of NWRA Technical Systems 720-772-5637
NWRA, Boulder/CoRA Office FAX: 303-415-9702
3380 Mitchell Lane orion(a)nwra.com
Boulder, CO 80301 https://www.nwra.com/
As you know, we delayed support of Modularity in EPEL (called
Application Streams in RHEL) until 8.1 while we worked out some
remaining issues. Some of those issues were technical, but we have a
few others that will come down to policy. In particular, EPEL has to
deal with something Fedora does not: the possibility that it could
come into conflict with streams from the official Red Hat Application
Streams.
I'm going to try to enumerate in this email some of the cases I can
think of that might need attention, as well as providing my
recommendations for what policy we should set in EPEL.
Case 1: EPEL ships a module "foo" with stream "baz" (aka "foo:baz").
This is an alternative stream to RHEL AppStream, which ships
"foo:bar". In a new minor release, RHEL AppStream starts also shipping
"foo:baz".
Case 2: EPEL ships a module "foo:baz". RHEL AppStream does not ship
the module"foo" at all. In a new minor release, RHEL AppStream starts
also shipping "foo:baz".
Case 3: EPEL ships a module "foo:baz". RHEL AppStream does not ship
the module "foo" at all. In a new minor release, RHEL AppStream starts
also shipping "foo:bar".
Case 4: EPEL ships a module "foo:baz". AppStream ships the module
"foo" and has "foo:bar" declared as the default stream.
Case 5: EPEL ships a module "foo:baz". AppStream ships the module
"foo" and has no default stream specified for the "foo" module.
Case 6: EPEL ships a module "foo:baz" that wants to set the default
profile of the "baz" stream to "client". AppStream does not ship the
module "foo".
Case 7: EPEL ships a module "foo:baz" that wants to set the default
profile of the "baz" stream to "client". AppStream ships the module
"foo" and has a default profile set for the "bar" stream.
So lets's break these down. The first three cases are all very
similar. They address the situation where we have both RHEL and EPEL
attempting to own the same name within a namespace (module). My
recommendation here is that we require EPEL module streams to be
prefixed with "epel-". Then, even if RHEL AppStream starts shipping a
stream of the same name, there will be no namespace collision. There
is another benefit as well: it will be easy to tell at a glance
whether a particular stream is from RHEL AppStream (and therefore
supported by Red Hat) or if it comes from EPEL, with only volunteer
community support.
The cases involving default module streams are a bit more complicated.
Making a module stream a "default stream" effectively means that its
contents are treated like the non-modular EPEL 8 contents, except that
installing one of them means that the stream becomes enabled. We need
to figure out, however, whether we should allow EPEL to set default
streams at all. The major issue is that if RHEL later starts shipping
this module and wants to set a default stream, we now have a conflict
to resolve. From a technological standpoint, it can be done: Red Hat
will need to ship the defaults object metadata with a `data.version`
value higher than the one shipped in EPEL. Yum will then prefer that
version over the one in EPEL. A slight risk occurs here if EPEL ships
an update to the defaults data that bumps the version higher again,
but that's really no different than today when someone pushes a
package build to EPEL that ends up in RHEL with a lower version at a
point release.
Things get dicier when we add in the concept of the default profiles,
though. The design of the module defaults metadata did not entirely
take the split repo ownership into account (my fault). So we
essentially have a single YAML document in the metadata that
identifies the default stream and the default profiles for each stream
in the module. Now, there's some leeway here: I did consider the
updates[-testing] use-case, so in the event that two repos both
contain defaults for a module, they can be merged[1] in many cases. If
they have the same `data.version` value, so long as the provided
profiles do not conflict, they will just be merged together. If they
have differing `data.version` values, the higher one will win.
So, I see the following options for how to handle default streams in RHEL 8
Option 1: We disallow assigning default streams at all within EPEL 8.
This will protect us against a future change where RHEL wants to set a
default. Additionally, it means that all EPEL modules are explicitly
opt-in and so we don't ever surprise anyone.
Option 2: We allow making EPEL streams the default stream if RHEL does
not currently provide a default stream. We set strict policy regarding
what a default stream may contain (such as "must not replace any
package provided by RHEL 8"). If RHEL later decides to set a default
for this stream, the RHEL release engineering must ensure that the
`data.version` value is higher than what EPEL 8 carries.
I'm somewhat more in favor of Option 1 here, mostly because it
minimizes the chance of conflicts and ensures the opt-in nature of
EPEL. But I'm willing to hear counter-arguments.
For default profiles, we have some options as well:
Option 1: We disallow setting default profiles for EPEL streams. Pros:
no risk of conflict with RHEL, should they now or in the future
provide defaults for some streams of this module. Cons: `yum module
install foo[:bar]` would not work (they would need to do `yum module
install foo[:bar]/profilename`) and would likely irritate users.
Option 2: We allow setting default profiles for EPEL streams. We take
advantage of the defaults merging logic and ensure that if we need to
supplement RHEL AppStream's defaults content, we must ship a
modulemd-defaults document of the same `data.version`. This will allow
them to be merged cleanly. Pros: Optimum user experience (they get the
default profiles installed when they use the simplified install
command). Cons: We need to constantly monitor each RHEL AppStream
release and ensure that we aren't ever overriding (or being overridden
by) RHEL.
I think Option 2 is the better choice here (fewer angry users is a
good thing), but I worry a bit about the maintenance burden of keeping
track of the `data.version` values and ensuring they stay in sync. I
think we can probably automate a good deal of this, though.
Comments and feedback are highly desirable.
[1] See https://fedora-modularity.github.io/libmodulemd/latest/modulemd-2.0-Modulem…
for a detailed description of how defaults are merged.
Hi,
I released new version of Mock and mock-core-configs. For full release notes see:
https://github.com/rpm-software-management/mock/wiki/Release-Notes-1.4.18
I just submitted packages to Bodhi.
I would like to point two things here:
1) It should fixes all those issues you reported in past days (selinux, rprivate, groupadd).
2) Mock now supports subscription-manager, which allows you to build packages for RHEL with cost-free developer license.
No need to wait for CentOS 8.
Big thanks to Pavel Raiskup who done those two things.
--
Miroslav Suchy, RHCA
Red Hat, Associate Manager ABRT/Copr, #brno, #fedora-buildsys
The following Fedora EPEL 6 Security updates need testing:
Age URL
3 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-af80b147c4 python-mitogen-0.2.8-1.el6
0 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-54cf4d603d seamonkey-2.49.5-1.el6
The following builds have been pushed to Fedora EPEL 6 updates-testing
nsd-4.2.2-1.el6
sslsplit-0.5.5-1.el6
Details about builds:
================================================================================
nsd-4.2.2-1.el6 (FEDORA-EPEL-2019-0ba49c0abc)
Fast and lean authoritative DNS Name Server
--------------------------------------------------------------------------------
Update Information:
Resolves: rhbz#1609774 nsd-4.2.2 is available
--------------------------------------------------------------------------------
ChangeLog:
* Fri Aug 30 2019 Paul Wouters <pwouters(a)redhat.com> - 4.2.2-1
- Resolves: rhbz#1609774 nsd-4.2.2 is available
- Resolves: rhbz#1727689 CVE-2019-13207 nsd: stack-based overflow
- Updated nsd.conf for new features
- Added --enable-recvmmsg --enable-packed --enable-memclean --enable-zone-stats --enable-ratelimit --enable-pie --enable-relro-now
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1609774 - nsd-4.2.2 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1609774
[ 2 ] Bug #1727689 - CVE-2019-13207 nsd: stack-based overflow in function dname_concatenate() in dname.c [fedora-all]
https://bugzilla.redhat.com/show_bug.cgi?id=1727689
--------------------------------------------------------------------------------
================================================================================
sslsplit-0.5.5-1.el6 (FEDORA-EPEL-2019-1a5005e893)
Transparent and scalable SSL/TLS interception
--------------------------------------------------------------------------------
Update Information:
Resolves: rhbz#1534305 sslsplit-0.5.5 is available
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1534305 - sslsplit-0.5.5 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1534305
--------------------------------------------------------------------------------
The following Fedora EPEL 8 Security updates need testing:
Age URL
6 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-fabd190d13 clamav-0.101.4-1.el8
The following builds have been pushed to Fedora EPEL 8 updates-testing
R-3.6.1-1.el8
R-rpm-macros-1.1.0-2.el8
aspell-sk-2.02-2.el8
java-latest-openjdk-12.0.2.9-1.rolling.el8
libnss-mysql-1.5-35.el8
python-pykwalify-1.7.0-4.el8
python-xlrd-1.2.0-3.el8
rpki-client-0.2.0-1.el8
sagator-2.0.0-0.beta34.el8
zabbix40-4.0.11-2.el8
Details about builds:
================================================================================
R-3.6.1-1.el8 (FEDORA-EPEL-2019-16908d432e)
A language for data analysis and graphics
--------------------------------------------------------------------------------
Update Information:
Update R to 3.6.1.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1744723 - R-devel requires R-rpm-macros
https://bugzilla.redhat.com/show_bug.cgi?id=1744723
[ 2 ] Bug #1727281 - R-3.6.1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1727281
--------------------------------------------------------------------------------
================================================================================
R-rpm-macros-1.1.0-2.el8 (FEDORA-EPEL-2019-16908d432e)
Macros to help produce R packages
--------------------------------------------------------------------------------
Update Information:
Update R to 3.6.1.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1744723 - R-devel requires R-rpm-macros
https://bugzilla.redhat.com/show_bug.cgi?id=1744723
[ 2 ] Bug #1727281 - R-3.6.1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1727281
--------------------------------------------------------------------------------
================================================================================
aspell-sk-2.02-2.el8 (FEDORA-EPEL-2019-979e94ec98)
Slovak dictionaries for Aspell
--------------------------------------------------------------------------------
Update Information:
Rebuilt for EPEL8
--------------------------------------------------------------------------------
================================================================================
java-latest-openjdk-12.0.2.9-1.rolling.el8 (FEDORA-EPEL-2019-be17ccd4ab)
OpenJDK Runtime Environment 12
--------------------------------------------------------------------------------
Update Information:
java-latest-openjdk is now available for epel8. This package contains newest
released OpenJDK (currently 12) .
--------------------------------------------------------------------------------
================================================================================
libnss-mysql-1.5-35.el8 (FEDORA-EPEL-2019-0fe7db83a2)
NSS library for MySQL
--------------------------------------------------------------------------------
Update Information:
Rebuild for EPEL8.
--------------------------------------------------------------------------------
================================================================================
python-pykwalify-1.7.0-4.el8 (FEDORA-EPEL-2019-cf95acfbb6)
Python lib/cli for JSON/YAML schema validation
--------------------------------------------------------------------------------
Update Information:
Initial build for EPEL 8. ---- Initial build for EPEL 8.
--------------------------------------------------------------------------------
================================================================================
python-xlrd-1.2.0-3.el8 (FEDORA-EPEL-2019-2eb516a66b)
Library to extract data from Microsoft Excel (TM) spreadsheet files
--------------------------------------------------------------------------------
Update Information:
Rebuilt for EPEL8
--------------------------------------------------------------------------------
================================================================================
rpki-client-0.2.0-1.el8 (FEDORA-EPEL-2019-21fc78d2da)
RPKI client implementation
--------------------------------------------------------------------------------
Update Information:
rpki-client is an implementation of RPKI (Resource Public Key Infrastructure),
specified by RFC 6480. It implements the client side of RPKI, which is
responsible for downloading, validating and converting ROAs (Route Origin
Authorisations) into VRPs (Validated ROA Payloads). The client's output (VRPs)
can be used to perform BGP Origin Validation (RFC 6811). The design focus of
rpki-client is simplicity and security. To wit, it implements RPKI components
necessary for validating route statements and omits superfluities (such as, for
example, which X509 certificate sections must be labelled "Critical").
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1745770 - Review Request: rpki-client - RPKI client implementation
https://bugzilla.redhat.com/show_bug.cgi?id=1745770
--------------------------------------------------------------------------------
================================================================================
sagator-2.0.0-0.beta34.el8 (FEDORA-EPEL-2019-2c39a3450a)
Antivirus/anti-spam gateway for smtp server
--------------------------------------------------------------------------------
Update Information:
Rebuild for EPEL8
--------------------------------------------------------------------------------
================================================================================
zabbix40-4.0.11-2.el8 (FEDORA-EPEL-2019-184abb2b54)
Open-source monitoring solution for your IT infrastructure
--------------------------------------------------------------------------------
Update Information:
Zabbix is software that monitors numerous parameters of a network and the health
and integrity of servers. Zabbix uses a flexible notification mechanism that
allows users to configure e-mail based alerts for virtually any event. This
allows a fast reaction to server problems. Zabbix offers excellent reporting and
data visualization features based on the stored data. This makes Zabbix ideal
for capacity planning. Zabbix supports both polling and trapping. All Zabbix
reports and statistics, as well as configuration parameters are accessed through
a web-based front end. A web-based front end ensures that the status of your
network and the health of your servers can be assessed from any location.
Properly configured, Zabbix can play an important role in monitoring IT
infrastructure. This is equally true for small organizations with a few servers
and for large companies with a multitude of servers.
--------------------------------------------------------------------------------
The following Fedora EPEL 7 Security updates need testing:
Age URL
380 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2018-3c9292b62d condor-8.6.11-1.el7
156 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-d2c1368294 cinnamon-3.6.7-5.el7
122 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-c499781e80 python-gnupg-0.4.4-1.el7
120 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-bc0182548b bubblewrap-0.3.3-2.el7
56 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-12067fc897 dosbox-0.74.3-2.el7
10 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-1a711333e8 nghttp2-1.31.1-2.el7
10 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-e1ddf9b607 sleuthkit-4.6.7-1.el7
3 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-dea2d705d0 python-mitogen-0.2.8-1.el7
0 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-b4713b164c chromium-76.0.3809.132-1.el7
0 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-ca3444781e perl-SOAP-Lite-1.10-2.el7
0 https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2019-954cf3770a seamonkey-2.49.5-1.el7
The following builds have been pushed to Fedora EPEL 7 updates-testing
R-3.6.1-1.el7
R-rpm-macros-1.1.0-2.el7
nagios-plugins-2.2.1-17.20190829gitfb792ff.el7
nordugrid-arc-5.4.4-2.el7
python-colcon-bash-0.4.0-1.el7
python-colcon-core-0.4.0-1.el7
python-colcon-output-0.2.5-1.el7
python-colcon-package-selection-0.2.5-1.el7
python-colcon-ros-0.3.12-1.el7
python-colcon-test-result-0.3.6-1.el7
python-colcon-zsh-0.4.0-1.el7
python-wikitcms-2.4.3-1.el7
rpki-client-0.2.0-1.el7
Details about builds:
================================================================================
R-3.6.1-1.el7 (FEDORA-EPEL-2019-86e61d9c02)
A language for data analysis and graphics
--------------------------------------------------------------------------------
Update Information:
Update R to 3.6.1.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Aug 16 2019 Tom Callaway <spot(a)fedoraproject.org> - 3.6.1-1
- update to 3.6.1
* Sun Aug 11 2019 Elliott Sales de Andrade <quantum.analyst(a)gmail.com> - 3.6.0-5
- Remove unused and nonfunctional macros and helper script
* Wed Jul 24 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.6.0-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sun Jul 21 2019 Elliott Sales de Andrade <quantum.analyst(a)gmail.com> - 3.6.0-3
- Add automated dependency generator to R-devel
- Add standard Provides for bundled libraries
* Thu Jun 13 2019 Tom Callaway <spot(a)fedoraproject.org> - 3.6.0-2
- use devtoolset toolchain to compile on el6/el7 for C++11 support
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1744723 - R-devel requires R-rpm-macros
https://bugzilla.redhat.com/show_bug.cgi?id=1744723
[ 2 ] Bug #1727281 - R-3.6.1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1727281
--------------------------------------------------------------------------------
================================================================================
R-rpm-macros-1.1.0-2.el7 (FEDORA-EPEL-2019-86e61d9c02)
Macros to help produce R packages
--------------------------------------------------------------------------------
Update Information:
Update R to 3.6.1.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1744723 - R-devel requires R-rpm-macros
https://bugzilla.redhat.com/show_bug.cgi?id=1744723
[ 2 ] Bug #1727281 - R-3.6.1 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1727281
--------------------------------------------------------------------------------
================================================================================
nagios-plugins-2.2.1-17.20190829gitfb792ff.el7 (FEDORA-EPEL-2019-22c97df420)
Host/service/network monitoring program plugins for Nagios
--------------------------------------------------------------------------------
Update Information:
Update to latest git and fix release string to match again
--------------------------------------------------------------------------------
ChangeLog:
* Thu Aug 29 2019 Stephen Smoogen <smooge(a)fedoraproject.org> - 2.2.1-17.20190829gitfb792ff
- Update to latest git and fix release string to match again
- check_ntp.pl was still getting installed as check_ntp. Fix BZ#1664981
- check_ntp.pl has ipv6 problem. Fix BZ#1731468
* Thu Jul 25 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.1-16.20180725git3429dad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Tue Mar 12 2019 Patrick Uiterwijk <puiterwijk(a)redhat.com> - 2.2.1-15.20180725git3429dad
- Update requirement for ps to procps
- Fix check_smtp certificate verification
* Fri Feb 1 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.2.1-15.20180725git3429dad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1664981 - nagios-plugins-ntp contains old perl script instead of compiled binary check_ntp
https://bugzilla.redhat.com/show_bug.cgi?id=1664981
[ 2 ] Bug #1698506 - nagios check_icmp fails when parameter "-s <IP>" used
https://bugzilla.redhat.com/show_bug.cgi?id=1698506
[ 3 ] Bug #1707814 - check_icmp performance data output changed
https://bugzilla.redhat.com/show_bug.cgi?id=1707814
[ 4 ] Bug #1706859 - check_radius segfaults when tun interface is configured
https://bugzilla.redhat.com/show_bug.cgi?id=1706859
[ 5 ] Bug #1731468 - check_ntp has too strict regexp for hostnames
https://bugzilla.redhat.com/show_bug.cgi?id=1731468
[ 6 ] Bug #1743794 - Nagios check_dns plugin unable to parse output of nslookup -querytype=AAAA on RHEL7.7
https://bugzilla.redhat.com/show_bug.cgi?id=1743794
--------------------------------------------------------------------------------
================================================================================
nordugrid-arc-5.4.4-2.el7 (FEDORA-EPEL-2019-95c92f3098)
Advanced Resource Connector Grid Middleware
--------------------------------------------------------------------------------
Update Information:
Build fixes due to EPEL 7 aarch64 being out of synch with the other
architectures.
--------------------------------------------------------------------------------
ChangeLog:
* Fri Aug 30 2019 Mattias Ellert <mattias.ellert(a)physics.uu.se> - 5.4.4-2
- Add workarounds for issues caused by the RHEL 7.7 update, that left the
aarch64 architecture at RHEL 7.6
--------------------------------------------------------------------------------
================================================================================
python-colcon-bash-0.4.0-1.el7 (FEDORA-EPEL-2019-84bf35fefe)
Extension for colcon to provide Bash scripts
--------------------------------------------------------------------------------
Update Information:
Update to latest colcon releases
--------------------------------------------------------------------------------
ChangeLog:
* Thu Aug 29 2019 Scott K Logan <logans(a)cottsay.net> - 0.4.0-1
- Update to 0.4.0 (rhbz#1747247)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1747250 - python-colcon-ros-0.3.12 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747250
[ 2 ] Bug #1747247 - python-colcon-bash-0.4.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747247
[ 3 ] Bug #1747248 - python-colcon-core-0.4.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747248
[ 4 ] Bug #1747249 - python-colcon-package-selection-0.2.5 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747249
[ 5 ] Bug #1747252 - python-colcon-zsh-0.4.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747252
[ 6 ] Bug #1747251 - python-colcon-test-result-0.3.6 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747251
[ 7 ] Bug #1744679 - python-colcon-output-0.2.5 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1744679
--------------------------------------------------------------------------------
================================================================================
python-colcon-core-0.4.0-1.el7 (FEDORA-EPEL-2019-84bf35fefe)
Command line tool to build sets of software packages
--------------------------------------------------------------------------------
Update Information:
Update to latest colcon releases
--------------------------------------------------------------------------------
ChangeLog:
* Thu Aug 29 2019 Scott K Logan <logans(a)cottsay.net> - 0.4.0-1
- Update to 0.4.0 (rhbz#1747248)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1747250 - python-colcon-ros-0.3.12 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747250
[ 2 ] Bug #1747247 - python-colcon-bash-0.4.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747247
[ 3 ] Bug #1747248 - python-colcon-core-0.4.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747248
[ 4 ] Bug #1747249 - python-colcon-package-selection-0.2.5 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747249
[ 5 ] Bug #1747252 - python-colcon-zsh-0.4.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747252
[ 6 ] Bug #1747251 - python-colcon-test-result-0.3.6 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747251
[ 7 ] Bug #1744679 - python-colcon-output-0.2.5 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1744679
--------------------------------------------------------------------------------
================================================================================
python-colcon-output-0.2.5-1.el7 (FEDORA-EPEL-2019-84bf35fefe)
Extension for colcon to customize the output in various ways
--------------------------------------------------------------------------------
Update Information:
Update to latest colcon releases
--------------------------------------------------------------------------------
ChangeLog:
* Tue Aug 27 2019 Scott K Logan <logans(a)cottsay.net> - 0.2.5-1
- Update to 0.2.5 (rhbz#1744679)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1747250 - python-colcon-ros-0.3.12 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747250
[ 2 ] Bug #1747247 - python-colcon-bash-0.4.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747247
[ 3 ] Bug #1747248 - python-colcon-core-0.4.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747248
[ 4 ] Bug #1747249 - python-colcon-package-selection-0.2.5 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747249
[ 5 ] Bug #1747252 - python-colcon-zsh-0.4.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747252
[ 6 ] Bug #1747251 - python-colcon-test-result-0.3.6 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747251
[ 7 ] Bug #1744679 - python-colcon-output-0.2.5 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1744679
--------------------------------------------------------------------------------
================================================================================
python-colcon-package-selection-0.2.5-1.el7 (FEDORA-EPEL-2019-84bf35fefe)
Extension for colcon to select the packages to process
--------------------------------------------------------------------------------
Update Information:
Update to latest colcon releases
--------------------------------------------------------------------------------
ChangeLog:
* Thu Aug 29 2019 Scott K Logan <logans(a)cottsay.net> - 0.2.5-1
- Update to 0.2.5 (rhbz#1747249)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1747250 - python-colcon-ros-0.3.12 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747250
[ 2 ] Bug #1747247 - python-colcon-bash-0.4.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747247
[ 3 ] Bug #1747248 - python-colcon-core-0.4.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747248
[ 4 ] Bug #1747249 - python-colcon-package-selection-0.2.5 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747249
[ 5 ] Bug #1747252 - python-colcon-zsh-0.4.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747252
[ 6 ] Bug #1747251 - python-colcon-test-result-0.3.6 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747251
[ 7 ] Bug #1744679 - python-colcon-output-0.2.5 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1744679
--------------------------------------------------------------------------------
================================================================================
python-colcon-ros-0.3.12-1.el7 (FEDORA-EPEL-2019-84bf35fefe)
Extension for colcon to support ROS packages
--------------------------------------------------------------------------------
Update Information:
Update to latest colcon releases
--------------------------------------------------------------------------------
ChangeLog:
* Thu Aug 29 2019 Scott K Logan <logans(a)cottsay.net> - 0.3.12-1
- Update to 0.3.12 (rhbz#1747250)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1747250 - python-colcon-ros-0.3.12 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747250
[ 2 ] Bug #1747247 - python-colcon-bash-0.4.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747247
[ 3 ] Bug #1747248 - python-colcon-core-0.4.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747248
[ 4 ] Bug #1747249 - python-colcon-package-selection-0.2.5 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747249
[ 5 ] Bug #1747252 - python-colcon-zsh-0.4.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747252
[ 6 ] Bug #1747251 - python-colcon-test-result-0.3.6 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747251
[ 7 ] Bug #1744679 - python-colcon-output-0.2.5 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1744679
--------------------------------------------------------------------------------
================================================================================
python-colcon-test-result-0.3.6-1.el7 (FEDORA-EPEL-2019-84bf35fefe)
Extension for colcon to provide information about the test results
--------------------------------------------------------------------------------
Update Information:
Update to latest colcon releases
--------------------------------------------------------------------------------
ChangeLog:
* Thu Aug 29 2019 Scott K Logan <logans(a)cottsay.net> - 0.3.6-1
- Update to 0.3.6 (rhbz#1747251)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1747250 - python-colcon-ros-0.3.12 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747250
[ 2 ] Bug #1747247 - python-colcon-bash-0.4.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747247
[ 3 ] Bug #1747248 - python-colcon-core-0.4.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747248
[ 4 ] Bug #1747249 - python-colcon-package-selection-0.2.5 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747249
[ 5 ] Bug #1747252 - python-colcon-zsh-0.4.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747252
[ 6 ] Bug #1747251 - python-colcon-test-result-0.3.6 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747251
[ 7 ] Bug #1744679 - python-colcon-output-0.2.5 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1744679
--------------------------------------------------------------------------------
================================================================================
python-colcon-zsh-0.4.0-1.el7 (FEDORA-EPEL-2019-84bf35fefe)
Extension for colcon to provide Z shell scripts
--------------------------------------------------------------------------------
Update Information:
Update to latest colcon releases
--------------------------------------------------------------------------------
ChangeLog:
* Thu Aug 29 2019 Scott K Logan <logans(a)cottsay.net> - 0.4.0-1
- Update to 0.4.0 (rhbz#1747252)
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1747250 - python-colcon-ros-0.3.12 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747250
[ 2 ] Bug #1747247 - python-colcon-bash-0.4.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747247
[ 3 ] Bug #1747248 - python-colcon-core-0.4.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747248
[ 4 ] Bug #1747249 - python-colcon-package-selection-0.2.5 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747249
[ 5 ] Bug #1747252 - python-colcon-zsh-0.4.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747252
[ 6 ] Bug #1747251 - python-colcon-test-result-0.3.6 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1747251
[ 7 ] Bug #1744679 - python-colcon-output-0.2.5 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1744679
--------------------------------------------------------------------------------
================================================================================
python-wikitcms-2.4.3-1.el7 (FEDORA-EPEL-2019-562987d8ce)
Fedora QA wiki test management Python library
--------------------------------------------------------------------------------
Update Information:
This new release of wikitcms tweaks login handling to avoid deprecation warnings
with mwclient 0.10.0. There are no other changes.
--------------------------------------------------------------------------------
ChangeLog:
* Mon Aug 26 2019 Adam Williamson <awilliam(a)redhat.com> - 2.4.3-1
- New release 2.4.3: avoid deprecation warnings with mwclient 0.10.0
* Mon Aug 19 2019 Miro Hron��ok <mhroncok(a)redhat.com> - 2.4.2-4
- Rebuilt for Python 3.8
* Fri Jul 26 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.4.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Sat Feb 2 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.4.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Fri Nov 30 2018 Adam Williamson <awilliam(a)redhat.com> - 2.4.2-1
- New release 2.4.2: fix a test bug exposed by the 2.4.1 bug fix
* Fri Nov 30 2018 Adam Williamson <awilliam(a)redhat.com> - 2.4.1-1
- New release 2.4.1: fix Current redirect page updates
* Thu Nov 22 2018 Adam Williamson <awilliam(a)redhat.com> - 2.4.0-2
- Disable Python 2 build on F30+, EL8+
* Sat Oct 6 2018 Adam Williamson <awilliam(a)redhat.com> - 2.4.0-1
- New release 2.4.0: drop old auth code
* Sat Jul 14 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.3.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
--------------------------------------------------------------------------------
================================================================================
rpki-client-0.2.0-1.el7 (FEDORA-EPEL-2019-9501db7b7a)
RPKI client implementation
--------------------------------------------------------------------------------
Update Information:
rpki-client is an implementation of RPKI (Resource Public Key Infrastructure),
specified by RFC 6480. It implements the client side of RPKI, which is
responsible for downloading, validating and converting ROAs (Route Origin
Authorisations) into VRPs (Validated ROA Payloads). The client's output (VRPs)
can be used to perform BGP Origin Validation (RFC 6811). The design focus of
rpki-client is simplicity and security. To wit, it implements RPKI components
necessary for validating route statements and omits superfluities (such as, for
example, which X509 certificate sections must be labelled "Critical").
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1745770 - Review Request: rpki-client - RPKI client implementation
https://bugzilla.redhat.com/show_bug.cgi?id=1745770
--------------------------------------------------------------------------------