Obtaining the RPM sources from the spec file
In this post, I'll talk about how to programatically obtain the source list from the an RPM specification (spec) file and what's the usecase for it TL;DR To...
Welcome to my blog's 127.0.0.1, as most developers I spend a huge chunk of my time reading code and manuals. When I find or do something interesting enough to share it, I post it in here (Mostly for my own learning). If you want to know more about this blog check out the About page. I hope what you find here is useful for you as well.
In this post, I'll talk about how to programatically obtain the source list from the an RPM specification (spec) file and what's the usecase for it TL;DR To...
This post explores the differences between a null (empty) variable and an unset variable in Bash. It also contains a snippet to check whether a variable is s...
As a tradition to developers this is the first post and a welcome message to whomever happens to read this.