Skip to content

Commit

Permalink
rename to hello-world
Browse files Browse the repository at this point in the history
hello is a GNU package

Signed-off-by: Tomas Tomecek <[email protected]>
  • Loading branch information
TomasTomecek authored and majamassarini committed Jun 6, 2023
1 parent e4737b8 commit f2d3040
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .packit.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
packit_instances: ["prod", "stg"]
specfile_path: hello.spec
specfile_path: hello-world.spec
files_to_sync:
- .packit.yaml
- hello.spec
- hello-world.spec
upstream_package_name: hello
downstream_package_name: hello
# actions:
Expand All @@ -29,7 +29,7 @@ jobs:
- "125523088429" # TF
share_with_sources: ["5910538"]
image_customizations:
packages: [hello]
packages: [hello-world]
image_distribution: fedora-36
owner: packit
project: packit-hello-world-1363
Expand Down
4 changes: 2 additions & 2 deletions hello.spec → hello-world.spec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
Name: hello
Name: hello-world
Version: 0.1.0
Release: 1%{?dist}
Summary: Nice and a polite tool to make your day
License: MIT
URL: https://github.com/packit-service/hello-world
Source0: hello-%{version}.tar.gz
Source0: hello-world-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
Expand Down

0 comments on commit f2d3040

Please sign in to comment.