https://bugzilla.redhat.com/show_bug.cgi?id=1901106
Robert-André Mauchin 🐧 zebob.m@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |zebob.m@gmail.com Doc Type|--- |If docs needed, set a value
--- Comment #1 from Robert-André Mauchin 🐧 zebob.m@gmail.com --- - You should specify what you patched in a comment:
# Initial patched metadata # Bump blah to X, PR: https://... Patch0: pam-sys-fix-metadata.diff
Patching libc is unnecessary:
[dependencies.libc] -version = "0.2.39" +version = "0.2"
0.2.39 will work with any patch number below 0.3
- You must include the license files with %license in %files devel:
%files devel %license LICENSE-APACHE LICENSE-MIT
- You should include CHANGELOG.md in %doc
%doc CHANGELOG.md README.md