diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | build.macros.in | 4 |
2 files changed, 1 insertions, 4 deletions
@@ -1,3 +1,4 @@ +- kill obsolete %defaultbuildroot - kill redondant/unmainted macro (mga#4927) Version 2.7 - 26 October 2014, by Pascal Terjan diff --git a/build.macros.in b/build.macros.in index 68b34e5..262e138 100644 --- a/build.macros.in +++ b/build.macros.in @@ -4,10 +4,6 @@ %_sys_macros_dir @RPMSYSCONFDIR@/macros.d %build_sysmacrospath() %{_sys_macros_dir}/%{?1:%{1}}%{?!1:%{name}}.macros -# [Pixel, Dec 2008] deprecated, to remove as soon as rpm 4.6.0 dust settles down -%defaultbuildroot %{_tmppath}/%{name}-%{version}-%{release}-buildroot - - # when %_with_git_repository is set, these macros modify the behaviour of "%prep" step: %_after_setup %{?_with_git_repository:GIT_URL="%{?git_url}" GIT_REPOSITORY_CACHE=%{?git_repository_cache} @RPMVENDORDIR@/git-repository--after-tarball} %_patch %{?_with_git_repository:PKG_NAME=%{name} @RPMVENDORDIR@/git-repository--apply-patch}%{?!_with_git_repository:%__patch -U} |