BuildRoot is long deprecated and caused tests to fail.

This commit is contained in:
Alex Wood 2019-04-08 17:10:17 -04:00
parent 9ef7874044
commit fc12574880

View file

@ -5,10 +5,8 @@ Version: 0.0.1
Release: 1%{?dist}
Summary: tito test package for the external source builder
URL: https://example.com
Group: Applications/Internet
License: GPLv2
Source0: %{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-root-%(%{__id_u} -n)
BuildArch: noarch
%description
@ -19,10 +17,8 @@ Nobody cares.
%build
%install
rm -rf %{buildroot}
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)