[packages/rpm] - disabling dirname_deps was a typo, we use them for a long time now - release 4
baggins
baggins at pld-linux.org
Sat Sep 22 11:49:29 CEST 2012
commit 4ccaee6b1c10d89b0b2459d1de95a10295b41831
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sat Sep 22 11:48:33 2012 +0200
- disabling dirname_deps was a typo, we use them for a long time now
- release 4
macros.pld.in | 3 +--
rpm.spec | 2 +-
2 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/rpm.spec b/rpm.spec
index 2938762..cff8c02 100644
--- a/rpm.spec
+++ b/rpm.spec
@@ -48,7 +48,7 @@ Summary(ru.UTF-8): Менеджер пакетов от RPM
Summary(uk.UTF-8): Менеджер пакетів від RPM
Name: rpm
Version: 5.4.10
-Release: 3
+Release: 4
License: LGPL
Group: Base
# http://rpm5.org/files/rpm/rpm-5.4/rpm-5.4.10-0.20120706.src.rpm
diff --git a/macros.pld.in b/macros.pld.in
index cec36f8..fc6d889 100644
--- a/macros.pld.in
+++ b/macros.pld.in
@@ -116,9 +116,8 @@ pakietu oraz przy odpluskwianiu samego pakietu.\
# provides don't obsolete
%_upgrade_tag name
-# Disable automatic dependencies on parent directory and symlinks for now
+# Disable automatic dependencies on symlinks for now (debuginfo packages pull too many deps)
%_check_symlink_deps 0
-%_check_dirname_deps 0
# Do not generate executable() dependencies for scriptlets,
# as it may give false positives, for example:
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpm.git/commitdiff/4ccaee6b1c10d89b0b2459d1de95a10295b41831
More information about the pld-cvs-commit
mailing list