631 lines
18 KiB
RPMSpec
631 lines
18 KiB
RPMSpec
Name: rpm
|
|
Version: 4.18.0
|
|
Release: 8
|
|
Summary: RPM Package Manager
|
|
License: GPLv2+
|
|
URL: http://www.rpm.org/
|
|
Source0: http://ftp.rpm.org/releases/rpm-4.18.x/%{name}-%{version}.tar.bz2
|
|
|
|
Patch1: Unbundle-config-site-and-add-RPM-LD-FLAGS-macro.patch
|
|
Patch2: rpm-4.12.0-rpm2cpio-hack.patch
|
|
Patch3: add-dist-to-release-by-default.patch
|
|
Patch4: revert-always-execute-file-trigger-scriptlet-callbac.patch
|
|
Patch5: bugfix-rpm-4.11.3-add-aarch64_ilp32-arch.patch
|
|
Patch6: bugfix-rpm-4.14.2-wait-once-get-rpmlock-fail.patch
|
|
Patch7: get-in-use-of-ndb.patch
|
|
Patch8: still-in-use-of-python-scripts-from-old-version.patch
|
|
Patch9: Add-loongarch-architecture-support.patch
|
|
Patch10: rpm-Add-sw64-architecture.patch
|
|
Patch11: add-default-machine-name-to-support-loongarch.patch
|
|
|
|
Patch6000: backport-Fix-header-leak-in-rpmInstall.patch
|
|
Patch6001: backport-Fix-eiu-sourceURL-info-leak-in-rpmInstall.patch
|
|
Patch6002: backport-Fix-h-blob-leak-when-installing-source-rpms.patch
|
|
Patch6003: backport-Fix-Header-leak-when-running-rpm2cpio.patch
|
|
Patch6004: backport-Use-unsigned-integers-more-consistently-in-the-handl.patch
|
|
Patch6005: backport-Fix-file-leak-when-src-rpm-in-URL-format-is-used-for.patch
|
|
Patch6006: backport-Fix-BANames-leak-in-handlePreambleTag.patch
|
|
Patch6007: backport-Fix-prog-leak-in-parseScript.patch
|
|
Patch6008: backport-Fix-elf-leak-in-getElfColor.patch
|
|
Patch6009: backport-Fix-sbp-leak-when-running-rpmbuild-with-quiet.patch
|
|
Patch6010: backport-Fix-memleak-when-running-generate_buildrequires.patch
|
|
Patch6011: backport-Fix-memleak-when-fsmRename-failed-in-fsmCommit.patch
|
|
Patch6012: backport-Fix-fileleak-and-memleak-in-rpmInstall.patch
|
|
Patch6013: backport-Fix-fileleak-when-urlGetFile-fails-in-rpmInstall.patch
|
|
|
|
Patch6014: backport-Fix-install-of-block-and-character-special-files-219.patch
|
|
Patch6015: backport-Use-fd-based-ops-for-metadata-in-FA_TOUCH-mode-too-w.patch
|
|
Patch6016: backport-Add-a-test-for-special-device-node-installation.patch
|
|
Patch6017: backport-support-for-POSIX-getopt-behaviour.patch
|
|
Patch6018: backport-Use-proper-type-for-copyTagsFromMainDebug.patch
|
|
Patch6019: backport-Fix-a-copy-paste-help-description-of-whatconflicts-R.patch
|
|
|
|
BuildRequires: gcc autoconf automake libtool make gawk popt-devel openssl-devel readline-devel
|
|
BuildRequires: zlib-devel zstd-devel >= 1.3.8 xz-devel bzip2-devel libarchive-devel ima-evm-utils-devel
|
|
BuildRequires: dbus-devel fakechroot elfutils-devel elfutils-libelf-devel ima-evm-utils
|
|
BuildRequires: lua-devel libcap-devel libacl-devel libselinux-devel file-devel gettext-devel ncurses-devel
|
|
BuildRequires: system-rpm-config dwz gnupg2 debugedit
|
|
Requires: coreutils popt curl zstd >= 1.4.0 libcap crontabs logrotate
|
|
Obsoletes: %{name}-build-libs %{name}-sign-libs %{name}-sign %{name}-cron
|
|
Provides: %{name}-build-libs %{name}-sign-libs %{name}-sign %{name}-cron
|
|
Obsoletes: %{name}-plugin-selinux %{name}-plugin-syslog %{name}-plugin-systemd-inhibit < 4.15.1-28 %{name}-plugin-ima %{name}-plugin-prioreset
|
|
Provides: %{name}-plugin-selinux %{name}-plugin-syslog %{name}-plugin-ima %{name}-plugin-prioreset
|
|
|
|
%description
|
|
The RPM Package Manager (RPM) is a powerful package management system capability as below
|
|
|
|
-building computer software from source into easily distributable packages
|
|
-installing, updating and uninstalling packaged software
|
|
-querying detailed information about the packaged software, whether installed or not
|
|
-verifying integrity of packaged software and resulting software installation
|
|
|
|
%package libs
|
|
Summary: Shared library of rpm 4.18
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
%description libs
|
|
Shared library of rpm 4.18.
|
|
|
|
%package build
|
|
Summary: Scripts and executable programs used to build packages
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: elfutils binutils findutils sed grep gawk diffutils file patch
|
|
Requires: tar unzip gzip bzip2 cpio xz zstd pkgconfig system-rpm-config
|
|
Requires: gdb-headless debugedit
|
|
|
|
%description build
|
|
This package provides scripts and executable programs that used to
|
|
build rpm packages.
|
|
|
|
%package -n python3-%{name}
|
|
Summary: Python3 bindings for RPM user
|
|
BuildRequires: python3-devel
|
|
%{?python_provide:%python_provide python3-%{name}}
|
|
Requires: %{name} = %{version}-%{release}
|
|
Provides: %{name}-python3 = %{version}-%{release}
|
|
Obsoletes: %{name}-python3 < %{version}-%{release}
|
|
|
|
%description -n python3-%{name}
|
|
This package contains a module that allow applications
|
|
written with Python3 to use the interface
|
|
supplied by RPM.
|
|
|
|
%package devel
|
|
Summary: Development files for RPM handling
|
|
Requires: %{name} = %{version}-%{release}
|
|
Requires: popt-devel
|
|
|
|
%description devel
|
|
%{summary}.
|
|
|
|
%package plugin-systemd-inhibit
|
|
Summary: rpm plugin to get systemd-inhibit lock
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
%description plugin-systemd-inhibit
|
|
This package use systemd-inhibit to block systemd from entering
|
|
idle, sleep or shutdown while an rpm transcation is running.
|
|
|
|
%package help
|
|
Summary: Man page for %{name}
|
|
BuildArch: noarch
|
|
Obsoletes: apidocs
|
|
|
|
%description help
|
|
%{summary}.
|
|
|
|
%prep
|
|
%autosetup -n %{name}-%{version} -p1
|
|
%ifnarch sw_64
|
|
%patch10 -R -p1
|
|
%endif
|
|
|
|
%build
|
|
CPPFLAGS="$CPPFLAGS -DLUA_COMPAT_APIINTCASTS"
|
|
CFLAGS="$RPM_OPT_FLAGS -DLUA_COMPAT_APIINTCASTS"
|
|
LDFLAGS="$LDFLAGS %{?__global_ldflags}"
|
|
export CPPFLAGS CFLAGS LDFLAGS
|
|
|
|
autoreconf -i -f
|
|
|
|
for i in $(find . -name ltmain.sh) ; do
|
|
%{__sed} -i.backup -e 's~compiler_flags=$~compiler_flags="%{_hardened_ldflags}"~' $i
|
|
done;
|
|
|
|
./configure \
|
|
--prefix=%{_usr} \
|
|
--sysconfdir=%{_sysconfdir} \
|
|
--localstatedir=%{_var} \
|
|
--sharedstatedir=%{_var}/lib \
|
|
--libdir=%{_libdir} \
|
|
--build=%{_target_platform} \
|
|
--host=%{_target_platform} \
|
|
--with-vendor=%{_vendor} \
|
|
--with-external-db \
|
|
--with-lua \
|
|
--with-selinux \
|
|
--with-cap \
|
|
--with-acl \
|
|
--with-imaevm \
|
|
--enable-zstd \
|
|
--enable-python \
|
|
--enable-bdb-ro \
|
|
--enable-ndb \
|
|
--enable-bdb=no \
|
|
--enable-sqlite=no \
|
|
--with-crypto=openssl \
|
|
--with-fapolicyd=no \
|
|
--with-fsverity=no
|
|
|
|
%make_build
|
|
|
|
pushd python
|
|
%{__python3} setup.py build
|
|
popd
|
|
|
|
%install
|
|
%make_install
|
|
|
|
pushd python
|
|
%{__python3} setup.py install --skip-build --root $RPM_BUILD_ROOT
|
|
popd
|
|
|
|
mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/cron.daily
|
|
install -m 755 scripts/rpm.daily ${RPM_BUILD_ROOT}%{_sysconfdir}/cron.daily/rpm
|
|
|
|
mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/logrotate.d
|
|
install -m 644 scripts/rpm.log ${RPM_BUILD_ROOT}%{_sysconfdir}/logrotate.d/rpm
|
|
|
|
install -m 755 build-aux/config.guess ${RPM_BUILD_ROOT}%{_rpmconfigdir}/
|
|
install -m 755 build-aux/config.sub ${RPM_BUILD_ROOT}%{_rpmconfigdir}/
|
|
|
|
mkdir -p ${RPM_BUILD_ROOT}/usr/lib/tmpfiles.d
|
|
echo "r /var/lib/rpm/__db.*" > ${RPM_BUILD_ROOT}/usr/lib/tmpfiles.d/rpm.conf
|
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/rpm
|
|
mkdir -p $RPM_BUILD_ROOT%{_rpmconfigdir}/macros.d
|
|
mkdir -p $RPM_BUILD_ROOT/var/lib/rpm
|
|
|
|
./rpmdb --define "_db_backend ndb" --dbpath=$(pwd)/ndb/ --initdb
|
|
cp -va ndb/. $RPM_BUILD_ROOT/var/lib/rpm/
|
|
|
|
%find_lang %{name}
|
|
|
|
find $RPM_BUILD_ROOT -name "*.la"|xargs rm -f
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_rpmconfigdir}/{perldeps.pl,perl.*,pythond*}
|
|
rm -f $RPM_BUILD_ROOT/%{_fileattrsdir}/{perl*,python*}
|
|
rm -f $RPM_BUILD_ROOT/%{_rpmconfigdir}/{tcl.req,osgideps.pl}
|
|
rm -f $RPM_BUILD_ROOT/%{_sysconfdir}/dbus-1/system.d/org.rpm.conf
|
|
|
|
%check
|
|
%ifnarch loongarch64
|
|
make check || (cat tests/rpmtests.log; exit 0)
|
|
# rpmbuild will automatically remove the build directory since b34333fa.
|
|
# But it fails to remove some directories, see the issue #1382. We need
|
|
# to explictly make clean it after checking.
|
|
make clean
|
|
%endif
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%post libs -p /sbin/ldconfig
|
|
|
|
%postun libs -p /sbin/ldconfig
|
|
|
|
%posttrans
|
|
{
|
|
set -e
|
|
dbpath=$(rpm -E %{_dbpath})
|
|
while [ -e ${dbpath}/Packages ]
|
|
do
|
|
date >> /var/log/rebuilddb.log 2>&1
|
|
rpm -vvv --rebuilddb >> /var/log/rebuilddb.log 2>&1
|
|
done
|
|
} &
|
|
|
|
%files -f %{name}.lang
|
|
%defattr(-,root,root)
|
|
%license COPYING
|
|
%doc CREDITS
|
|
/usr/lib/tmpfiles.d/rpm.conf
|
|
%{_sysconfdir}/cron.daily/rpm
|
|
%config(noreplace) %{_sysconfdir}/logrotate.d/rpm
|
|
%dir %{_sysconfdir}/rpm
|
|
%dir /var/lib/rpm
|
|
%attr(0644, root, root) %ghost %config(missingok,noreplace) /var/lib/rpm/*
|
|
%attr(0644, root, root) %ghost /var/lib/rpm/.*.lock
|
|
%lang(fr) %{_mandir}/fr/man[18]/*.[18]*
|
|
%lang(ko) %{_mandir}/ko/man[18]/*.[18]*
|
|
%lang(ja) %{_mandir}/ja/man[18]/*.[18]*
|
|
%lang(pl) %{_mandir}/pl/man[18]/*.[18]*
|
|
%lang(ru) %{_mandir}/ru/man[18]/*.[18]*
|
|
%lang(sk) %{_mandir}/sk/man[18]/*.[18]*
|
|
|
|
%attr(0755, root, root) %dir %{_rpmconfigdir}
|
|
%{_rpmconfigdir}/macros
|
|
%{_rpmconfigdir}/macros.d
|
|
%{_rpmconfigdir}/rpmpopt*
|
|
%{_rpmconfigdir}/rpmrc
|
|
%{_rpmconfigdir}/rpmdb_*
|
|
%{_rpmconfigdir}/rpm.daily
|
|
%{_rpmconfigdir}/rpm.log
|
|
%{_rpmconfigdir}/rpm.supp
|
|
%{_rpmconfigdir}/rpm2cpio.sh
|
|
%{_rpmconfigdir}/tgpg
|
|
%{_rpmconfigdir}/platform
|
|
%{_libdir}/rpm-plugins/
|
|
%exclude %{_libdir}/rpm-plugins/systemd_inhibit.so
|
|
%exclude %{_libdir}/rpm-plugins/fsverity.so
|
|
%exclude %{_libdir}/rpm-plugins/dbus_announce.so
|
|
%dir %{_rpmconfigdir}/fileattrs
|
|
%{_bindir}/rpm
|
|
%{_bindir}/rpm2archive
|
|
%{_bindir}/rpm2cpio
|
|
%{_bindir}/rpmdb
|
|
%{_bindir}/rpmkeys
|
|
%{_bindir}/rpmquery
|
|
%{_bindir}/rpmverify
|
|
%{_bindir}/rpmsign
|
|
%{_bindir}/rpmlua
|
|
/usr/lib/rpm/rpmuncompress
|
|
|
|
%files libs
|
|
%{_libdir}/librpm*.so.9*
|
|
|
|
%files build
|
|
%defattr(-,root,root)
|
|
%{_bindir}/rpmbuild
|
|
%{_bindir}/gendiff
|
|
%{_bindir}/rpmspec
|
|
%{_mandir}/man1/gendiff.1*
|
|
%{_mandir}/man8/rpmbuild.8.gz
|
|
%{_mandir}/man8/rpmdeps.8.gz
|
|
%{_mandir}/man8/rpmspec.8.gz
|
|
|
|
%{_rpmconfigdir}/brp-*
|
|
%{_rpmconfigdir}/check-*
|
|
%{_rpmconfigdir}/find-lang.sh
|
|
%{_rpmconfigdir}/*provides*
|
|
%{_rpmconfigdir}/*requires*
|
|
%{_rpmconfigdir}/*deps*
|
|
%{_rpmconfigdir}/*.prov
|
|
%{_rpmconfigdir}/*.req
|
|
%{_rpmconfigdir}/mkinstalldirs
|
|
%{_rpmconfigdir}/fileattrs/*
|
|
%{_rpmconfigdir}/config.*
|
|
|
|
%files -n python3-%{name}
|
|
%defattr(-,root,root)
|
|
%{python3_sitearch}/%{name}/
|
|
%{python3_sitearch}/%{name}-%{version}*.egg-info
|
|
|
|
%files devel
|
|
%defattr(-,root,root)
|
|
%{_bindir}/rpmgraph
|
|
%{_libdir}/librp*[a-z].so
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
%{_includedir}/%{name}/
|
|
|
|
%files plugin-systemd-inhibit
|
|
%{_libdir}/rpm-plugins/systemd_inhibit.so
|
|
%{_mandir}/man8/rpm-plugin-systemd-inhibit.8*
|
|
|
|
%files help
|
|
%defattr(-,root,root)
|
|
%doc docs/manual/[a-z]*
|
|
%doc docs/librpm/html/*
|
|
%{_mandir}/man8/rpm*.8*
|
|
%exclude %{_mandir}/man8/rpm-plugin-systemd-inhibit.8*
|
|
%exclude %{_mandir}/man8/rpm-plugin-dbus-announce.8*
|
|
%exclude %{_mandir}/man8/rpmbuild.8.gz
|
|
%exclude %{_mandir}/man8/rpmdeps.8.gz
|
|
%exclude %{_mandir}/man8/rpmspec.8.gz
|
|
|
|
%changelog
|
|
* Wed Jun 14 2023 renhongxun<renhongxun@h-partners.com> - 4.18.0-8
|
|
* Fix a copy-paste --help description of --whatconflicts
|
|
|
|
* Tue Feb 28 2023 renhongxun<renhongxun@h-partners.com> - 4.18.0-7
|
|
- bugfix with upstream patches about fifo
|
|
|
|
* Wed Feb 08 2023 gaoyusong<gaoyusong2@huawei.com> - 4.18.0-6
|
|
- Revert digest list patches
|
|
|
|
* Wed Feb 08 2023 gaoyusong<gaoyusong2@huawei.com> - 4.18.0-5
|
|
- Sync IMA related patches
|
|
|
|
* Wed Feb 08 2023 gaoyusong<gaoyusong2@huawei.com> - 4.18.0-4
|
|
- Add digest list plugin support
|
|
|
|
* Mon Feb 06 2023 xujing<xujing125@huawei.com> - 4.18.0-3
|
|
- make clean after check to adapt rpm upstream logic
|
|
|
|
* Mon Feb 06 2023 xujing<xujing125@huawei.com> - 4.18.0-2
|
|
- don't automatically execute rmbuild
|
|
|
|
* Thu Feb 02 2023 xujing<xujing125@huawei.com> - 4.18.0-1
|
|
- update version to 4.18.0
|
|
|
|
* Mon Dec 26 2022 xujing<xujing125@huawei.com> - 4.17.0-21
|
|
- backport patches from upstream to fix resource leak
|
|
|
|
* Mon Dec 19 2022 xujing<xujing125@huawei.com> - 4.17.0-20
|
|
- Fix file leak when src rpm in URL format is used for installation
|
|
|
|
* Mon Dec 19 2022 xujing<xujing125@huawei.com> - 4.17.0-19
|
|
- backport patches from upstream to fix memleak
|
|
|
|
* Mon Nov 28 2022 renhongxun<renhongxun@h-partners.com> - 4.17.0-18
|
|
- Move file metadata setting back to unpack stage
|
|
|
|
* Fri Nov 18 2022 huajingyun<huajingyun@loongson.cn> - 4.17.0-17
|
|
- add default machine name loongarch support
|
|
- disable test on loongarch
|
|
|
|
* Wed Nov 16 2022 xujing<xujing125@huawei.com> - 4.17.0-16
|
|
- rpm: fix rpm is blocked when open fifo file
|
|
|
|
* Tue Nov 15 2022 yuelg<yuelg@chinaunicom.cn> - 4.17.0-15
|
|
- Move rpm-build's help to rpm binary package
|
|
|
|
* Mon Nov 14 2022 wuzx<wuzx1226@qq.com> - 4.17.0-14
|
|
- Add sw64 architecture
|
|
|
|
* Tue Nov 01 2022 licunlong<licunlong1@huawei.com> - 4.17.0-13
|
|
- sync patches from upstream
|
|
|
|
* Fri Sep 09 2022 renhongxun<renhongxun@h-partners.com> - 4.17.0-12
|
|
- sync patches from upstream
|
|
|
|
* Wed Aug 31 2022 Hongxun Ren<renhongxun@h-partners.com> - 4.17.0-11
|
|
- fix CVE-2021-35937 CVE-2021-35938 CVE-2021-35939
|
|
|
|
* Tue Aug 16 2022 Kou Wenqi<kouwenqi@kylinos.cn> - 4.17.0-10
|
|
- Type:enhancement
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:requires zstd-devel >= 1.3.8 in build
|
|
|
|
* Mon Aug 15 2022 Kou Wenqi<kouwenqi@kylinos.cn> - 4.17.0-9
|
|
- Type:enhancement
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:requires zstd >= 1.4.0
|
|
|
|
* Thu Aug 11 2022 renhongxun<renhongxun@h-partners.com> - 4.17.0-8
|
|
- sync some patches from upstream
|
|
|
|
* Thu Aug 11 2022 renhongxun<renhongxun@h-partners.com> - 4.17.0-7
|
|
- sync some patches from upstream
|
|
|
|
* Thu Aug 11 2022 renhongxun<renhongxun@h-partners.com> - 4.17.0-6
|
|
- sync some patches from upstream
|
|
|
|
* Tue Aug 09 2022 renhongxun<renhongxun@h-partners.com> - 4.17.0-5
|
|
- Type:bugfix
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:sync changes from openEuler-22.03-LTS
|
|
|
|
*Sat Jun 25 2022 lujie<lujie54@huawei.com> - 4.17.0-4
|
|
- Type:bugfix
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:rpm selinux plugin check context file exist
|
|
|
|
*Thu Feb 17 2022 renhongxun<renhongxun@h-partners.com> - 4.17.0-3
|
|
- Type:bugfix
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:delete some libdb symbolic link
|
|
|
|
* Wed Feb 16 2022 renhongxun<renhongxun@h-partners.com> - 4.17.0-2
|
|
- Type:bugfix
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:bugfix on finding python3.x dir
|
|
|
|
* Mon Dec 27 2021 renhongxun<renhongxun@huawei.com> - 4.17.0-1
|
|
- Type:requirement
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:upgrade to 4.17.0
|
|
|
|
* Mon Sep 13 2021 zhangtianxing<zhangtianxing3@huawei.com> - 4.15.1-30
|
|
- Type:bugfix
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:fix lsetxattr error in container
|
|
|
|
* Thu Jul 22 2021 liudabo<liudabo1@huawei.com> - 4.15.1-29
|
|
- Type:bugfix
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:deleting gdb build dependency
|
|
|
|
* Thu Jul 08 2021 shixuantong <shixuantong@huawei.com> - 4.15.1-28
|
|
- Type:bugfix
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:split rpm-plugin-systemd-inhibit out of rpm.
|
|
|
|
* Thu Jul 08 2021 shixuantong <shixuantong@huawei.com> - 4.15.1-27
|
|
- Type:enhancement
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:remove unnecessary installation dependencies
|
|
|
|
* Mon Jun 28 2021 shangyibin <shangyibin1@huawei.com> - 4.15.1-26
|
|
- Type:bugfix
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:modify dependency
|
|
|
|
* Wed Jun 09 2021 shixuantong <shixuantong@huawei.com> - 4.15.1-25
|
|
- Type:bugfix
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:Fix data race in packageBinaries() function and prioritize large packages
|
|
|
|
* Wed Jun 2 2021 guoxiaoqi<guoxiaoqi2@huawei.com> - 4.15.1-23
|
|
- Type:cve
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:fix CVE-2021-20266
|
|
|
|
* Sat May 22 2021 liudabo<liudabo1@huawei.com> - 4.15.1-22
|
|
- Type:bugfix
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:Optimize signature header merge a bit
|
|
|
|
* Tue Apr 13 2021 liudabo<liudabo1@huawei.com> - 4.15.1-22
|
|
- Type:enhancement
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:Fix CVE-2021-20271
|
|
|
|
* Mon Jan 11 2021 Liquor <lirui130@huawei.com> - 4.15.1-21
|
|
- Type:enhancement
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:backport patches from upstream
|
|
|
|
* Thu Dec 17 2020 Anakin Zhang <benjamin93@163.com> - 4.15.1-20
|
|
- Type:bugfix
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:call process_digest_list before files are added
|
|
|
|
* Thu Dec 17 2020 Anakin Zhang <benjamin93@163.com> - 4.15.1-19
|
|
- Type:bugfix
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:use user.digest_list to avoid duplicate processing of the digest lists
|
|
|
|
* Thu Oct 29 2020 Liquor <lirui130@huawei.com> - 4.15.1-18
|
|
- Type:requirement
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:remove python2
|
|
|
|
* Tue Jul 14 2020 Roberto Sassu <roberto.sassu@huawei.com> - 4.15.1-17
|
|
- Type:enhancement
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:add support for digest lists
|
|
|
|
* Fri May 22 2020 openEuler Buildteam <buildteam@openeuler.org> - 4.15.1-16
|
|
- Type:bugfix
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:solve the error of setexecfilecon
|
|
|
|
* Wed May 13 2020 openEuler Buildteam <buildteam@openeuler.org> - 4.15.1-15
|
|
- Type:bugfix
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:solve the failure of rpmsigdig.at test
|
|
|
|
* Mon Mar 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 4.15.1-14
|
|
- Type:bugfix
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:add requires of some common build packages to rpm-build
|
|
|
|
* Wed Mar 25 2020 openEuler Buildteam <buildteam@openeuler.org> - 4.15.1-13
|
|
- Type:bugfix
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:revert always execute file trigger scriptlet callbacks with owning header
|
|
|
|
* Fri Mar 6 2020 openEuler Buildteam <buildteam@openeuler.org> - 4.15.1-12
|
|
- Type:bugfix
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:silence spurious error message from lsetfilecon()
|
|
|
|
* Wed Mar 4 2020 openEuler Buildteam <buildteam@openeuler.org> - 4.15.1-11
|
|
- Type:bugfix
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:add dist to release by default
|
|
|
|
* Mon Mar 2 2020 openEuler Buildteam <buildteam@openeuler.org> - 4.15.1-10
|
|
- Type:bugfix
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:revert last commit
|
|
|
|
* Thu Feb 27 2020 openEuler Buildteam <buildteam@openeuler.org> - 4.15.1-9
|
|
- Type:bugfix
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:add dist to the name of package
|
|
|
|
* Fri Feb 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 4.15.1-8
|
|
- Type:bugfix
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:skip update the preference of gpg during make check
|
|
|
|
* Mon Jan 20 2020 openEuler Buildteam <buildteam@openeuler.org> - 4.15.1-7
|
|
- Type:bugfix
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:delete unneeded obsoletes
|
|
|
|
* Sat Jan 18 2020 openEuler Buildteam <buildteam@openeuler.org> - 4.15.1-6
|
|
- Type:bugfix
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:delete unneeded shared library
|
|
|
|
* Tue Jan 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 4.15.1-5
|
|
- Type:bugfix
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:change requires to build requires
|
|
|
|
* Tue Jan 14 2020 openEuler Buildteam <buildteam@openeuler.org> - 4.15.1-4
|
|
- Type:bugfix
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:add build requires of ima-evm-utils and old shared library
|
|
|
|
* Mon Jan 13 2020 openEuler Buildteam <buildteam@openeuler.org> - 4.15.1-3
|
|
- Type:bugfix
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:add requires of shared library
|
|
|
|
* Mon Jan 13 2020 openEuler Buildteam <buildteam@openeuler.org> - 4.15.1-2
|
|
- Type:bugfix
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:add subpack of librpm8 and librpm9 to support update
|
|
|
|
* Fri Jan 10 2020 openEuler Buildteam <buildteam@openeuler.org> - 4.15.1-1
|
|
- Type:bugfix
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:update version to 4.15.1
|
|
|
|
* Tue Dec 24 2019 openEuler Buildteam <buildteam@openeuler.org> - 4.14.2-5
|
|
- Type:bugfix
|
|
- ID:NA
|
|
- SUG:NA
|
|
- DESC:bugfix in files
|
|
|
|
* Wed Nov 13 2019 hexiaowen<hexiaowen@huawei.com> - 4.14.2-4
|
|
- add system-rpm-config buildrequires
|
|
|
|
* Fri Sep 20 2019 openEuler Buildteam <buildteam@openeuler.org> - 4.14.2-3
|
|
- Delete redundant information
|
|
|
|
* Mon Sep 09 2019 openEuler Buildteam <buildteam@openeuler.org> - 4.14.2-2
|
|
- Package init
|