Skip to content

Commit f1339e8

Browse files
TomasTomecekmajamassarini
authored andcommitted
rename to hello-world
hello is a GNU package Signed-off-by: Tomas Tomecek <[email protected]>
1 parent 62b43d1 commit f1339e8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.packit.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
packit_instances: ["prod", "stg"]
3-
specfile_path: hello.spec
3+
specfile_path: hello-world.spec
44
files_to_sync:
55
- .packit.yaml
6-
- hello.spec
6+
- hello-world.spec
77
upstream_package_name: hello
88
downstream_package_name: hello
99
# actions:
@@ -29,7 +29,7 @@ jobs:
2929
- "125523088429" # TF
3030
share_with_sources: ["5910538"]
3131
image_customizations:
32-
packages: [hello]
32+
packages: [hello-world]
3333
image_distribution: fedora-38
3434
owner: packit
3535
project: packit-hello-world-1481

hello.spec renamed to hello-world.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
Name: hello
1+
Name: hello-world
22
Version: 0.1.0
33
Release: 1%{?dist}
44
Summary: Nice and a polite tool to make your day
55
License: MIT
66
URL: https://github.com/packit-service/hello-world
7-
Source0: hello-%{version}.tar.gz
7+
Source0: hello-world-%{version}.tar.gz
88
BuildArch: noarch
99
BuildRequires: python3-devel
1010
BuildRequires: python3-setuptools

0 commit comments

Comments
 (0)