bring cscope to rhel-9.0-ga. errata RHBA-2022:90192 requires a bugzilla to proceed.
Created attachment 1866648 [details] cscope-tests.tar.gz
Created attachment 1867166 [details] cscope-tests.tar.gz
a testing plan 1) install an x86_64 package to be tested and sources from https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=1689059: mkdir cscope-test && cd cscope-test wget http://download.eng.bos.redhat.com/brewroot/vol/rhel-9/packages/cscope/15.9/12.el9/{x86_64/cscope-15.9-12.el9.x86_64.rpm,src/cscope-15.9-12.el9.src.rpm} dnf -y install cscope-15.9-12.el9.x86_64.rpm 2) unpack sources rpm2cpio < cscope-15.9-12.el9.src.rpm | cpio -icdum tar -xf cscope-15.9.tar.gz 3) grab and unpack tests (attached to this bz) wget -O cscope-tests.tar.gz https://bugzilla.redhat.com/attachment.cgi?id=1867166 tar -xf cscope-tests.tar.gz 4) run tests, should not say "FAIL" cd cscope-15.9 for i in ../check*.sh; do ${i}; if [ $? -ne 0 ]; then echo FAIL; fi; done should say (item 5 is intentionally missing): Searching item 0, 'find C symbol' Searching item 1, 'symbol definition' Searching item 2, 'functions called by' Searching item 3, 'functions calling' Searching item 4, 'regular text string' Searching item 6, 'egrep string' Searching item 7, 'file named' Searching item 8, 'files including this file' Searching item 9, 'assignments to symbol' 5) clean up dnf -y erase cscope cd ../.. rm -rf cscope-test
https://errata.devel.redhat.com/advisory/90192 was force-moved to QE, this bz is not needed anymore.