Skip to content

Commit

Permalink
pull up the make validate before build
Browse files Browse the repository at this point in the history
  • Loading branch information
antonvoznia committed Mar 12, 2022
1 parent 567dd6f commit ddc8551
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packaging/rpm/rear.spec
Original file line number Diff line number Diff line change
Expand Up @@ -157,15 +157,15 @@ fi
%prep
%setup -q

%check
%{__make} validate

%build

%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR="%{buildroot}"

%check
%{__make} validate

%files
# defattr: is required for SLES 11 and RHEL/CentOS 5 builds on openSUSE Build Service (#2135)
%defattr(-, root, root, 0755)
Expand Down

0 comments on commit ddc8551

Please sign in to comment.