RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1425899 - rpmdiff found issue with acpica-tools.spec's changelog
Summary: rpmdiff found issue with acpica-tools.spec's changelog
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: acpica-tools
Version: 7.3
Hardware: Unspecified
OS: Linux
low
low
Target Milestone: rc
: 7.6
Assignee: Al Stone
QA Contact: Mike Gahagan
URL:
Whiteboard:
Depends On:
Blocks: 1532680
TreeView+ depends on / blocked
 
Reported: 2017-02-22 17:19 UTC by Dean Nelson
Modified: 2018-10-30 11:46 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: No Doc Update
Doc Text:
undefined
Clone Of:
Environment:
Last Closed: 2018-10-30 11:46:13 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2018:3305 0 None None None 2018-10-30 11:46:24 UTC

Description Dean Nelson 2017-02-22 17:19:53 UTC
Description of problem:

rpmdiff found issue with "RPM changelog", saying the following from acpica-tools.spec needs inspection...

   * Wed Jul 15 2015 Dean Nelson <dnelson> - 20150619-3
  -- Remove acpitests-unix-20150619 directory from the build because it was a
  +- Remove acpitests-unix-20160527 directory from the build because it was a
     mistake that it was present and it complicated the fixing of the file

This results from the use of the "%{version}" macro that appears in the changelog. The percent character has a special meaning, so it has to be escaped by another '%' to avoid the substitution, like so...

diff --git a/acpica-tools.spec b/acpica-tools.spec
index a9c69eb..63e1d51 100644
--- a/acpica-tools.spec
+++ b/acpica-tools.spec
@@ -182,7 +182,7 @@ fi
 - Refresh existing patches and add/delete ones to enable a clean build.
 
 * Wed Jul 15 2015 Dean Nelson <dnelson> - 20150619-3
-- Remove acpitests-unix-%{version} directory from the build because it was a
+- Remove acpitests-unix-%%{version} directory from the build because it was a
   mistake that it was present and it complicated the fixing of the file
   permissions done related to RHBZ 1211328's requested rebase.


The importance of this fix is so low, that it will have to wait until something worth fighting through the errata process (with its rpmdiff and covscan morass) arrives.  ;-)

Comment 4 Al Stone 2018-01-26 22:33:13 UTC
Fedora package has a patch applied for this problem; just need to pull it in for 7.6.

Comment 5 Beth Uptagrafft 2018-07-11 19:07:54 UTC
(In reply to Al Stone from comment #4)
> Fedora package has a patch applied for this problem; just need to pull it in
> for 7.6.

Al, are we going to do this in 7.6?

Comment 6 Al Stone 2018-07-13 00:37:43 UTC
Patch applied, build done:

https://brewweb.engineering.redhat.com/brew/taskinfo?taskID=17141838

Comment 8 Mike Gahagan 2018-07-26 15:54:06 UTC
Issue was fixed in 20160527-2 per rpmdiff output.

Comment 10 errata-xmlrpc 2018-10-30 11:46:13 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2018:3305


Note You need to log in before you can comment on or make changes to this bug.