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