Skip to content

Commit

Permalink
modified packit flag
Browse files Browse the repository at this point in the history
  • Loading branch information
say-paul committed Jul 18, 2023
1 parent b261ce8 commit ef56854
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion greenboot.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
%global __cargo_is_lib() false
%global forgeurl https://github.com/fedora-iot/greenboot

Version: 1.1.30
Version: 1.1.31

%forgemeta

Expand All @@ -17,6 +17,7 @@ License: LGPLv2+

URL: %{forgeurl}
Source: %{forgesource}

%if "%{?commit}" != ""
Source1: %{name}-%{commit}-vendor.tar.gz
%else
Expand Down Expand Up @@ -157,7 +158,11 @@ Requires: jq

%prep
%forgeautosetup
%if 1%{?with_packit}
tar xvf %{SOURCE1}
%else
%autosetup -n %{archivename} -D -T -a 1
%endif
%if ! 0%{?with_bundled}
%cargo_prep
%else
Expand Down

0 comments on commit ef56854

Please sign in to comment.