Skip to content

Commit 7c7a7cc

Browse files
tmzullingerlundman
authored andcommitted
rpm: don't list /sbin/zgenhostid twice in %files
The location of zgenhostid was changed in 0ae733c (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 openzfs#17601
1 parent c893210 commit 7c7a7cc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

rpm/generic/zfs.spec.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,6 @@ systemctl --system daemon-reload >/dev/null || true
506506
# Core utilities
507507
%{_sbindir}/*
508508
%{_bindir}/raidz_test
509-
%{_sbindir}/zgenhostid
510509
%{_bindir}/zvol_wait
511510
# Optional Python 3 scripts
512511
%{_bindir}/arc_summary

0 commit comments

Comments
 (0)