--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2022-63507b255d
2022-01-31 01:30:20.602315
--------------------------------------------------------------------------------
Name : rapidjson
Product : Fedora EPEL 9
Version : 1.1.0
Release : 18.el9
URL : http://rapidjson.org/
Summary : Fast JSON parser and generator for C++
Description :
RapidJSON is a fast JSON parser and generator for C++. It was
inspired by RapidXml.
RapidJSON is small but complete. It supports both SAX and DOM style
API. The SAX parser is only a half thousand lines of code.
RapidJSON is fast. Its performance can be comparable to strlen().
It also optionally supports SSE2/SSE4.1 for acceleration.
RapidJSON is self-contained. It does not depend on external
libraries such as BOOST. It even does not depend on STL.
RapidJSON is memory friendly. Each JSON value occupies exactly
16/20 bytes for most 32/64-bit machines (excluding text string). By
default it uses a fast memory allocator, and the parser allocates
memory compactly during parsing.
RapidJSON is Unicode friendly. It supports UTF-8, UTF-16, UTF-32
(LE & BE), and their detection, validation and transcoding
internally. For example, you can read a UTF-8 file and let RapidJSON
transcode the JSON strings into UTF-16 in the DOM. It also supports
surrogates and "\u0000" (null character).
JSON(JavaScript Object Notation) is a light-weight data exchange
format. RapidJSON should be in fully compliance with RFC4627/ECMA-404.
--------------------------------------------------------------------------------
Update Information:
- New package
--------------------------------------------------------------------------------
ChangeLog:
* Sun Jan 16 2022 Antonio Trande <sagitter(a)fedoraproject.org> - 1.1.0-18
- Build for EPEL9
* Fri Jul 23 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.0-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Jan 27 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.0-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Sep 1 2020 Tom Hughes <tom(a)compton.nu> - 1.1.0-15
- Add patch for C++20 support
* Wed Jul 29 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.0-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jul 14 2020 Tom Hughes <tom(a)compton.nu> - 1.1.0-13
- Install pkg-config and cmake files to arched location
- Build documentation as noarch
* Thu Jan 30 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 1.1.0-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2034297 - Please build rapidjson for EPEL-9
https://bugzilla.redhat.com/show_bug.cgi?id=2034297
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update rapidjson' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2022-68f0dccf85
2022-01-30 02:05:45.784688
--------------------------------------------------------------------------------
Name : kiwi
Product : Fedora EPEL 8
Version : 9.24.19
Release : 2.el8
URL : http://osinside.github.io/kiwi/
Summary : Flexible operating system image builder
Description :
The KIWI Image System provides an operating system image builder
for Linux supported hardware platforms as well as for virtualization
and cloud systems like Xen, KVM, VMware, EC2 and more.
--------------------------------------------------------------------------------
Update Information:
Backport fix for dealing with xattrs properly with container image builds
--------------------------------------------------------------------------------
ChangeLog:
* Sat Jan 29 2022 Neal Gompa <ngompa(a)fedoraproject.org> - 9.24.19-2
- Backport fix for handling xattrs in container image builds
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update kiwi' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2022-e077d77cc4
2022-01-30 01:15:50.580130
--------------------------------------------------------------------------------
Name : kiwi
Product : Fedora EPEL 9
Version : 9.24.19
Release : 2.el9
URL : http://osinside.github.io/kiwi/
Summary : Flexible operating system image builder
Description :
The KIWI Image System provides an operating system image builder
for Linux supported hardware platforms as well as for virtualization
and cloud systems like Xen, KVM, VMware, EC2 and more.
--------------------------------------------------------------------------------
Update Information:
Backport fix for dealing with xattrs properly with container image builds
--------------------------------------------------------------------------------
ChangeLog:
* Sat Jan 29 2022 Neal Gompa <ngompa(a)fedoraproject.org> - 9.24.19-2
- Backport fix for handling xattrs in container image builds
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update kiwi' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2022-5eb4de292b
2022-01-30 01:15:50.580037
--------------------------------------------------------------------------------
Name : R
Product : Fedora EPEL 9
Version : 4.1.2
Release : 1.el9
URL : http://www.r-project.org
Summary : A language for data analysis and graphics
Description :
This is a metapackage that provides both core R userspace and
all R development components.
R is a language and environment for statistical computing and graphics.
R is similar to the award-winning S system, which was developed at
Bell Laboratories by John Chambers et al. It provides a wide
variety of statistical and graphical techniques (linear and
nonlinear modelling, statistical tests, time series analysis,
classification, clustering, ...).
R is designed as a true computer language with control-flow
constructions for iteration and alternation, and it allows users to
add additional functionality by defining new functions. For
computationally intensive tasks, C, C++ and Fortran code can be linked
and called at run time.
--------------------------------------------------------------------------------
Update Information:
Build for epel9
--------------------------------------------------------------------------------
ChangeLog:
* Wed Nov 3 2021 Tom Callaway <spot(a)fedoraproject.org> - 4.1.2-1
- update to 4.1.2
* Fri Oct 29 2021 I��aki ��car <iucar(a)fedoraproject.org> - 4.1.1-2
- Move javareconf to posttrans (bz 2009974)
* Sat Aug 14 2021 Tom Callaway <spot(a)fedoraproject.org> - 4.1.1-1
- update to 4.1.1
* Wed Jul 21 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.1.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Mon Jun 7 2021 Tom Callaway <spot(a)fedoraproject.org> - 4.1.0-1
- update to 4.1.0
* Wed May 19 2021 Pete Walter <pwalter(a)fedoraproject.org> - 4.0.5-2
- Rebuild for ICU 69
* Mon May 3 2021 Tom Callaway <spot(a)fedoraproject.org> - 4.0.5-1
- update to 4.0.5
* Mon Feb 15 2021 Tom Callaway <spot(a)fedoraproject.org> - 4.0.4-1
- update to 4.0.4
* Wed Feb 3 2021 Elliott Sales de Andrade <quantum.analyst(a)gmail.com> - 4.0.3-3
- Always provide normalized versions of R submodules
- Fixes rhbz#1924565
* Mon Jan 25 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.0.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Oct 12 2020 Tom Callaway <spot(a)fedoraproject.org> - 4.0.3-1
- update to 4.0.3
* Tue Sep 8 2020 Tom Callaway <spot(a)fedoraproject.org> - 4.0.2-5
- make cups a "Recommends" instead of a "Requires" (bz1875165)
- even though f31 uses a forked spec file, reflect the systemlapack change there here
* Fri Aug 7 2020 I��aki ��car <iucar(a)fedoraproject.org> - 4.0.2-4
- https://fedoraproject.org/wiki/Changes/FlexiBLAS_as_BLAS/LAPACK_manager
* Mon Jul 27 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 4.0.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jul 15 2020 Tom Callaway <spot(a)fedoraproject.org> - 4.0.2-2
- add additional paths to find libjvm.so (OpenJDK 11+)
* Mon Jun 22 2020 Tom Callaway <spot(a)fedoraproject.org> - 4.0.2-1
- update to 4.0.2
* Tue Jun 16 2020 Tom Callaway <spot(a)fedoraproject.org> - 4.0.1-1
- update to 4.0.1
* Mon Jun 15 2020 Pete Walter <pwalter(a)fedoraproject.org> - 4.0.0-3
- Rebuild for ICU 67
* Tue Jun 2 2020 Tom Callaway <spot(a)fedoraproject.org> - 4.0.0-2
- apply upstream fix for ppc64 infinite loop
* Fri May 8 2020 Tom Callaway <spot(a)fedoraproject.org> - 4.0.0-1
- update to 4.0.0
NOTE: This major release update requires all installed R modules to be rebuilt in order to work.
To help with this, we've added an R(ABI) Provides/Requires setup.
* Mon Mar 2 2020 Tom Callaway <spot(a)fedoraproject.org> - 3.6.3-1
- update to 3.6.3
- conditionalize lapack changes from previous commits to Fedora 32+ and EPEL-8
* Tue Feb 18 2020 Tom Callaway <spot(a)fedoraproject.org> - 3.6.2-5
- fix openblas conditionals, openblas has wider arch support everywhere except el7
* Tue Feb 18 2020 Tom Callaway <spot(a)fedoraproject.org> - 3.6.2-4
- fix conditionals so that Fedora builds against system openblas for lapack/blas
and we only generate the R lapack/blas libs on RHEL 5-6-7 (where system lapack/openblas
is not reliable). Thanks to Dirk Eddelbuettel for pointing out the error.
* Tue Jan 28 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 3.6.2-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Wed Dec 18 2019 Tom Callaway <spot(a)fedoraproject.org> - 3.6.2-2
- adjust ppc64 patch to reflect upstream fix
* Thu Dec 12 2019 Tom Callaway <spot(a)fedoraproject.org> - 3.6.2-1
- update to 3.6.2
- disable tests on all non-intel arches
- fix powerpc64
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #2037933 - Please branch and build R in epel9
https://bugzilla.redhat.com/show_bug.cgi?id=2037933
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update R' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2022-603933287c
2022-01-29 15:01:36.424243
--------------------------------------------------------------------------------
Name : monit
Product : Fedora EPEL 7
Version : 5.30.0
Release : 1.el7
URL : https://mmonit.com/monit/
Summary : Manages and monitors processes, files, directories and devices
Description :
monit is a utility for managing and monitoring, processes, files, directories
and devices on a UNIX system. Monit conducts automatic maintenance and repair
and can execute meaningful causal actions in error situations.
--------------------------------------------------------------------------------
Update Information:
Update to 5.30.0 (various bugfixes and improvements).
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jan 20 2022 Stewart Adam <s.adam(a)diffingo.com> - 5.30.0-1
- Update to 5.30.0
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1874909 - Missing option in monit.service
https://bugzilla.redhat.com/show_bug.cgi?id=1874909
[ 2 ] Bug #2039927 - monit-5.30.0 is available
https://bugzilla.redhat.com/show_bug.cgi?id=2039927
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update monit' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2022-246382d5dc
2022-01-29 15:01:36.424232
--------------------------------------------------------------------------------
Name : golang
Product : Fedora EPEL 7
Version : 1.16.13
Release : 2.el7
URL : http://golang.org/
Summary : The Go Programming Language
Description :
The Go Programming Language.
--------------------------------------------------------------------------------
Update Information:
Update to go1.16.13, Security fix for CVE-2021-44716, CVE-2021-41772,
CVE-2021-41771, CVE-2021-38297, CVE-2021-39293, CVE-2021-39293, CVE-2021-36221,
CVE-2021-44717
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jan 20 2022 Dave Dykstra <dwd(a)fedoraproject.org> - 1.16.13-2
- Add back providing go-srpm-macros on rhel 7
* Tue Jan 18 2022 Dave Dykstra <dwd(a)fedoraproject.org> - 1.16.13-1
- Update to go1.16.13, copied from f35
--------------------------------------------------------------------------------
References:
[ 1 ] Bug #1995656 - CVE-2021-36221 golang: net/http/httputil: panic due to racy read of persistConn after handler panic
https://bugzilla.redhat.com/show_bug.cgi?id=1995656
[ 2 ] Bug #2006044 - CVE-2021-39293 golang: archive/zip: malformed archive may cause panic or memory exhaustion (incomplete fix of CVE-2021-33196)
https://bugzilla.redhat.com/show_bug.cgi?id=2006044
[ 3 ] Bug #2012887 - CVE-2021-38297 golang: Command-line arguments may overwrite global data
https://bugzilla.redhat.com/show_bug.cgi?id=2012887
[ 4 ] Bug #2020725 - CVE-2021-41771 golang: debug/macho: invalid dynamic symbol table command can cause panic
https://bugzilla.redhat.com/show_bug.cgi?id=2020725
[ 5 ] Bug #2020736 - CVE-2021-41772 golang: archive/zip: Reader.Open panics on empty string
https://bugzilla.redhat.com/show_bug.cgi?id=2020736
[ 6 ] Bug #2030801 - CVE-2021-44716 golang: net/http: limit growth of header canonicalization cache
https://bugzilla.redhat.com/show_bug.cgi?id=2030801
[ 7 ] Bug #2030806 - CVE-2021-44717 golang: syscall: don't close fd 0 on ForkExec error
https://bugzilla.redhat.com/show_bug.cgi?id=2030806
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update golang' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2022-fdd69a762d
2022-01-29 15:01:36.424222
--------------------------------------------------------------------------------
Name : uberftp
Product : Fedora EPEL 7
Version : 2.9
Release : 1.el7
URL : https://gridcf.org/
Summary : GridFTP-enabled ftp client
Description :
UberFTP is the first interactive, GridFTP-enabled ftp client.
It supports GSI authentication, parallel data channels and
third party transfers.
--------------------------------------------------------------------------------
Update Information:
Version 2.9: * Build fixed for 32bit * Added IPv6 support provided by
Francesco Prelz of INFN Milan * Fixed recursive listings * No longer try to
delete file on error: Prior to this version UberFTP might have unexpectedly
deleted an existing file when overwrite protection of the GridFTP server
(dCache) was on.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jan 20 2022 Steve Traylen <steve.traylen(a)cern.ch> - 2.9-1
- Upstream to 2.9
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update uberftp' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2022-e72e5f1834
2022-01-29 15:01:36.424209
--------------------------------------------------------------------------------
Name : dcap
Product : Fedora EPEL 7
Version : 2.47.12
Release : 15.el7
URL : http://www.dcache.org/manuals/libdcap.shtml
Summary : Client Tools for dCache
Description :
dCache is a distributed mass storage system.
This package contains the client tools.
--------------------------------------------------------------------------------
Update Information:
Fix some compiler warnings and typos.
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jan 20 2022 Mattias Ellert <mattias.ellert(a)physics.uu.se> - 2.47.12-15
- Fix some compiler warnings and typos
* Thu Jan 20 2022 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.47.12-14
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Sep 14 2021 Sahana Prasad <sahana(a)redhat.com> - 2.47.12-13
- Rebuilt with OpenSSL 3.0.0
* Wed Jul 21 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.47.12-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Tue Jan 26 2021 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.47.12-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Jul 27 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.47.12-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Tue Jan 28 2020 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.47.12-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Wed Jul 24 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.47.12-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Thu Jan 31 2019 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.47.12-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Mon Jan 14 2019 Bj��rn Esser <besser82(a)fedoraproject.org> - 2.47.12-6
- Rebuilt for libcrypt.so.2 (#1666033)
* Thu Jul 12 2018 Fedora Release Engineering <releng(a)fedoraproject.org> - 2.47.12-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update dcap' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2022-2bf32d11bd
2022-01-29 15:01:36.424150
--------------------------------------------------------------------------------
Name : resalloc
Product : Fedora EPEL 7
Version : 4.2
Release : 1.el7
URL : https://github.com/praiskup/resalloc
Summary : Resource allocator for expensive resources - client tooling
Description :
The resalloc project aims to help with taking care of dynamically
allocated resources, for example ephemeral virtual machines used for
the purposes of CI/CD tasks.
The resalloc package provides the client-side tooling.
--------------------------------------------------------------------------------
Update Information:
new upstream release: https://github.com/praiskup/resalloc/releases/tag/v4.2
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jan 20 2022 Pavel Raiskup <praiskup(a)redhat.com> - 4.2-1
- new upstream release:
https://github.com/praiskup/resalloc/releases/tag/v4.2
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update resalloc' 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
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fedora EPEL Update Notification
FEDORA-EPEL-2022-a12f6e5d1c
2022-01-29 06:42:30.480844
--------------------------------------------------------------------------------
Name : packit
Product : Fedora EPEL 8
Version : 0.44.0
Release : 1.el8
URL : https://github.com/packit/packit
Summary : A tool for integrating upstream projects with Fedora operating system
Description :
This project provides tooling and automation to integrate upstream open source
projects into Fedora operating system.
--------------------------------------------------------------------------------
Update Information:
0.44.0 upstream release
--------------------------------------------------------------------------------
ChangeLog:
* Thu Jan 20 2022 Packit Service <user-cont-team+packit-service(a)redhat.com> - 0.44.0-1
- Packit now correctly finds the release, even if you don't use the version as
the title of the release on GitHub. ([packit#1437](https://github.com/packit/packit/pull/1437))
- Local branches are now named as `pr/{pr_id}` when checking out a PR, even
when it's not being merged with the target branch. This results in the NVR
of the build containing `pr{pr_id}` instead of `pr.changes{pr_id}`. ([packit#1445](https://github.com/packit/packit/pull/1445))
- A bug which caused ignoring the `--no-bump` and `--release-suffix` options
when creating an SRPMs from source-git repositories has been fixed. Packit
also doesn't touch the `Release` field in the specfile unless it needs to be
changed (the macros are not expanded that way when not necessary). ([packit#1452](https://github.com/packit/packit/pull/1452))
- When checking if directories hold a Git-tree, Packit now also allows `.git`
to be a file with a `gitdir` reference, not only a directory. ([packit#1458](https://github.com/packit/packit/pull/1458))
--------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use
su -c 'yum update packit' 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
--------------------------------------------------------------------------------