diff --git a/glibc.spec b/glibc.spec index 41e4a94..83a3668 100644 --- a/glibc.spec +++ b/glibc.spec @@ -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