Stephan Kulow 2012-02-24 09:52:59 +00:00 committed by Git OBS Bridge
parent b6a7748a7b
commit 85b911362a
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ Source3: patch_license
Source4: licenses_changes.txt
Source100: COPYING
Requires: osc-source_validator
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description

View File

@ -522,7 +522,7 @@ sub read_and_parse_old_spec {
}
if ( /^BuildRoot\s*:/i ) {
push @oldspec, "BuildRoot: %{_tmppath}/%{name}-%{version}-build";
push @oldspec, sprintf("%-16s%s", "BuildRoot:", "%{_tmppath}/%{name}-%{version}-build");
next;
}