[Rpm-maint] [rpm-software-management/rpm] set a %_specfile macro during build, holding full path to spec file (#202)

2017-04-19 Thread proyvind
You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/202 -- Commit Summary -- * set a %_specfile macro during build, holding full path to spec file -- File Changes -- M build/parseSpec.c (1) -- Patch Links --

[Rpm-maint] [rpm-software-management/rpm] Remove unnecessary memset (#201)

2017-04-19 Thread pavlinamv
You can view, comment on, or merge this pull request online at: https://github.com/rpm-software-management/rpm/pull/201 -- Commit Summary -- * Remove unnecessary memset -- File Changes -- M lib/rpmfi.c (1) -- Patch Links --

[Rpm-maint] [rpm-software-management/rpm] Add %mutable and %noupdate update policies (#152) (#200)

2017-04-19 Thread pavlinamv
%mutable - is defined for files and links. It means update until modified. In more details: - if a file/link is the same as in new package then touch it, - if a file/link is the same as in old package then upgrade it as "normal" file/link, - else do nothing. %noupdate - is defined for all file

Re: [Rpm-maint] [rpm-software-management/rpm] Add macro to force fsync() on close() (#187)

2017-04-19 Thread Jeff Johnson
Yes, fdatasync+fadvise_syncfs removes pages from system cache: ` --> Fincore(0x61408e40) fdno 16 path /opt/local/tmp/lib/modules/4.11.0-0.rc6.git2.1.fc27.x86_64/System.map;58f7761a <-- Fincore(0x61408e40) fdno 16 rc 0 <-- fdClose(0x61408e40) rc 0| UFD -1 fp 0x61204e40

Re: [Rpm-maint] [rpm-software-management/rpm] Allow armsfp arches on armhfp ones (rhbz#1440974) (#199)

2017-04-19 Thread Michael Schroeder
Hmm. Seems like rpm doesn't use the --root argument when it searches for the platform file. I wonder if this is a bug or not. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Rpm-maint] [PATCH] Make rpmsign tests work for builddir != srcdir.

2017-04-19 Thread Panu Matilainen
On 04/15/2017 02:03 AM, Mark Wielaard wrote: The gpg HOME is in the builddir testing directory. But the keys to import are in the srcdir data/keys directory. Signed-off-by: Mark Wielaard Gah, I always get these things wrong (might have something to do with using builddir ==