summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)AuthorFilesLines
2023-10-23Handle config.guess and config.sub with DOS EOLsaccepted/tizen/base/riscv/20231101.080043accepted/tizen/base/asan/20231128.220140accepted/tizen/base/20231103.024613accepted/tizen_base_riscvaccepted/tizen_base_asanbiao716.wang1-1/+1
2023-10-23Merge "Update autotools files on riscv64" into tizen_basezhang zhigang1-12/+17
2023-06-14fix rpm crash issue when there is multiple %files section in spec filesubmit/tizen_base/20230613.141030accepted/tizen/base/tool/20230619.044911wang biao2-2/+2
2023-03-30Update autotools files on riscv64Ɓukasz Stelmach1-12/+17
2023-03-30Fix vd build error with rpm 4.14 for writing %files debuginfosubmit/tizen_base/20230330.163030biao716.wang2-2/+23
2023-03-21Fix build error: Ignore rewrite "%package debuginfo" section in spec filesubmit/tizen_base/20230321.143030biao716.wang1-1/+26
2021-01-05upgrade rpm version to 4.14.1upstream/4.14.1.1submit/tizen_base/20210113.025730submit/tizen_base/20210105.160930accepted/tizen/base/tool/20210118.215949biao716.wang23-1824/+3404
2019-07-30Fix uninitialized data read SVACE issuesubmit/tizen_base/20190731.040839Slava Barinov1-1/+1
2019-03-18Fix detection of rpm arch typesubmit/tizen_base/20190326.000421accepted/tizen/base/20190402.084607Vyacheslav Cherkashin1-1/+1
2019-01-02Notify about buildinfo parsing fail, fix leaksubmit/tizen_base/20190108.221718accepted/tizen/base/20190111.055034sandbox/dkson95/mergeMikhail Kashkarov1-0/+2
2018-12-27Move %_buildinfo setup into %pack sectionSlava Barinov2-9/+22
2018-10-29Add BUILDINFO rpm tagsubmit/tizen_base/20181031.095739accepted/tizen/base/20181102.125658Slava Barinov1-1/+11
2018-03-26Single security manifest in debuginfo packageKrzysztof Jackiewicz1-3/+3
2017-09-04Added _debug_manifest to set SMACK label to "_" for debug packagessubmit/tizen_base/20170830.083645accepted/tizen/base/20170908.223808Slava Barinov1-0/+3
2017-02-28Revert "Add support for Recommends:, Suggests:, Supplements: and Enhances:"submit/tizen_base/20170228.034447accepted/tizen/base/20170228.084720SoonKyu Park6-56/+2
2017-02-28Revert "Backporting weak dependencies"SoonKyu Park1-0/+4
2017-01-10Backporting weak dependenciessubmit/tizen_base/20170116.123126accepted/tizen/base/20170120.121825MyungJoo Ham1-4/+0
2017-01-09Add support for Recommends:, Suggests:, Supplements: and Enhances:Florian Festi6-2/+56
2016-01-14Change how to add Package Provide to debuginfo package : add Package Provide ...submit/tizen_common/20160119.101937submit/tizen_base/20160115.000631accepted/tizen/common/20160120.100937accepted/tizen/base/20160115.111010accepted/tizen_commonSoonKyu Park1-0/+47
2014-08-14Update autotools files on aarch64submit/tizen/20140825.050559accepted/tizen/ivi/20140902.210650accepted/tizen/common/20140826.160946Vyacheslav Barinov1-1/+18
2013-04-13Add VCS tag into .src.rpmAlexander Kanevskiy1-0/+1
2013-02-02Adding manifest support for rpmbuildElena Reshetova2-1/+14
2013-02-02Find supplementsAnas Nashif2-0/+48
2013-02-02Create a debuginfo package for each subpackage.Anas Nashif1-2/+234
2013-02-02short changelogAnas Nashif2-0/+63
2013-02-02Add support for weak dependencies:Anas Nashif4-0/+60
2013-01-29Make double-quoting work for special %doc (and %license) tooPanu Matilainen1-1/+4
2012-11-18Fix double-free on %caps in spec (RhBug:877512)Panu Matilainen1-1/+0
2012-11-08Erm, actually mark the special %license files as RPMFILE_LICENSEPanu Matilainen1-1/+2
2012-11-05Dont complain about non-colored arch-specific packagesPanu Matilainen1-1/+2
2012-11-05Update library current + age (ie libs are now 3.1.0)Panu Matilainen1-1/+1
2012-09-26Freeze the rpmfc string pools once all additions are donePanu Matilainen1-0/+4
2012-09-26Dont waste time with argi for rpmfc file class indexesPanu Matilainen1-9/+6
2012-09-26Dont waste time with argi for rpmfc file colorsPanu Matilainen1-15/+11
2012-09-26Dont waste time with argv for rpmfc file namesPanu Matilainen1-5/+8
2012-09-26Use a string pool for the build-time file dependency string storagePanu Matilainen1-9/+9
2012-09-26Use a string pool to build file class dictionary and indexesPanu Matilainen1-25/+17
2012-09-26Cosmetics: properly indent the rpmfc debug foobarPanu Matilainen1-6/+8
2012-08-08Fix bogus "unclosed %if" error when %include is used in conditionalsPanu Matilainen1-9/+6
2012-08-07Handle all dependency tags in spec via same switch-case fallthroughPanu Matilainen1-3/+1
2012-08-07"prereq" is not a valid qualifier to regular RequiresPanu Matilainen1-1/+0
2012-08-07Extra qualifiers like (postun) are not valid with legacy PreReqPanu Matilainen1-1/+1
2012-08-01Fix memleak in changelog parsing on error pathsPanu Matilainen1-10/+13
2012-08-01Turn the invalid date error to warning (related to RhBug:843525)Panu Matilainen1-1/+4
2012-08-01Refactor the struct stat hacking into a helper functionPanu Matilainen1-38/+46
2012-08-01Permit non-existent %ghost directories to be packaged (RhBug:839656)Panu Matilainen1-7/+7
2012-08-01Dont bother asking libmagic about directoriesPanu Matilainen1-1/+1
2012-07-31Report starting line for unclosed %if in specsPanu Matilainen2-1/+4
2012-07-31Dynamically grow spec line buffer on line continuationsPanu Matilainen1-5/+10
2012-07-31Minor cleanups: const pedantry and helper variable scopingPanu Matilainen1-8/+5