Fedora EPEL 7 Update: rpkg-1.58-2.el7
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2019-ef52f1c4c0
2019-05-26 01:40:17.986387
--------------------------------------------------------------------------------
Name : rpkg
Product : Fedora EPEL 7
Version : 1.58
Release : 2.el7
URL : https://pagure.io/rpkg
Summary : Python library for interacting with rpm+git
Description :
Python library for interacting with rpm+git
--------------------------------------------------------------------------------
Update Information:
Release of rpkg+fedpkg contains enhancements and fixes as well. Described are
mostly more significant enhancements and fixes. rpkg ==== Improvements for
scratch module builds ------ * Allow ``module-build-watch`` to exit when a
scratch build completes. * Add scratch status to ``module-build-info`` output. *
Add scratch module build sub-commands and updates for handling custom modulemd
file and SRPMs. * Add tests for scratch module builds and adjust existing tests
for new ``scratch`` option. * Allow custom SRPMs with local module builds for
consistency with module scratch builds. Allow passing arguments to "mbs-manager
build_module_locally". ----- It is now possible to build modules offline
without any external infrastructure using the MBS. This is done by passing
``--offline`` and ``-r``/``--repository`` flags to mbs-manager and the list of
repositories for the base module. Remove the ability to parse a module's branch
----- Remove the ability to parse a module's branch automatically to determine
the base module stream override. This functionality was moved to MBS directly
instead of having rpkg do it: [PR#1176](https://pagure.io/fm-orchestrator/pull-
request/1176) Permit setting arbitrary rpm macros during build ----- Added
argument ``--define`` to pass custom macros to ``rpmbuild``. May be specified
multiple times. Applicable to commands: ``compile``, ``install``, ``local``,
``prep``, ``srpm``, ``verify-files``. Ignore files in a cloned repository -----
Git will ignore automatically generated files. Ignored patterns can be specified
in ``rhpkg``/``fedpkg`` config. Patterns are applied in ``.git/info/exclude``
file only when repository is cloned. And changes are valid only for local
repository. Pass specific arguments to "mock" ----- In ``mockbuild``: * Pass
``--enable-network`` to "mock" command. * Pass ``--disablerepo`` and
``--enablerepo`` to "mock" command. Both arguments can be used multiple times.
Added "depth" argument to "git clone" ----- Added ``--depth`` argument for
``git clone`` command. It creates a shallow clone with a history truncated to
the specified number of commits. Cloning mostly applies with single branch (with
argument ``--branch``). Watch multiple module builds ----- Code is written to
be able to watch multiple module builds just after submitting a module build.
Command ``module-build-watch`` also accepts command line arguments (multiple
``build_id``) to watch specified builds. Show module build links in output from
command module-build ----- If not watch module build, show build links in order
to be easy to link to module build in Web browser. Add the ability to configure
multiple regex expressions ----- Add the ability to configure multiple regex
expressions for ``base_module_stream_regex_from_branch``. Add "retire" command
supporting both packages and modules ----- There was previously a ``retire``
command in ``fedpkg`` supporting only packages. This brings the ``retire``
command into ``rpkg`` with added support for a module-specific ``dead.module``
marker file. Import srpm without uploading sources ----- Add new argument
``--offline`` for command ``import``. Files won't be uploaded to lookaside
cache. Ignore any specified profile when finding the Flatpak build target -----
The source module for a Flatpak build can be specified as something like
``flatpak-runtime:28/sdk`` to indicate that the Flatpak is built from the "sdk"
profile of the flatpak-runtime module. This should be ignored when looking up
module builds to find the platform stream and build target. Added update-docs
script ----- Script (``doc/update-docs.sh``) that updates html documentation
git repository on ``Pagure``. And unify it with ``fedpkg`` version of the
script. fedpkg ===== This release requires ``rpkg >= 1.58``. Ignore files in
a cloned repository ----- Git will ignore automatically generated files.
Ignored patterns can be specified in config. Initial patterns were added.
Patterns are applied in ``.git/info/exclude`` file only when repository is
cloned. And changes are valid only for local repository. Enable shell
completion for module scratch builds ----- * Add custom SRPM shell completion
with local module builds. * Add missing shell completion options for local
module builds. * Require SRPMs to be specified individually using multiple
``--srpm SRPM`` options. * Enable completion of modulemd file path by yaml
extension. Show hint when Pagure token expires ----- When Pagure token is
expired, hint is added in commands ``fedpkg request-repo`` and ``fedpkg request-
branch`` to keep user informed how to renew the token. Include possible
distprefix in "--define dist" for Forge-based packages ----- In forge based
packages, and most notably all Golang packages, dist tag are computed by a lua
script in order to generate a snapshot date and shortcommit. This patch passes
the computed ``%{?distprefix}`` in ``dist`` to take into account the specificity
of Forge based packages. Other small fixes ----- * Make ``fedpkg update``
output a report after success. * Fix fedpkg update --bugs detection. * The
``retire`` command is now included in rpkg, supporting both packages and
modules.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1679365 - pkg_resources.DistributionNotFound: PyGObject
https://bugzilla.redhat.com/show_bug.cgi?id=1679365
[ 2 ] Bug #1175262 - Import without uploading sources
https://bugzilla.redhat.com/show_bug.cgi?id=1175262
[ 3 ] Bug #1707223 - fedpkg co --branches fails with 1.37
https://bugzilla.redhat.com/show_bug.cgi?id=1707223
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update rpkg' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
3 years, 10 months
Fedora EPEL 7 Update: fedpkg-1.37-1.el7
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2019-ef52f1c4c0
2019-05-26 01:40:17.986387
--------------------------------------------------------------------------------
Name : fedpkg
Product : Fedora EPEL 7
Version : 1.37
Release : 1.el7
URL : https://pagure.io/fedpkg
Summary : Fedora utility for working with dist-git
Description :
Provides the fedpkg command for working with dist-git
--------------------------------------------------------------------------------
Update Information:
Release of rpkg+fedpkg contains enhancements and fixes as well. Described are
mostly more significant enhancements and fixes. rpkg ==== Improvements for
scratch module builds ------ * Allow ``module-build-watch`` to exit when a
scratch build completes. * Add scratch status to ``module-build-info`` output. *
Add scratch module build sub-commands and updates for handling custom modulemd
file and SRPMs. * Add tests for scratch module builds and adjust existing tests
for new ``scratch`` option. * Allow custom SRPMs with local module builds for
consistency with module scratch builds. Allow passing arguments to "mbs-manager
build_module_locally". ----- It is now possible to build modules offline
without any external infrastructure using the MBS. This is done by passing
``--offline`` and ``-r``/``--repository`` flags to mbs-manager and the list of
repositories for the base module. Remove the ability to parse a module's branch
----- Remove the ability to parse a module's branch automatically to determine
the base module stream override. This functionality was moved to MBS directly
instead of having rpkg do it: [PR#1176](https://pagure.io/fm-orchestrator/pull-
request/1176) Permit setting arbitrary rpm macros during build ----- Added
argument ``--define`` to pass custom macros to ``rpmbuild``. May be specified
multiple times. Applicable to commands: ``compile``, ``install``, ``local``,
``prep``, ``srpm``, ``verify-files``. Ignore files in a cloned repository -----
Git will ignore automatically generated files. Ignored patterns can be specified
in ``rhpkg``/``fedpkg`` config. Patterns are applied in ``.git/info/exclude``
file only when repository is cloned. And changes are valid only for local
repository. Pass specific arguments to "mock" ----- In ``mockbuild``: * Pass
``--enable-network`` to "mock" command. * Pass ``--disablerepo`` and
``--enablerepo`` to "mock" command. Both arguments can be used multiple times.
Added "depth" argument to "git clone" ----- Added ``--depth`` argument for
``git clone`` command. It creates a shallow clone with a history truncated to
the specified number of commits. Cloning mostly applies with single branch (with
argument ``--branch``). Watch multiple module builds ----- Code is written to
be able to watch multiple module builds just after submitting a module build.
Command ``module-build-watch`` also accepts command line arguments (multiple
``build_id``) to watch specified builds. Show module build links in output from
command module-build ----- If not watch module build, show build links in order
to be easy to link to module build in Web browser. Add the ability to configure
multiple regex expressions ----- Add the ability to configure multiple regex
expressions for ``base_module_stream_regex_from_branch``. Add "retire" command
supporting both packages and modules ----- There was previously a ``retire``
command in ``fedpkg`` supporting only packages. This brings the ``retire``
command into ``rpkg`` with added support for a module-specific ``dead.module``
marker file. Import srpm without uploading sources ----- Add new argument
``--offline`` for command ``import``. Files won't be uploaded to lookaside
cache. Ignore any specified profile when finding the Flatpak build target -----
The source module for a Flatpak build can be specified as something like
``flatpak-runtime:28/sdk`` to indicate that the Flatpak is built from the "sdk"
profile of the flatpak-runtime module. This should be ignored when looking up
module builds to find the platform stream and build target. Added update-docs
script ----- Script (``doc/update-docs.sh``) that updates html documentation
git repository on ``Pagure``. And unify it with ``fedpkg`` version of the
script. fedpkg ===== This release requires ``rpkg >= 1.58``. Ignore files in
a cloned repository ----- Git will ignore automatically generated files.
Ignored patterns can be specified in config. Initial patterns were added.
Patterns are applied in ``.git/info/exclude`` file only when repository is
cloned. And changes are valid only for local repository. Enable shell
completion for module scratch builds ----- * Add custom SRPM shell completion
with local module builds. * Add missing shell completion options for local
module builds. * Require SRPMs to be specified individually using multiple
``--srpm SRPM`` options. * Enable completion of modulemd file path by yaml
extension. Show hint when Pagure token expires ----- When Pagure token is
expired, hint is added in commands ``fedpkg request-repo`` and ``fedpkg request-
branch`` to keep user informed how to renew the token. Include possible
distprefix in "--define dist" for Forge-based packages ----- In forge based
packages, and most notably all Golang packages, dist tag are computed by a lua
script in order to generate a snapshot date and shortcommit. This patch passes
the computed ``%{?distprefix}`` in ``dist`` to take into account the specificity
of Forge based packages. Other small fixes ----- * Make ``fedpkg update``
output a report after success. * Fix fedpkg update --bugs detection. * The
``retire`` command is now included in rpkg, supporting both packages and
modules.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1679365 - pkg_resources.DistributionNotFound: PyGObject
https://bugzilla.redhat.com/show_bug.cgi?id=1679365
[ 2 ] Bug #1175262 - Import without uploading sources
https://bugzilla.redhat.com/show_bug.cgi?id=1175262
[ 3 ] Bug #1707223 - fedpkg co --branches fails with 1.37
https://bugzilla.redhat.com/show_bug.cgi?id=1707223
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update fedpkg' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
3 years, 10 months
Fedora EPEL 6 Update: nginx-1.10.3-1.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2019-2343dfaaf5
2019-05-26 01:05:00.608407
--------------------------------------------------------------------------------
Name : nginx
Product : Fedora EPEL 6
Version : 1.10.3
Release : 1.el6
URL : http://nginx.org/
Summary : A high performance web server and reverse proxy server
Description :
Nginx is a web server and a reverse proxy server for HTTP, SMTP, POP3 and
IMAP protocols, with a strong focus on high concurrency, performance and low
memory usage.
--------------------------------------------------------------------------------
Update Information:
Update to upstream release 1.10.3
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update nginx' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
3 years, 10 months
Fedora EPEL 6 Update: rpkg-1.58-2.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2019-309ad8482c
2019-05-26 01:05:00.608365
--------------------------------------------------------------------------------
Name : rpkg
Product : Fedora EPEL 6
Version : 1.58
Release : 2.el6
URL : https://pagure.io/rpkg
Summary : Python library for interacting with rpm+git
Description :
Python library for interacting with rpm+git
--------------------------------------------------------------------------------
Update Information:
Release of rpkg+fedpkg contains enhancements and fixes as well. Described are
mostly more significant enhancements and fixes. rpkg ==== Improvements for
scratch module builds ------ * Allow ``module-build-watch`` to exit when a
scratch build completes. * Add scratch status to ``module-build-info`` output. *
Add scratch module build sub-commands and updates for handling custom modulemd
file and SRPMs. * Add tests for scratch module builds and adjust existing tests
for new ``scratch`` option. * Allow custom SRPMs with local module builds for
consistency with module scratch builds. Allow passing arguments to "mbs-manager
build_module_locally". ----- It is now possible to build modules offline
without any external infrastructure using the MBS. This is done by passing
``--offline`` and ``-r``/``--repository`` flags to mbs-manager and the list of
repositories for the base module. Remove the ability to parse a module's branch
----- Remove the ability to parse a module's branch automatically to determine
the base module stream override. This functionality was moved to MBS directly
instead of having rpkg do it: [PR#1176](https://pagure.io/fm-orchestrator/pull-
request/1176) Permit setting arbitrary rpm macros during build ----- Added
argument ``--define`` to pass custom macros to ``rpmbuild``. May be specified
multiple times. Applicable to commands: ``compile``, ``install``, ``local``,
``prep``, ``srpm``, ``verify-files``. Ignore files in a cloned repository -----
Git will ignore automatically generated files. Ignored patterns can be specified
in ``rhpkg``/``fedpkg`` config. Patterns are applied in ``.git/info/exclude``
file only when repository is cloned. And changes are valid only for local
repository. Pass specific arguments to "mock" ----- In ``mockbuild``: * Pass
``--enable-network`` to "mock" command. * Pass ``--disablerepo`` and
``--enablerepo`` to "mock" command. Both arguments can be used multiple times.
Added "depth" argument to "git clone" ----- Added ``--depth`` argument for
``git clone`` command. It creates a shallow clone with a history truncated to
the specified number of commits. Cloning mostly applies with single branch (with
argument ``--branch``). Watch multiple module builds ----- Code is written to
be able to watch multiple module builds just after submitting a module build.
Command ``module-build-watch`` also accepts command line arguments (multiple
``build_id``) to watch specified builds. Show module build links in output from
command module-build ----- If not watch module build, show build links in order
to be easy to link to module build in Web browser. Add the ability to configure
multiple regex expressions ----- Add the ability to configure multiple regex
expressions for ``base_module_stream_regex_from_branch``. Add "retire" command
supporting both packages and modules ----- There was previously a ``retire``
command in ``fedpkg`` supporting only packages. This brings the ``retire``
command into ``rpkg`` with added support for a module-specific ``dead.module``
marker file. Import srpm without uploading sources ----- Add new argument
``--offline`` for command ``import``. Files won't be uploaded to lookaside
cache. Ignore any specified profile when finding the Flatpak build target -----
The source module for a Flatpak build can be specified as something like
``flatpak-runtime:28/sdk`` to indicate that the Flatpak is built from the "sdk"
profile of the flatpak-runtime module. This should be ignored when looking up
module builds to find the platform stream and build target. Added update-docs
script ----- Script (``doc/update-docs.sh``) that updates html documentation
git repository on ``Pagure``. And unify it with ``fedpkg`` version of the
script. fedpkg ===== This release requires ``rpkg >= 1.58``. Ignore files in
a cloned repository ----- Git will ignore automatically generated files.
Ignored patterns can be specified in config. Initial patterns were added.
Patterns are applied in ``.git/info/exclude`` file only when repository is
cloned. And changes are valid only for local repository. Enable shell
completion for module scratch builds ----- * Add custom SRPM shell completion
with local module builds. * Add missing shell completion options for local
module builds. * Require SRPMs to be specified individually using multiple
``--srpm SRPM`` options. * Enable completion of modulemd file path by yaml
extension. Show hint when Pagure token expires ----- When Pagure token is
expired, hint is added in commands ``fedpkg request-repo`` and ``fedpkg request-
branch`` to keep user informed how to renew the token. Include possible
distprefix in "--define dist" for Forge-based packages ----- In forge based
packages, and most notably all Golang packages, dist tag are computed by a lua
script in order to generate a snapshot date and shortcommit. This patch passes
the computed ``%{?distprefix}`` in ``dist`` to take into account the specificity
of Forge based packages. Other small fixes ----- * Make ``fedpkg update``
output a report after success. * Fix fedpkg update --bugs detection. * The
``retire`` command is now included in rpkg, supporting both packages and
modules.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1679365 - pkg_resources.DistributionNotFound: PyGObject
https://bugzilla.redhat.com/show_bug.cgi?id=1679365
[ 2 ] Bug #1175262 - Import without uploading sources
https://bugzilla.redhat.com/show_bug.cgi?id=1175262
[ 3 ] Bug #1707223 - fedpkg co --branches fails with 1.37
https://bugzilla.redhat.com/show_bug.cgi?id=1707223
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update rpkg' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
3 years, 10 months
Fedora EPEL 6 Update: fedpkg-1.37-1.el6
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2019-309ad8482c
2019-05-26 01:05:00.608365
--------------------------------------------------------------------------------
Name : fedpkg
Product : Fedora EPEL 6
Version : 1.37
Release : 1.el6
URL : https://pagure.io/fedpkg
Summary : Fedora utility for working with dist-git
Description :
Provides the fedpkg command for working with dist-git
--------------------------------------------------------------------------------
Update Information:
Release of rpkg+fedpkg contains enhancements and fixes as well. Described are
mostly more significant enhancements and fixes. rpkg ==== Improvements for
scratch module builds ------ * Allow ``module-build-watch`` to exit when a
scratch build completes. * Add scratch status to ``module-build-info`` output. *
Add scratch module build sub-commands and updates for handling custom modulemd
file and SRPMs. * Add tests for scratch module builds and adjust existing tests
for new ``scratch`` option. * Allow custom SRPMs with local module builds for
consistency with module scratch builds. Allow passing arguments to "mbs-manager
build_module_locally". ----- It is now possible to build modules offline
without any external infrastructure using the MBS. This is done by passing
``--offline`` and ``-r``/``--repository`` flags to mbs-manager and the list of
repositories for the base module. Remove the ability to parse a module's branch
----- Remove the ability to parse a module's branch automatically to determine
the base module stream override. This functionality was moved to MBS directly
instead of having rpkg do it: [PR#1176](https://pagure.io/fm-orchestrator/pull-
request/1176) Permit setting arbitrary rpm macros during build ----- Added
argument ``--define`` to pass custom macros to ``rpmbuild``. May be specified
multiple times. Applicable to commands: ``compile``, ``install``, ``local``,
``prep``, ``srpm``, ``verify-files``. Ignore files in a cloned repository -----
Git will ignore automatically generated files. Ignored patterns can be specified
in ``rhpkg``/``fedpkg`` config. Patterns are applied in ``.git/info/exclude``
file only when repository is cloned. And changes are valid only for local
repository. Pass specific arguments to "mock" ----- In ``mockbuild``: * Pass
``--enable-network`` to "mock" command. * Pass ``--disablerepo`` and
``--enablerepo`` to "mock" command. Both arguments can be used multiple times.
Added "depth" argument to "git clone" ----- Added ``--depth`` argument for
``git clone`` command. It creates a shallow clone with a history truncated to
the specified number of commits. Cloning mostly applies with single branch (with
argument ``--branch``). Watch multiple module builds ----- Code is written to
be able to watch multiple module builds just after submitting a module build.
Command ``module-build-watch`` also accepts command line arguments (multiple
``build_id``) to watch specified builds. Show module build links in output from
command module-build ----- If not watch module build, show build links in order
to be easy to link to module build in Web browser. Add the ability to configure
multiple regex expressions ----- Add the ability to configure multiple regex
expressions for ``base_module_stream_regex_from_branch``. Add "retire" command
supporting both packages and modules ----- There was previously a ``retire``
command in ``fedpkg`` supporting only packages. This brings the ``retire``
command into ``rpkg`` with added support for a module-specific ``dead.module``
marker file. Import srpm without uploading sources ----- Add new argument
``--offline`` for command ``import``. Files won't be uploaded to lookaside
cache. Ignore any specified profile when finding the Flatpak build target -----
The source module for a Flatpak build can be specified as something like
``flatpak-runtime:28/sdk`` to indicate that the Flatpak is built from the "sdk"
profile of the flatpak-runtime module. This should be ignored when looking up
module builds to find the platform stream and build target. Added update-docs
script ----- Script (``doc/update-docs.sh``) that updates html documentation
git repository on ``Pagure``. And unify it with ``fedpkg`` version of the
script. fedpkg ===== This release requires ``rpkg >= 1.58``. Ignore files in
a cloned repository ----- Git will ignore automatically generated files.
Ignored patterns can be specified in config. Initial patterns were added.
Patterns are applied in ``.git/info/exclude`` file only when repository is
cloned. And changes are valid only for local repository. Enable shell
completion for module scratch builds ----- * Add custom SRPM shell completion
with local module builds. * Add missing shell completion options for local
module builds. * Require SRPMs to be specified individually using multiple
``--srpm SRPM`` options. * Enable completion of modulemd file path by yaml
extension. Show hint when Pagure token expires ----- When Pagure token is
expired, hint is added in commands ``fedpkg request-repo`` and ``fedpkg request-
branch`` to keep user informed how to renew the token. Include possible
distprefix in "--define dist" for Forge-based packages ----- In forge based
packages, and most notably all Golang packages, dist tag are computed by a lua
script in order to generate a snapshot date and shortcommit. This patch passes
the computed ``%{?distprefix}`` in ``dist`` to take into account the specificity
of Forge based packages. Other small fixes ----- * Make ``fedpkg update``
output a report after success. * Fix fedpkg update --bugs detection. * The
``retire`` command is now included in rpkg, supporting both packages and
modules.
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1679365 - pkg_resources.DistributionNotFound: PyGObject
https://bugzilla.redhat.com/show_bug.cgi?id=1679365
[ 2 ] Bug #1175262 - Import without uploading sources
https://bugzilla.redhat.com/show_bug.cgi?id=1175262
[ 3 ] Bug #1707223 - fedpkg co --branches fails with 1.37
https://bugzilla.redhat.com/show_bug.cgi?id=1707223
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update fedpkg' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
3 years, 10 months
Fedora EPEL 7 Update: fotoxx-19.11-1.el7
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2019-37b0832914
2019-05-25 03:56:49.230203
--------------------------------------------------------------------------------
Name : fotoxx
Product : Fedora EPEL 7
Version : 19.11
Release : 1.el7
URL : http://www.kornelix.com/fotoxx/fotoxx.html
Summary : Photo editor
Description :
Fotoxx is a free open source Linux program for editing image files
from a digital camera. The goal of fotoxx is to meet most image editing
needs while remaining easy to use.
--------------------------------------------------------------------------------
Update Information:
19.11
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1708199 - fotoxx-19.11 is available
https://bugzilla.redhat.com/show_bug.cgi?id=1708199
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update fotoxx' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
3 years, 10 months
Fedora EPEL 7 Update: ansible-2.8.0-2.el7
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2019-e4673bf98b
2019-05-23 20:41:41.428571
--------------------------------------------------------------------------------
Name : ansible
Product : Fedora EPEL 7
Version : 2.8.0
Release : 2.el7
URL : http://ansible.com
Summary : SSH-based configuration management, deployment, and task execution system
Description :
Ansible is a radically simple model-driven configuration management,
multi-node deployment, and remote task execution system. Ansible works
over SSH and does not require any software or daemons to be installed
on remote nodes. Extension modules can be written in any language and
are transferred to managed machines automatically.
--------------------------------------------------------------------------------
Update Information:
Update to 2.8.0 major release. See
https://github.com/ansible/ansible/blob/stable-2.8/changelogs/CHANGELOG-v...
for a full list of changes as well as
https://docs.ansible.com/ansible/latest/porting_guides/porting_guide_2.8....
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update ansible' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
3 years, 10 months
Fedora EPEL 7 Update: fstransform-0.9.3-5.el7
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2019-85ee4df316
2019-05-23 20:41:41.428561
--------------------------------------------------------------------------------
Name : fstransform
Product : Fedora EPEL 7
Version : 0.9.3
Release : 5.el7
URL : https://github.com/cosmos72/fstransform
Summary : Tool for in-place file-system conversion without backup
Description :
fstransform is a tool to change a file-system from one format
to another, for example from jfs/xfs/reiser to ext2/ext3/ext4,
in-place and without the need for backup.
--------------------------------------------------------------------------------
Update Information:
- Add upstream patch fixing data loss bug
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1705564 - fstransform 0.9.3 has data loss bug
https://bugzilla.redhat.com/show_bug.cgi?id=1705564
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update fstransform' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
3 years, 10 months
Fedora EPEL 7 Update: davix-0.7.3-1.el7
by updates@fedoraproject.org
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2019-92c1dd6a6b
2019-05-23 20:41:41.428552
--------------------------------------------------------------------------------
Name : davix
Product : Fedora EPEL 7
Version : 0.7.3
Release : 1.el7
URL : http://dmc.web.cern.ch/projects/davix/home
Summary : Toolkit for Http-based file management
Description :
Davix is a toolkit designed for file operations
with Http based protocols (WebDav, Amazon S3, ...).
Davix provides an API and a set of command line tools.
--------------------------------------------------------------------------------
Update Information:
New upstream release
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update davix' at the command line.
For more information, refer to "YUM", available at
https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7\
/html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------
3 years, 10 months