rpm学习

https://www.cnblogs.com/SQL888/p/5776442.html

https://bintray.com/jfrog/artifactory-pro/jfrog-artifactory-pro-zip/6.3.0

https://mvnrepository.com/artifact/org.postgresql/postgresql/9.4-1204-jdbc42

https://www.redhat.com/archives/rpm-list/2001-November/msg00257.html

https://bugzilla.redhat.com/show_bug.cgi?id=1321988

https://access.redhat.com/errata/RHBA-2016:0948

/usr/lib/rpm/brp-compress compressing man and info pages (usually using
gzip).  For a debuggable package, you can probably leave that in.

/usr/lib/rpm/brp-strip is what strips the binaries; you'll want to
leave it out.

/usr/lib/rpm/brp-strip-comment-note strips additional sections from ELF
binaries (but only does so for already-stripped binaries).  Even so,
it's safest to leave it out of the post-%install if you know you don't
want binaries stripped at all.

你可能感兴趣的:(rpm)