Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify all installed packages using rpm -V #89

Merged
merged 1 commit into from
Jan 12, 2016

Conversation

mfojtik
Copy link
Contributor

@mfojtik mfojtik commented Jan 12, 2016

No description provided.

@mfojtik
Copy link
Contributor Author

mfojtik commented Jan 12, 2016

[test]

bparees added a commit that referenced this pull request Jan 12, 2016
Verify all installed packages using rpm -V
@bparees bparees merged commit 738d0f8 into sclorg:master Jan 12, 2016
@omajid
Copy link

omajid commented Dec 13, 2024

I came across this while doing some code archaeology. Does anyone remember why verifying installed packages is a good idea? It seems to me that if we just installed something from a trusted source using trusted tools, then everything we just installed would have been valid.

@omajid
Copy link

omajid commented Dec 13, 2024

Nevermind, found the answer in sclorg/s2i-perl-container#67

@frenzymadness
Copy link
Member

Thank you for the context. I don't think we need it anymore as dnf fails if it cannot find a package for at least one of arguments given.

I recall I had a problem with the verification. The problem was that I wanted to use a provide provided by a different packages on different OS versions and therefore being more universal than the name of the RPM that had to differ but the verification stopped me because you can verify only names, not provides. I don't recall the solution I chose then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants