Bug 1221152 - "rpmconfigcheck" did not report *.rmpsave files
Summary: "rpmconfigcheck" did not report *.rmpsave files
Status: NEW
Alias: None
Product: openSUSE Distribution
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Leap 15.6
Hardware: x86-64 Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Michael Schröder
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-03-08 00:21 UTC by Neil Rickert
Modified: 2024-04-29 14:26 UTC (History)
1 user (show)

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Neil Rickert 2024-03-08 00:21:16 UTC
I updated 15.6-Alpha to 15.6-Beta.

I ran "rpmconfigcheck".

It did not report "/etc/ssh/ssh_config.rpmsave" nor "/etc/ssh/sshd_config.rpmsave".
Comment 1 Michael Schröder 2024-04-29 14:26:38 UTC
It's because it can only deal with the data it gets from the rpm database.

The ssh_config and sshd_config have been moved from /etc to /usr/etc, that's why  rpmconfigcheck cannot see the .rpmsave files in the old location.

Unfortunately I can't think of a way to fix this in rpm. (The openssh package could move the rpmsave files when doing the update, though)

(CCing the openssh maintainer)