Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World RPM Package

This repository contains the source code and build scripts for creating an RPM package for a simple "Hello World" application written in c.

Project Structure

  • Makefile: Contains the build and clean commands for the project.
  • hello.spec: The RPM spec file that defines the package metadata and build instructions.
  • .rpmlintrc.toml: Configuration file for rpmlint to suppress specific warnings.
  • hello.c: The main program for the "Hello World" application.

Prerequisites

  • gcc: GNU Compiler Collection.
  • make: Build automation tool.
  • rpmbuild: RPM build tool.
  • rpmlint: RPM lint tool.

Build Instructions

To build the RPM package, run the following command:

make rpm-build

About

Blueprint to build RPM package in CI/CD Pipeline

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages