TUT1197 From Source to the Package

Опубликовано: 27 Февраль 2026
на канале: SUSECON
123
3

This tutorial session was delivered at SUSECON in April 2019, in Nashville, TN.
Abstract: This will be a technical tutorial on how you can get a rpm package out of some
source code. And all this with the osc (opensuse-commander) command line tool.

This will include the basic topics:

using a source tarball
getting the source from a VCS system
writing a basic spec file
make some local checks to see if everything is alright
upload the package to the Open Build Service
get it into Factory

And all this with the osc (opensuse-commander) command line tool.
After this tutorial you will be able to create a package in the Open Build Service
and install it on your system.

This will also cover some advanced topics like:

using constraints to get more power
build process investigation
writing proper changelog messages
building containers
Github triggers