zdump in bindir

This commit is contained in:
Alexander Stefanov 2021-02-05 07:40:32 +00:00
parent b7ee2b50e3
commit f937981d46

View file

@ -1003,6 +1003,7 @@ These are configuration files that describe possible time zones.
%files -n timezone
%{_sbindir}/zdump
%{_bindir}/zdump
%{_sbindir}/zic
%{_mandir}/man1/zdump.1*
%{_datadir}/zoneinfo
@ -1663,6 +1664,7 @@ rm -f %{buildroot}%{_bindir}/rpcgen %{buildroot}%{_mandir}/man1/rpcgen.1*
%if !%{with timezone}
rm -f %{buildroot}%{_sbindir}/zdump
rm -f %{buildroot}%{_bindir}/zdump
rm -f %{buildroot}%{_sbindir}/zic
rm -f %{buildroot}%{_mandir}/man1/zdump.1*
%endif