Robbie Cannings

An online space to store my technical observations, learnings and anything which may help me or others in the future.

twitter linkedin youtube
Blog Logo
  • About
  • Blog
  • My Services
  • Twitter
  • LinkedIn
  • Email
All tags
    18 May 2016

    Modify an srpm

    To unpack the contents of an SRPM, make changes, then re-package it, follow the below steps 1) Install rpmbuild yum install rpmbuild 2) Install the srpm rpm -ivh http://server/package-1.0.1.src.rpm This will install source into ~/rpmbuild/SOURCE/package-1.0.1.tar.gz Spec file into…

    18 May 2016 Read More
    • linux
    • rpm
    • rpmbuild

    22 Dec 2015

    Building an rpm from source

    If you have a .src.rpm file, you can rebuild it on your local system using rpmbuild --rebuild /tmp/mypackage-1.0.0-1.src.rpm This will extrack the source files from the file and rebuild it using the instructions in the spec file.…

    22 Dec 2015 Read More
    • rpm
    • rpmbuild

    Load more posts
    Subscribe!
    Blog Logo
    All content copyright Robbie Cannings © 2021 • All rights reserved.
    Proudly published with Ghost