Skip to content

Instantly share code, notes, and snippets.

View aho-webprefer's full-sized avatar

J. Aho aho-webprefer

View GitHub Profile
@fuzzmz
fuzzmz / empty_rpm.md
Last active January 14, 2024 09:12
How to build an empty .rpm file

How to create an empty .rpm file

First create a package_name.spec file with the following content:

Summary: Summary here
Name: package_name
Version: 0
Release: 0

License: Public