summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2024-06-04Fix Werrors with GCC-14.1.0accepted/tizen/base/x/20240612.012440accepted/tizen/base/toolchain/20240624.003611accepted/tizen/base/20240612.043338sandbox/wangbiao/py3_version_6_6accepted/tizen_base_xaccepted/tizen_base_toolchainaccepted/tizen_baseDongkyun Son1-1/+1
-Wimplicit-int -Wimplicit-function-declaration -Wincompatible-pointer-types -Wint-conversion https://gcc.gnu.org/gcc-14/porting_to.html Change-Id: I74da101085ce85c63adec4e4bb5df92b464d746b Signed-off-by: Dongkyun Son <dongkyun.s@samsung.com>
2024-05-07Revert "tizen: Use upstream version of find-provides.ksyms"Jaehoon Chung2-0/+44
This reverts commit be0ba8d1741898ea3388c9f9008edbcbc620fe66. Change-Id: Ic271cd93e3d78c97451da3d84808a457c748bca5 Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2024-05-07Revert "tizen: Do not generate nor use ksyms Requires/Provides for kernel & ↵Jaehoon Chung1-2/+2
modules package(s)" This reverts commit f27241ce6c9fb6f7b8b6f3426dc366dc1c051b1d. Change-Id: Iacaa2db26d4d3e927942c51305f146db371eb4bb Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
2024-03-14tizen: Do not generate nor use ksyms Requires/Provides for kernel & modules ↵accepted/tizen/base/20240502.113325Karol Lewandowski1-2/+2
package(s) RPM currently do not properly generate ksyms Provides for kernel image in EFI COFF/uImage formats. However, the Requires ksyms generation simply extracts symbols from ELF .ko, resulting in uninstallable modules package (as it has Requires to ksyms that is not provided by kernel image, see example at the end). The problem appears not for regular modules package but for modules package that are handled via baselibs.conf. Preciesely, it looks like RPM uses host-native macro scripts in /usr/lib/rpms/fileattrs/* for regular packages, while packages converted according to baselibs.conf use macros from GBS-ROOT chroot. Regular packages: $ rpm -qp --requires linux-tizen-modules-rpi4-7.5.0-0.aarch64.rpm /bin/sh arm64-rpi4-linux-kernel-modules bash coreutils findutils kmod-compat rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(PayloadIsXz) <= 5.2-1 $ rpm -qp --provides arm64-rpi4-linux-kernel-5.15.92-0.aarch64.rpm arm64-rpi4-kernel-uname-r = 5.15.92-arm64-rpi4 arm64-rpi4-linux-kernel = 5.15.92-0 arm64-rpi4-linux-kernel(aarch-64) = 5.15.92-0 kernel-uname-r = 5.15.92-arm64-rpi4-v8 linux-kernel = 5.15.92-0 Packaged generated using baselibs.conf: $ rpm -qp --provides arm64-rpi4-linux-kernel-aarch64-5.15.92-0.armv7l.rpm arm64-rpi4-linux-kernel-aarch64 = 5.15.92-0 arm64-rpi4-linux-kernel-aarch64(x86-64) = 5.15.92-0 $ rpm -qpl --requires linux-tizen-modules-rpi4-aarch64-7.5.0-0.armv7l.rpm /bin/sh bash coreutils findutils kmod-compat ksym(v8:__arch_copy_from_user) = 12a4e128 ksym(v8:__arch_copy_to_user) = 6cbbfc54 ksym(v8:__bitmap_or) = a084749a ksym(v8:__get_free_pages) = 6a5cb5ee ksym(v8:__get_task_comm) = 451222 ksym(v8:__init_rwsem) = c22d4503 ksym(v8:__init_waitqueue_head) = 3bf4d690 ksym(v8:__kmalloc) = eb233a45 ... The ksyms() are generated by find-requires.ksyms, causing linux-tizen-modules-rpi4-aarch package to be uninstallable. This commit drops find-requires.ksyms and find-provides.ksyms making baselibs and regular packages to have same set of dependencies generated automatically. Change-Id: Ib4c16064a11f8693d5558baec49ed85e8c2d776b
2024-03-13tizen: Use upstream version of find-provides.ksymsKarol Lewandowski2-44/+0
We no longer need custom version of find-provides.ksyms as upstream version of rpm already provides it. Change-Id: I39a8d7759df790cf404e3d8c4eb765d8c60f0e56
2024-03-06fix msm-plugin.c svace issue: make sure dupPath is not NULL before strchr()accepted/tizen/base/x/asan/20240412.003225accepted/tizen/base/x/20240311.213619accepted/tizen/base/toolchain/20240424.234753accepted/tizen/base/20240311.130435accepted/tizen_base_x_asanwangbiao2-0/+2
fix msmmanifest.c svace issue: make sure ac_domain->name not NULL before sprintf() Change-Id: I2bf7a71e478569fec4d101e41c42776d9c7916a3 Signed-off-by: wangbiao <biao716.wang@samsung.com>
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
Change-Id: Iebcaa7de2dd57dc740cb1f99ab4c0c505d39de56 Signed-off-by: biao716.wang <biao716.wang@samsung.com>
2023-10-23Merge "Update autotools files on riscv64" into tizen_basezhang zhigang1-12/+17
2023-10-13Merge "Hide unimportant info from dd" into tizen_basezhang zhigang1-1/+1
2023-10-13Merge "fix zstd magic" into tizen_basezhang zhigang1-1/+1
2023-10-13Hide unimportant info from ddbiao716.wang1-1/+1
Refering to https://review.tizen.org/gerrit/#/c/platform/upstream/rpm/+/290901/ Change-Id: I798a42a08b0ffaa67561a20fc44c03d98d30e002 Signed-off-by: biao716.wang <biao716.wang@samsung.com>
2023-06-28Add config.sub update to %configure macrotizen_8.0_m2_releasesubmit/tizen_base/20230704.094030submit/tizen_base/20230703.114030accepted/tizen/base/tool/20230712.013400accepted/tizen/base/riscv/20230717.014331accepted/tizen/base/20230714.003523accepted/tizen/8.0/base/20231005.045218tizen_8.0_baseaccepted/tizen_base_toolaccepted/tizen_8.0_baseSlava Barinov1-0/+8
Change-Id: Iae6213d5dc5d4e3b21c88c142a73b29a59c3122c Signed-off-by: Slava Barinov <v.barinov@samsung.com>
2023-06-28Add riscv64 platform supportSlava Barinov1-2/+5
Change-Id: I05f6644bf914476880e91f4b2641e234cc23418e Signed-off-by: Slava Barinov <v.barinov@samsung.com>
2023-06-28Switch to gcc-ar, gcc-nm, gcc-ranlibSlava Barinov2-0/+14
Switching to Binutils wrappers for ar, nm and ranlib are required for proper functioning of Link-Time Optimization features. Currently full support of LTO plugin is not ready in Binutils, so we need to use wrappers to prevent "undefined reference" errors: https://gcc.gnu.org/wiki/LinkTimeOptimizationFAQ#ar.2C_nm_and_ranlib Change-Id: I7b6cdd8d29588014d9dc1d9ea8ec91414ae95260 Signed-off-by: Slava Barinov <v.barinov@samsung.com>
2023-06-26Merge "Add macro %isu_package to generate ISU Package" into tizen_basesubmit/tizen_base/20230626.095030accepted/tizen/base/tool/20230705.005742zhang zhigang3-0/+32
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
when writing multiple %files, it means they are packing for main package, the variable will be NULL. It will happen segment fault at strncmp function. Change-Id: I3e5bd6f9e1cb774b4d7f97a9f6522d66361009b8 Signed-off-by: wang biao <biao716.wang@samsung.com>
2023-06-12Add macro %isu_package to generate ISU PackageMateusz Moscicki3-0/+32
The macro makes it easier to prepare a separate configuration for ISU package. Files from path %{BUILDROOT}/etc/isu/ are packed into a separate rpm package: %{name}-isu In addition, pattern occurrences are substituted: #NAME# - %{name} #VERSION# - %{version} #ISU_CONFIG_PATH# - /etc/isu #ISU_INSTALL_PATH# - /opt/isu #ISU_RUN_PATH# - /run/isu Change-Id: Ia60a964165a9a838fb3422ded0410402924c5adf
2023-06-09correct to use right hookFunc in rpmpluginsCallFileConflictsubmit/tizen_base/20230612.131030biao716.wang1-3/+3
Change-Id: I172f3fada936e6af8026afe647f475b5b086c258 Signed-off-by: biao716.wang <biao716.wang@samsung.com>
2023-04-27Merge remote-tracking branch 'origin/tizen_7.0_base' into tizen_basesubmit/tizen_base/20230427.141030biao716.wang10-81/+296
Change-Id: Ib0394ae94b21938a4ec886877b481d8254515c2f
2023-03-30Update autotools files on riscv64Łukasz Stelmach2-14/+19
Patch borrowed from OpenSUSE rpm. Change-Id: Idf138d3b8c4f66c5c470f3d28c9f6ac238fdb545 Origin: https://build.opensuse.org/package/view_file/Base:System/rpm/auto-config-update-aarch64-ppc64le.diff Fixes: 5bc7b1f94 ("Update autotools files on aarch64") Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
2023-03-30fix zstd magicThierry Vignaud1-1/+1
I spot it while adding support for zstd compressed metadata in URPM/urpmi, which was broken by this typo typo introduced in commit 3684424fe297c996bb05bb64631336fa2903df12 Change-Id: Icce1987c217e638f5f3f74b4ec72b8e5e1d92d84 Origin: https://github.com/rpm-software-management/rpm/commit/c464f1ece501346da11ed7582b8d46682363a285 Signed-off-by: Łukasz Stelmach <l.stelmach@samsung.com>
2023-03-30Fix vd build error with rpm 4.14 for writing %files debuginfosubmit/tizen_base/20230330.163030biao716.wang3-6/+28
This patch is compatible with old writing way in spec file for vd projects. in some vd project, there is such section: %file debuginfo XXXXX In current logic, there is no need to write this way in rpm 4.14, it will check if there is XXX.debug kind of files, if there is none, no debuginfo package is generated. But in vd projects' spec, it put some files which is not XXX.debug files to debuginfo package, this is not allowed in rpm 4.14. Change-Id: I735bed46de8b6c67fb0730476544075d332b46b4 Signed-off-by: biao716.wang <biao716.wang@samsung.com>
2023-03-21Fix build error: Ignore rewrite "%package debuginfo" section in spec filesubmit/tizen_base/20230321.143030biao716.wang1-1/+26
Change-Id: I4ecc81988f64c395aef10b4f7c089fba1cc9e614 Signed-off-by: biao716.wang <biao716.wang@samsung.com>
2023-02-24Fix CVE-2021-3421: Be much more careful about copying data from the ↵submit/tizen_7.0_base/20230223.123040accepted/tizen/7.0/base/tool/20230227.052718accepted/tizen/7.0/base/20230714.003114accepted/tizen_7.0_base_toolwang biao3-56/+47
signature header https://github.com/rpm-software-management/rpm/commit/d6a86b5e69e46cc283b1e06c92343319beb42e21 have to change something to apply this patch. Change-Id: I7a9ca96884f5a6181bfe156b1dd59a6cf10f36f7 Signed-off-by: wang biao <biao716.wang@samsung.com>
2023-02-23Fix CVE-2021-20266: hdrblobInit() needs bounds checks toosubmit/tizen_7.0_base/20230222.163040accepted/tizen/7.0/base/tool/20230227.052649wang biao7-25/+249
https://github.com/rpm-software-management/rpm/commit/8f4b3c3cab8922a2022b9e47c71f1ecf906077ef Fix CVE-2021-3521: Validate and require subkey binding signatures on PGP public keys https://github.com/rpm-software-management/rpm/commit/bd36c5dc9fb6d90c46fbfed8c2d67516fc571ec8 Change-Id: I3daeff22a4f7240923cb1eb82bc9822cd3737d86 Signed-off-by: wang biao <biao716.wang@samsung.com>
2021-12-09Remove SIGTRAP from block list for HWASan buildtizen_7.0_m2_releasesubmit/tizen_base/20211220.072804submit/tizen_7.0_base_hotfix/20221115.161701submit/tizen_7.0_base/20221028.201301accepted/tizen/base/tool/20211230.001929accepted/tizen/7.0/base/tool/hotfix/20221115.084354accepted/tizen/7.0/base/tool/20221028.120335accepted/tizen/7.0/base/hotfix/20230714.003924tizen_7.0_base_hotfixaccepted/tizen_7.0_base_tool_hotfixaccepted/tizen_7.0_base_hotfixAndrey Kazmin2-0/+7
HWASan uses SIGTRAP to report an error. Do not block it. Change-Id: I5c89ae4930a3cb2edddbc3034d430356557cddba Signed-off-by: Andrey Kazmin <a.kazmin@partner.samsung.com>
2021-03-19Add macros for new /hal/bin and /hal/sbin pathtizen_6.5.m2_releasesubmit/tizen_base/20210329.052725submit/tizen_6.5_base/20211027.201101submit/tizen_6.5_base/20211027.183101submit/tizen_6.5_base/20211026.180901accepted/tizen/base/tool/20210331.053905accepted/tizen/6.5/base/tool/20211027.120635accepted/tizen/6.5/base/20230714.002705accepted/tizen_6.5_base_toolChanwoo Choi1-0/+2
Tizen 6.5 feature supports new /hal path which including the HAL backend packages depend on h/w device. Need the following macros for HAL backend packages: - %{_hal_bindir} : /hal/bin - %{_hal_sbindir} : /hal/sbin Change-Id: I758eec8cd2a21849f21d254f29a911cc2862b828 Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
2021-02-23Fix generate empty debugsource packages with rpm 4.14.1submit/tizen_base/20210223.130441submit/tizen_base/20210223.120237accepted/tizen/base/tool/20210302.233540biao716.wang6-60/+46
Change-Id: I6492ba2f49b43470edff096685621147bdadbcfc Signed-off-by: biao716.wang <biao716.wang@samsung.com>
2021-01-25Remove timeout logic to wait for shared lock in db3.c filesubmit/tizen_base/20210222.062837biao716.wang1-38/+17
Change-Id: Ia689033d2c145335fcc0038651a6b6ee66dad518 Signed-off-by: biao716.wang <biao716.wang@samsung.com>
2021-01-14Add macros for new /hal pathsubmit/tizen_base/20210121.021519submit/tizen_base/20210115.063702accepted/tizen/base/tool/20210125.051925Chanwoo Choi1-0/+7
Tizen 6.5 feature[1] supports new /hal path which including the HAL backend packages depend on h/w device. Need the following macros for HAL backend packages. - %{_hal_prefix} : /hal - %{_hal_libdir} : /hal/lib64 or /hal/lib - %{_hal_includedir} : /hal/include - %{_hal_sysconfdir} : /hal/etc - %{_hal_datadir} : /hal/share - %{_hal_licensedir} : /hal/share/licenses Change-Id: Ica958dbef37b1b23762c7b5e337161b3d8e0498b Signed-off-by: Chanwoo Choi <cw00.choi@samsung.com>
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.wang427-79494/+144715
Change-Id: Iab5438d6e4d45c937b191c03e9ef5dd3fad165c8 Signed-off-by: biao716.wang <biao716.wang@samsung.com>
2020-12-02Fix building issue for tizen_base(configure: error: --with-msm given, but ↵submit/tizen_base/20201207.074011submit/tizen_base/20201203.051919submit/tizen_base/20201203.032811submit/tizen_base/20201203.031009submit/tizen_base/20201130.233154accepted/tizen/base/tool/20201213.215638jiankang.fan2-4/+3
attr/xattr.h not found). attr package's version be upgraded since Tizen 6.5 <attr/xattr.h> header; use <sys/xattr.h> instead Change-Id: I5a6dd9a2923ec0d2a4f15f9e608219448bdaa634 Signed-off-by: jiankang.fan <jiankang.fan@samsung.com>
2020-08-21Fix the issue for [ASAN][BUG] stack-use-after-scope in crash-manager on TM1submit/tizen_base/20201123.090647submit/tizen_base/20200825.071216submit/tizen_6.0_base/20201123.091612accepted/tizen/base/tool/20201125.225050accepted/tizen/6.0/base/tool/20201125.224919accepted/tizen/6.0/base/20230713.143043accepted/tizen_6.0_base_tooljiankang.fan1-1/+1
https://code.sec.samsung.net/jira/browse/TSIX-3628 The external pointer(keyp) refers to a local variable(mi_offset), but beyond the scope of the local variable, the pointer is still referenced. Change-Id: I2a9ee984e3e290a8f41c7d3cf4444786e087c41b Signed-off-by: jiankang.fan <jiankang.fan@samsung.com>
2020-05-07scripts: Fix eu-strip for files with 'debug' in pathnametizen_6.0.m2_releasesubmit/tizen_base/20200604.081031submit/tizen_base/20200511.102732submit/tizen_base/20200507.115505submit/tizen_6.0_base_hotfix/20201102.162702submit/tizen_6.0_base_hotfix/20201030.192502submit/tizen_6.0_base/20201029.184802accepted/tizen/base/20200608.211044accepted/tizen/6.0/base/tool/hotfix/20201102.085444accepted/tizen/6.0/base/tool/hotfix/20201030.124344accepted/tizen/6.0/base/tool/20201029.111542accepted/tizen/6.0/base/20201029.105819tizen_6.0_base_hotfixaccepted/tizen_6.0_base_tool_hotfixSlava Barinov1-1/+1
find-debuginfo.sh erroneously detected files with 'debug' in name as files which do have debuginfo sections. Change-Id: Ie18714130f2ee315cdabf56e521eb6f63cb98e8b Signed-off-by: Slava Barinov <v.barinov@samsung.com>
2020-03-04Filter out all debug files not starting with current package namesubmit/tizen_base/20200306.122724submit/tizen_base/20200305.112253accepted/tizen/base/20200309.015355Slava Barinov1-0/+4
This removes errors like cpio: glibc-2.24/csu: Cannot stat: No such file or directory Change-Id: Ib1a710b72a44be4bc5fd2e6871ef277c66068149 Signed-off-by: Slava Barinov <v.barinov@samsung.com>
2020-01-31Revert "Adding -std=gnu++11 command-line option to CXXFLAGS"submit/tizen_base/20200205.104845accepted/tizen/base/20200207.013601Dongkyun Son2-5/+5
This reverts commit 4998addba8f80a46875b84d7a9a20f4ccddff863. From https://gcc.gnu.org/gcc-6/changes.html The default mode for C++ is now -std=gnu++14 instead of -std=gnu++98. Change-Id: I6a0ea547436bc22352ca15df9da52fab73de582c
2019-08-01Merge "Fix binutils strip support" into tizen_basetizen_5.5.m2_releasesubmit/tizen_base/20190801.003618submit/tizen_5.5_base_wearable_hotfix/20201023.155602submit/tizen_5.5_base_mobile_hotfix/20201023.171502submit/tizen_5.5_base/20191030.000001accepted/tizen/base/20190805.091705accepted/tizen/5.5/base/wearable/hotfix/20201023.080232accepted/tizen/5.5/base/mobile/hotfix/20201023.083823accepted/tizen/5.5/base/20191030.084033tizen_5.5_tvtizen_5.5_base_wearable_hotfixtizen_5.5_base_mobile_hotfixtizen_5.5_baseaccepted/tizen_5.5_base_wearable_hotfixaccepted/tizen_5.5_base_mobile_hotfixaccepted/tizen_5.5_baseDongkyun Son1-2/+3
2019-08-01Fix binutils strip supportMikhail Kashkarov1-2/+3
1. Debug information was not connected with stripped part without .gnu_debuglink (eu-strip creates this section automatically) 2. chmod 444 was wrongly propagated to the binaries with the same .debug.id when we put stripped output in the initial input. Change-Id: Ie82a46daf8d8aaea0c3f31d97e99fabc6e8bf68f
2019-07-30Fix uninitialized data read SVACE issuesubmit/tizen_base/20190731.040839Slava Barinov1-1/+1
Change-Id: Ie77018682ed64f7f55eb7f40bf153578801f2a30 Signed-off-by: Slava Barinov <v.barinov@samsung.com>
2019-07-25Add support for strip (binutils) instead of default eu-strip (elfutils)Mikhail Kashkarov1-0/+1
eu-strip doesn't support custom section removing other than .comment: $ /usr/lib/rpm/find-debuginfo.sh --strip-option=--remove-section=.gnu.build.attributes ... eu-strip: -R option supports only .comment section find-debuginfo.sh selects strip/eu-strip based on: if [ "$STRIP_DEFAULT_PACKAGE" != "binutils" ]; So nothing is changed without: %define _enable_binutils_strip 1 %define _rpm_strip_option --remove-section=.gnu.build.attributes Change-Id: Ie37c61c3ae2b91a37ab57c92b96e459bfed7a698
2019-04-11fix tizen directory error right issue in docker opensuse42.1submit/tizen_base/20190528.094414submit/tizen_base/20190515.001408submit/tizen_base/20190513.032510submit/tizen_base/20190429.063955submit/tizen_base/20190416.052043accepted/tizen/base/20190530.225302biao.wang1-0/+2
Change-Id: I68eca62b65b69a5535626c757a2826262a842eb0
2019-03-18Fix detection of rpm arch typesubmit/tizen_base/20190326.000421accepted/tizen/base/20190402.084607Vyacheslav Cherkashin1-1/+1
`uname -m` command does not correctly identify the architecture to build the package because the buildroot architecture may be different from the kernel architecture Change-Id: Ic88898ddd9317301305a2c5c676857186ccb96ac Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
2019-01-02Notify about buildinfo parsing fail, fix leaksubmit/tizen_base/20190108.221718accepted/tizen/base/20190111.055034sandbox/dkson95/mergeMikhail Kashkarov1-0/+2
Without setting 'rc' code packing is failed with OK message: [ 2687s] error: Can't parse BUILDINFO tag: unknown error [ 2687s] Wrote: /home/abuild/rpmbuild/RPMS/armv7l/tizen-locale-0.1-2.49.armv7l.rpm As the result rpm was not wrote and process exits successfully without errors. Change-Id: I56a2a99b4347e056f79beda21180d1013148f4b6
2018-12-27Add default %_buildinfo for packagessubmit/tizen_base/20181228.105429Slava Barinov1-0/+6
Change-Id: I99dcdb6bbd713eef5ce2e9c85fa6c532ac45e04a Signed-off-by: Slava Barinov <v.barinov@samsung.com>
2018-12-27Move %_buildinfo setup into %pack sectionSlava Barinov2-9/+22
This allows to change %_buildinfo tag during the package build if required and allows customization of tag basing on build environment, e.g. for ASan builds. Change-Id: I0104c0eed3c16ac6edccc2c7a74fb12d38fff8aa Signed-off-by: Slava Barinov <v.barinov@samsung.com>
2018-10-29Add BUILDINFO rpm tagsubmit/tizen_base/20181031.095739accepted/tizen/base/20181102.125658Slava Barinov2-1/+13
The tag is intended for storage of Sanitizer build information or toolchain details. The tag is array of strings and it can be added to .spec file using line BuildInfo: buildtag1 buildtag2 or by defining tag trough %define _buildinfo buildtag1 Also the tag value can be queried using regular rpm query syntax: rpm -qp --queryformat "[%{BUILDINFO}\n]" The storage is intended for use at least for sanitized firmwares, but can be reused for storing any information required for Tizen build details. Change-Id: Icfc0c384c5a5d3b82973ee0be9345e396723174c Signed-off-by: Slava Barinov <v.barinov@samsung.com>
2018-06-11Remove LD_AS_NEEDED env variablesubmit/tizen_base/20180611.080608submit/tizen_5.0_base/20181101.000002accepted/tizen/base/20180615.200136accepted/tizen/5.0/base/20181101.091432tizen_5.0_basesandbox/test/rpm_upgradeaccepted/tizen_5.0_baseUkJung Kim1-1/+0
LD_AS_NEEDED env variable is not supported Change-Id: I4727e323a3b79129e22942224366931861776a99
2018-04-24Merge "Single security manifest in debuginfo package" into tizen_basesubmit/tizen_base/20180607.041826sandbox/soong9/rpm_4.14.1sandbox/dnxowls/rpm_4.14.1_upgradeChunhua Liu1-3/+3
2018-04-13Revert "Enable Armoring Feature - Add pie option"SoonKyu Park1-2/+2
This reverts commit 079d890dfd09f5c175d05387c05bfdd7e47c66b4. It results in build failure on x86_64 architecture Change-Id: I81ffe5e19ad252c27549f3f3c2ccfd16dceed6a6
2018-04-10Add LGPL-2.0+ license notification on rpm.spec fileSoonKyu Park1-1/+1
Change-Id: Id6a78df4c4683ebf348915b24d5f6fefe2b429e5