diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | build.macros.in | 8 |
2 files changed, 3 insertions, 7 deletions
@@ -1,3 +1,5 @@ +- kill redondant/unmainted macro (mga#4927) + Version 2.7 - 26 October 2014, by Pascal Terjan - add support for limiting parallel builds by defining diff --git a/build.macros.in b/build.macros.in index 5d2a6fe..68b34e5 100644 --- a/build.macros.in +++ b/build.macros.in @@ -33,12 +33,6 @@ # (e.g. per-platform, per-system, per-packager, per-package) macros. # -%debug_package_and_restore %{debug_package} \ -%package __restore__\ -Summary: %{summary}\ -Group: %{group}\ -%description __restore__ - %ix86 i386 i486 i586 i686 pentium3 pentium4 athlon k6 %sparc sun4 sun4m sun4c sun4d sun4u sparcv9b sparcv9v2 %{sparcx} @@ -568,7 +562,7 @@ sed -i -e 's/`git ls-files`/`find -type f`/' \\\ [ %{_with build} -eq 1 ] || exit 0 \ %{nil} -%install %{?_enable_debug_packages:%{?buildsubdir:%{debug_package_and_restore}}}\ +%install %{?_enable_debug_packages:%{?buildsubdir:%{debug_package}}}\ %%install\ [ %{_with install} -eq 1 ] || exit 0 \ %{nil} |