mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-09-15 13:50:11 +03:00
rpm: don't list /sbin/zgenhostid twice in %files
The location of zgenhostid was changed in 0ae733c7a
(Install zgenhostid
to sbindir, 2021-01-21). We include all files within sbindir two lines
earlier, which causes rpmbuild to report:
File listed twice: /sbin/zgenhostid
Drop the redundant entry from the %files section.
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Todd Zullinger <tmz@pobox.com>
Closes #17601
This commit is contained in:
parent
11f844175e
commit
d1d706350e
@ -506,7 +506,6 @@ systemctl --system daemon-reload >/dev/null || true
|
||||
# Core utilities
|
||||
%{_sbindir}/*
|
||||
%{_bindir}/raidz_test
|
||||
%{_sbindir}/zgenhostid
|
||||
%{_bindir}/zvol_wait
|
||||
# Optional Python 3 scripts
|
||||
%{_bindir}/arc_summary
|
||||
|
Loading…
Reference in New Issue
Block a user