diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-05-02 09:35:29 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2015-06-21 12:46:37 +0200 |
commit | 97eddcad12034022e433e6eb378d2d5ab8961e83 (patch) | |
tree | 2a63d34d0f536a12bebe83d188cf95f3bdbf4548 | |
parent | 83d87c53543c68e3c86619f0cc9275c3805617d0 (diff) | |
download | rpm-setup-97eddcad12034022e433e6eb378d2d5ab8961e83.tar rpm-setup-97eddcad12034022e433e6eb378d2d5ab8961e83.tar.gz rpm-setup-97eddcad12034022e433e6eb378d2d5ab8961e83.tar.bz2 rpm-setup-97eddcad12034022e433e6eb378d2d5ab8961e83.tar.xz rpm-setup-97eddcad12034022e433e6eb378d2d5ab8961e83.zip |
kill obsolete %defaultbuildroot
defaultbuildroot.patch wa dropped in rpm-4.6.0-0.rc2.1mnb2 on Dec 11 2008...
-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} |