Bug 2046426
| Summary: | sysfsutils needs to be rebuilt for rhel-8.6, no functional changes | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Chris White <chwhite> |
| Component: | sysfsutils | Assignee: | Chris White <chwhite> |
| Status: | CLOSED ERRATA | QA Contact: | Jeff Bastian <jbastian> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 8.6 | CC: | core-kernel-mgr, jbastian |
| Target Milestone: | rc | Keywords: | Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | sysfsutils-2.1.0-25.el8 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-05-10 15:30:50 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Chris White
2022-01-26 16:40:34 UTC
Verified with sysfsutils-2.1.0-25.el8 on RHEL-8.6.0-20220215.2. A quick check of the dist-git history shows there were indeed no changes other than a revision bump and a changelog note:
$ git show c55f04490248bd3f01fbfd2f609532889f11ab10
commit c55f04490248bd3f01fbfd2f609532889f11ab10 (HEAD -> rhel-8.6.0, origin/rhel-8.6.0)
Author: Chris White <chwhite>
Date: Thu Jan 27 16:15:25 2022 +0000
Rebuilt for RHEL 8.6
Resolves: rhbz#2046426
Signed-off-by: Chris White <chwhite>
diff --git a/sysfsutils.spec b/sysfsutils.spec
index a13a90b8627c..3d5ac6da7fdf 100644
--- a/sysfsutils.spec
+++ b/sysfsutils.spec
@@ -3,7 +3,7 @@ URL: http://sourceforge.net/projects/linux-diag/
License: GPLv2
Group: Development/Tools
Version: 2.1.0
-Release: 24%{?dist}
+Release: 25%{?dist}
Summary: Utilities for interfacing with sysfs
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -84,6 +84,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Thu Jan 27 2021 Chris White <chwhite> 2.1.0-24
+- Rebuilt for 8.6. Resolves: rhbz#2046426
+
* Mon Oct 22 2018 Neil Horman <nhorman> 2.1.0-24
- Fix annocheck build issues (bz 1630632)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
And a sanity test on the functionality shows all is working well after the rebuild:
:::::::::::::
:: aarch64 ::
:::::::::::::
[root@ampere-mtsnow-altra-02-vm-10 ~]# systool -a -c block | head -20
Class = "block"
Class Device = "dm-0"
alignment_offset
capability
dev
discard_alignment
ext_range
hidden
inflight
range
removable
ro
size
stat
uevent
Class Device = "dm-1"
alignment_offset
:::::::::::::
:: ppc64le ::
:::::::::::::
[root@ibm-p8-kvm-03-guest-09 ~]# systool -a -m dm_mirror | head -20
Module = "dm_mirror"
Attributes:
coresize
initsize
initstate
refcnt
rhelversion
srcversion
taint
uevent
Parameters:
raid1_resync_throttle
Sections:
.data
.data.rel
.eh_frame
.exit.text
:::::::::::
:: s390x ::
:::::::::::
[root@ibm-z-110 ~]# systool -p -c block | head -20
Class = "block"
Class Device = "dasda"
Class Device path = "/sys/devices/css0/0.0.0009/0.0.0120/block/dasda"
Device = "0.0.0120"
Device path = "/sys/devices/css0/0.0.0009/0.0.0120"
Class Device = "dasdb"
Class Device path = "/sys/devices/css0/0.0.000a/0.0.0121/block/dasdb"
Device = "0.0.0121"
Device path = "/sys/devices/css0/0.0.000a/0.0.0121"
Class Device = "dasdc"
Class Device path = "/sys/devices/css0/0.0.000b/0.0.0122/block/dasdc"
Device = "0.0.0122"
Device path = "/sys/devices/css0/0.0.000b/0.0.0122"
::::::::::::
:: x86_64 ::
::::::::::::
[root@amd-annapurna-01 ~]# systool -a -b pci | head -20
Bus = "pci"
0000:00:00.0 1022:1410
ari_enabled
broken_parity_status
class
config
consistent_dma_mask_bits
d3cold_allowed
device
dma_mask_bits
driver_override
enable
irq
local_cpulist
local_cpus
modalias
msi_bus
numa_node
power_state
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 (sysfsutils bug fix and enhancement update), 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-2022:2099 |