From b6452e51a079ab11fbfe187f86a3702115ddac5f Mon Sep 17 00:00:00 2001 From: liquor <1692257904@qq.com> Date: Wed, 12 Aug 2020 14:46:41 +0800 Subject: [PATCH] use /etc/rmt as default rmt command --- cpio.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/cpio.spec b/cpio.spec index 55de345..18df372 100644 --- a/cpio.spec +++ b/cpio.spec @@ -1,6 +1,6 @@ Name: cpio Version: 2.12 -Release: 14 +Release: 15 Summary: A GNU archiving program License: GPLv3+ @@ -33,7 +33,7 @@ tape, or a pipe. %autosetup -n %{name}-%{version} -p1 %build -%configure +%configure --with-rmt="%{_sysconfdir}/rmt" %make_build %install @@ -59,6 +59,12 @@ make check %{_datadir}/man/man1/%{name}.1.gz %changelog +* Wed Aug 12 2020 Liquor - 2.12-15 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:use /etc/rmt as default rmt command + * Sat Dec 21 2019 openEuler Buildteam - 2.12-14 - Fix CVE-2019-14866 -- Gitee