Bug 27627 - please, merge proposed patch with -F and -d options for %patch macro
Summary: please, merge proposed patch with -F and -d options for %patch macro
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: rpm-build (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: placeholder@altlinux.org
QA Contact: qa-sisyphus
URL: http://git.altlinux.org/people/viy/pa...
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-10 21:35 MSK by viy
Modified: 2012-08-18 11:18 MSK (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description viy 2012-08-10 21:35:19 MSK
build/parsePrep.c: $patch -F, -d options and macros

Backport from rpm 4.10:
%patch -F <fuzz>
%patch -d <destdir>
support for macros:
%{_default_patch_fuzz}  Default fuzz level for %patch in spec file.
%{_default_patch_flags} Default patch flags

http://git.altlinux.org/people/viy/packages/?p=rpm.git;a=commit;h=dde00c0c3b2ed87b10b9eca6dadd398ba2e05bdf
Comment 1 Repository Robot 2012-08-18 01:16:57 MSK
rpm-4.0.4-alt100.54 -> sisyphus:

* Fri Aug 17 2012 Dmitry V. Levin <ldv@altlinux> 4.0.4-alt100.54
- Added armh arch support (by Sergey Bolshakov; closes: #26253).
- GROUPS: added Graphical desktop/MATE (by Igor Vlasenko; closes: #27626).
- %patch: added -F/-d options and appropriate macros for better
  spec file compatibility (by Igor Vlasenko; closes: #27627).
- %configure: update config.sub and config.guess right before configure.
- debugedit: backported DWARF-4 support from rpm.org.
Comment 2 viy 2012-08-18 11:18:23 MSK
thanks!