]> git.pld-linux.org Git - packages/poldek.git/blame - poldek-noorder.patch
remove also static selinux libraries from BRs
[packages/poldek.git] / poldek-noorder.patch
CommitLineData
9303febc
KK
1diff --git a/pm/rpm/rpminstall.c b/pm/rpm/rpminstall.c
2index c128216..1a3fed8 100644
3--- a/pm/rpm/rpminstall.c
4+++ b/pm/rpm/rpminstall.c
5@@ -534,7 +534,9 @@ int pm_rpm_packages_uninstall(struct pkgdb *db, const tn_array *pkgs,
6 argv[nargs++] = (char*)ts->rootdir;
7 }
8
9+#ifndef HAVE_RPM_VERSION_GE_5
10 argv[nargs++] = "--noorder";
11+#endif
12
13 if (ts->rpmopts)
14 for (i=0; i<n_array_size(ts->rpmopts); i++)
This page took 0.028721 seconds and 4 git commands to generate.