commit d8da1ab9ff6a500a6b7da1f3367760ae02a5df6e Author: Lukas Krause Date: Thu Sep 15 14:05:11 2022 +0200 Initial commit diff --git a/.obs/workflows.yml b/.obs/workflows.yml new file mode 100644 index 0000000..db6e0ea --- /dev/null +++ b/.obs/workflows.yml @@ -0,0 +1,6 @@ +workflow: + steps: + - branch_package: + source_project: home:Admin + source_package: hello_world + target_project: test diff --git a/hello_world.spec b/hello_world.spec new file mode 100644 index 0000000..ceb4f86 --- /dev/null +++ b/hello_world.spec @@ -0,0 +1,29 @@ +Name: hello_world +Version: 1 +Release: 1 +Summary: Most simple RPM package +License: MIT + +%description +This is my first RPM package, which does nothing. + +%prep +# we have no source, so nothing here + +%build +cat > hello_world.sh <