mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 20:22:46 +00:00
BuildRoot is long deprecated and caused tests to fail.
This commit is contained in:
parent
9ef7874044
commit
fc12574880
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue