Back to bug 1026750

Who When What Removed Added
Konstantin Lepikhov 2013-12-17 10:23:36 UTC CC packaging-team-maint
Flags needinfo?(packaging-team-maint)
Konstantin Lepikhov 2014-01-14 09:18:26 UTC Blocks 994246
Martin Tessun 2014-02-17 17:15:56 UTC CC mtessun
Jan Zeleny 2014-02-18 13:10:33 UTC CC jzeleny
Flags needinfo?(packaging-team-maint)
Konstantin Lepikhov 2014-09-23 08:46:59 UTC Flags needinfo?(packaging-team-maint)
Panu Matilainen 2014-09-23 08:56:21 UTC Flags needinfo?(packaging-team-maint)
Chris Williams 2014-10-09 18:38:55 UTC Blocks 1075802
Florian Festi 2014-12-15 12:26:48 UTC CC ffesti
Karel Srot 2015-01-06 13:29:23 UTC CC ksrot
John Skeoch 2015-02-01 23:04:49 UTC CC jbuchta
Marek Marusic 2015-02-05 10:28:04 UTC CC mmarusic
QA Contact qe-baseos-security mmarusic
Ľuboš Kardoš 2015-02-26 07:59:18 UTC Status NEW MODIFIED
CC lkardos
errata-xmlrpc 2015-02-26 08:12:29 UTC Status MODIFIED ON_QA
Marek Marusic 2015-03-31 07:33:52 UTC Status ON_QA VERIFIED
Fixed In Version rpm-4.8.0-40.el6
Ľuboš Kardoš 2015-05-20 11:52:04 UTC Doc Text Cause:
If a string declared as here-document in a perl module in some package started with "use something" then rpmbuild created in the package wrong require on perl(something).

Consequence:
Wrong requires of the package.

Fix:
Keywords use and require are ignored in here-document strings.

Result:
No wrong requires of the package.
errata-xmlrpc 2015-07-20 13:44:02 UTC Status VERIFIED RELEASE_PENDING
errata-xmlrpc 2015-07-22 07:03:02 UTC Status RELEASE_PENDING CLOSED
Resolution --- ERRATA
Last Closed 2015-07-22 03:03:02 UTC
Jiri Herrmann 2015-11-17 21:26:56 UTC CC jherrman
Doc Text Cause:
If a string declared as here-document in a perl module in some package started with "use something" then rpmbuild created in the package wrong require on perl(something).

Consequence:
Wrong requires of the package.

Fix:
Keywords use and require are ignored in here-document strings.

Result:
No wrong requires of the package.
Under certain circumstances, the rpm utility incorrectly required the /proc file system to be mounted, and using rpm failed with the following error:

warning: Failed to read auxiliary vector, /proc not mounted?

With this update, the /proc file system is only required for appropriate RPM operations, and the described failure no longer occurs.

Back to bug 1026750