Version update

This PR updates drspine's version number to v1.4.9. To build:

  1. sudo docker run -v local_path_to_repo:local_path_to_repo -it rockylinux:9
  2. In any directory other than the local_repo directory: bash drspine/rpmbuild_setup.sh
  3. Download gr-0.73.19-108.1.x86_64.rpm at https://software.opensuse.org//download.html?project=science%3Agr-framework&package=gr.
  4. Download python3-gr-1.30.0-109.9.x86_64.rpm at https://build.opensuse.org/projects/science:gr-framework/packages/python-gr/repositories/RockyLinux_9/binaries.
  5. Install them dnf install ./gr-0.73.17-106.2.x86_64.rpm ./python3-gr-1.27.0-105.17.x86_64.rpm
  6. run rpmdev-setuptree to create rpm directories.
  7. cp /drspine.spec ~/rpmbuild/SPECS/
  8. create a drspine-1.4.9 folder, copy everything in local repo into the folder. Then compress the drspine-1.4.9 folder as tar -zcvf drspine-1.4.9.tar.gz drspine-1.4.9
  9. cp drspine-1.4.9.tar.gz ~/rpmbuild/SOURCES
  10. copy these to Source directory too:
cp appendix.zip ~/rpmbuild/SOURCES

cp draftwatermark.zip ~/rpmbuild/SOURCES

cp cprotect.zip ~/rpmbuild/SOURCES

cp relsize.zip ~/rpmbuild/SOURCES
  1. QA_RPATHS=$(( 0x0001|0x002|0x0010 )) rpmbuild -ba ~/rpmbuild/SPECS/drspine.spec

To test:

  1. rpm -qilRp ~/rpmbuild/RPMS/x86_64/drspine-*.rpm
  2. dnf install ~/rpmbuild/RPMS/x86_64/python3.9-drspine-1.4.9-1.el9.x86_64.rpm
  3. !4 (comment 1672500)
Edited by Ma, Kyle

Merge request reports

Loading