use /etc/rmt as default rmt command

This commit is contained in:
liquor 2020-08-12 14:46:41 +08:00
parent 3754142f5c
commit a96651a157

View File

@ -1,6 +1,6 @@
Name: cpio Name: cpio
Version: 2.13 Version: 2.13
Release: 1 Release: 2
Summary: A GNU archiving program Summary: A GNU archiving program
License: GPLv3+ License: GPLv3+
@ -32,7 +32,7 @@ tape, or a pipe.
%autosetup -n %{name}-%{version} -p1 %autosetup -n %{name}-%{version} -p1
%build %build
%configure %configure --with-rmt="%{_sysconfdir}/rmt"
%make_build %make_build
%install %install
@ -57,6 +57,12 @@ make check
%{_datadir}/man/man1/%{name}.1.gz %{_datadir}/man/man1/%{name}.1.gz
%changelog %changelog
* Wed Aug 12 2020 Liquor <lirui130@huawei.com> - 2.13-2
- Type:bugfix
- ID:NA
- SUG:NA
- DESC:use /etc/rmt as default rmt command
* Thu Jul 30 2020 Liquor <lirui130@huawei.com> - 2.13-1 * Thu Jul 30 2020 Liquor <lirui130@huawei.com> - 2.13-1
- Type:enhancement - Type:enhancement
- ID:NA - ID:NA