Skip to content

Commit

Permalink
chore: Lock version in spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo authored Jul 27, 2024
1 parent 8b559e3 commit 12c95e5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkg/rpm.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
%global modname yafti
%define version %(poetry version -s)

Name: yafti
Version: %{version}
Version: 0.8.0
Release: 0%{?dist}
Summary: Yet Another First Time Installer
License: Apache-2.0
Expand All @@ -12,7 +11,6 @@ Source0: https://pypi.io/packages/source/y/%{modname}/%{modname}-%{versio
BuildArch: noarch

BuildRequires: pyproject-rpm-macros
BuildRequires: poetry

%generate_buildrequires
%pyproject_buildrequires
Expand Down

0 comments on commit 12c95e5

Please sign in to comment.