update to rpm-4.9.0
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=93
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
--- ./macros.in.orig 2009-12-07 14:36:49.000000000 +0000
|
||||
+++ ./macros.in 2010-03-25 15:13:43.000000000 +0000
|
||||
@@ -175,22 +175,22 @@
|
||||
--- ./macros.in.orig 2011-01-03 13:57:41.000000000 +0000
|
||||
+++ ./macros.in 2011-05-12 14:32:18.000000000 +0000
|
||||
@@ -178,22 +178,22 @@
|
||||
|
||||
# Template for debug information sub-package.
|
||||
%debug_package \
|
||||
@@ -52,7 +52,7 @@
|
||||
#
|
||||
# Use internal dependency generator rather than external helpers?
|
||||
-%_use_internal_dependency_generator 1
|
||||
+%_use_internal_dependency_generator 0
|
||||
+%_use_internal_dependency_generator 1
|
||||
|
||||
#
|
||||
# Filter GLIBC_PRIVATE Provides: and Requires:
|
||||
@@ -79,32 +79,25 @@
|
||||
+#%__find_supplements ???
|
||||
+#%__find_enhances ???
|
||||
|
||||
#
|
||||
# Path to file attribute classifications for automatic dependency
|
||||
@@ -533,12 +539,12 @@ print (t)\
|
||||
#
|
||||
# Path to scripts to autogenerate per-interpreter package dependencies.
|
||||
@@ -644,15 +650,15 @@ print (t)\
|
||||
%_dbi_config_Packages %{_dbi_htconfig} lockdbfd
|
||||
|
||||
# "Depends" is a per-transaction cache of known dependency resolutions.
|
||||
-%_dbi_config_Depends %{_dbi_htconfig} temporary private
|
||||
+%_dbi_config_Depends %{_dbi_htconfig} temporary private nofsync
|
||||
# Misc BDB tuning options
|
||||
-%__dbi_other mp_mmapsize=128Mb mp_size=64Mb
|
||||
+%__dbi_other mp_mmapsize=128Mb mp_size=64Mb
|
||||
|
||||
-%_dbi_config_Dirnames %{_dbi_btconfig}
|
||||
-%_dbi_config_Requireversion %{_dbi_btconfig}
|
||||
-%_dbi_config_Provideversion %{_dbi_btconfig}
|
||||
-%_dbi_config_Installtid %{_dbi_btconfig}
|
||||
-%_dbi_config_Removetid %{_dbi_btconfig}
|
||||
+%_dbi_config_Dirnames %{_dbi_btconfig} nofsync
|
||||
+%_dbi_config_Requireversion %{_dbi_btconfig} nofsync
|
||||
+%_dbi_config_Provideversion %{_dbi_btconfig} nofsync
|
||||
+%_dbi_config_Installtid %{_dbi_btconfig} nofsync
|
||||
+%_dbi_config_Removetid %{_dbi_btconfig} nofsync
|
||||
-%_dbi_config %{?__dbi_other}
|
||||
+%_dbi_config %{?__dbi_other} nofsync
|
||||
|
||||
-%_dbi_config %{_dbi_htconfig}
|
||||
+%_dbi_config %{_dbi_htconfig} nofsync
|
||||
# "Packages" should have shared/exclusive fcntl(2) lock using "lockdbfd".
|
||||
-%_dbi_config_Packages %{?_dbi_config} lockdbfd
|
||||
+%_dbi_config_Packages %{?__dbi_other} lockdbfd
|
||||
|
||||
# XXX legacy configuration.
|
||||
# Choose db interface:
|
||||
@@ -991,7 +997,7 @@ print (t)\
|
||||
#==============================================================================
|
||||
# ---- GPG/PGP/PGP5 signature macros.
|
||||
@@ -857,7 +863,7 @@ print (t)\
|
||||
%_build_vendor %{_host_vendor}
|
||||
%_build_os %{_host_os}
|
||||
%_host @host@
|
||||
@@ -113,7 +106,7 @@
|
||||
%_host_cpu @host_cpu@
|
||||
%_host_vendor @host_vendor@
|
||||
%_host_os @host_os@
|
||||
@@ -1154,6 +1160,181 @@ done \
|
||||
@@ -1020,6 +1026,181 @@ done \
|
||||
%python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; import sys; sys.stdout.write(get_python_lib(1))")
|
||||
%python_version %(%{__python} -c "import sys; sys.stdout.write(sys.version[:3])")
|
||||
|
||||
@@ -295,7 +288,7 @@
|
||||
#------------------------------------------------------------------------------
|
||||
# arch macro for all Intel i?86 compatibile processors
|
||||
# (Note: This macro (and it's analogues) will probably be obsoleted when
|
||||
@@ -1164,7 +1345,9 @@ done \
|
||||
@@ -1030,7 +1211,9 @@ done \
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# arch macro for all supported ARM processors
|
||||
@@ -306,7 +299,7 @@
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
# arch macro for all supported Sparc processors
|
||||
@@ -1197,3 +1380,26 @@ done \
|
||||
@@ -1070,3 +1253,26 @@ done \
|
||||
|
||||
# \endverbatim
|
||||
#*/
|
||||
|
Reference in New Issue
Block a user