Re: [Rpm-maint] [rpm-software-management/rpm] Remove extra dependencies (#86)

2016-09-10 Thread Alexey Gladkov
@Conan-Kudo @ignatenkobrain commit message fixed. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/86#issuecomment-246130496___

[Rpm-maint] [rpm-software-management/rpm] Remove extra dependencies (#86)

2016-09-09 Thread Alexey Gladkov
I refactor rpm2cpio.sh to require less external tools. After refactoring the utility it requires to work: `dd` (coreutils), `printf` (coreutils) and unarchivers. I also added a check that file passed as argument is the rpm file. Also I fixed the signatures of compressed data. You can view,

[Rpm-maint] [PATCH v1] Libraries depends

2010-11-22 Thread Alexey Gladkov
Greetings! Here are a few changes to improve the search for dependencies in the libraries: http://git.altlinux.org/people/legion/packages/rpm.git libdeps Alexey Gladkov (3): macros.in: Move environment exhibiting to a separate macro Use /bin/sh -c to run helpers Add new helper

[Rpm-maint] [PATCH 1/3] macros.in: Move environment exhibiting to a separate macro

2010-11-22 Thread Alexey Gladkov
Signed-off-by: Alexey Gladkov gladkov.ale...@gmail.com --- macros.in | 12 1 files changed, 8 insertions(+), 4 deletions(-) diff --git a/macros.in b/macros.in index e151416..9e18472 100644 --- a/macros.in +++ b/macros.in @@ -676,10 +676,7 @@ print (t)\ # Global defaults used

[Rpm-maint] [PATCH 2/3] Use /bin/sh -c to run helper

2010-11-22 Thread Alexey Gladkov
Signed-off-by: Alexey Gladkov gladkov.ale...@gmail.com --- build/rpmfc.c | 31 +-- macros.in |3 +++ 2 files changed, 28 insertions(+), 6 deletions(-) diff --git a/build/rpmfc.c b/build/rpmfc.c index f3c0672..a063d24 100644 --- a/build/rpmfc.c +++ b/build

[Rpm-maint] [PATCH 3/3] Add new helper to search for dependencies in the libraries

2010-11-22 Thread Alexey Gladkov
The helper generates depends not on all files, but only for those which are found in certain directories. Helpers checks the configuration of ldconfig, standart directories %_libdir and /%lib, and directories in the RPM_FINDPROV_LIB_PATH variable. Signed-off-by: Alexey Gladkov gladkov.ale

Re: [Rpm-maint] [PATCH] Split the processing programs and libraries

2010-10-31 Thread Alexey Gladkov
31.10.2010 13:57, Panu Matilainen wrote: No objections to splitting elf libraries to a separate class as such, in fact this is one of the things I had in mind with the new dep generator: enabling much more finer grained handling of different file types. The same thing largely applies to

[Rpm-maint] [PATCH] Split the processing programs and libraries

2010-10-29 Thread Alexey Gladkov
library usually results in a core dump. http://www.us.debian.org/doc/debian-policy/ch-sharedlibs.html Signed-off-by: Alexey Gladkov gladkov.ale...@gmail.com --- fileattrs/elf.attr|2 +- fileattrs/elflib.attr |4 2 files changed, 5 insertions(+), 1 deletions(-) create mode 100644

[Rpm-maint] roadmap for brp-* and check-*

2010-10-29 Thread Alexey Gladkov
Greetings! Are there any plans to expand the functionality of brp-* and check-* ? -- Rgrds, legion ___ Rpm-maint mailing list Rpm-maint@lists.rpm.org http://lists.rpm.org/mailman/listinfo/rpm-maint