Skip to content

Commit

Permalink
fix dockerfile build 7
Browse files Browse the repository at this point in the history
  • Loading branch information
shadichy committed Feb 11, 2024
1 parent 357c8a5 commit 6b5da8f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions template.spec
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ BuildArch: {{ARCH}}
%description
{{DESC}}

%global debug_package %{nil}

%prep
rm -rf $RPM_BUILD_ROOT

%setup -n %{name}

%build
%autosetup

%install
{{INSTALL}}
Expand All @@ -37,5 +37,3 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-, root, root)
{{FILES}}

%changelog

0 comments on commit 6b5da8f

Please sign in to comment.