Information for build which-2.21-39.fc39

ID2166796
Package Namewhich
Version2.21
Release39.fc39
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/which.git#1d13651d9f0985ad3564813de8ef8e985ad34dc8
SummaryDisplays where a particular program in your path is located
DescriptionThe which command shows the full pathname of a specified program, if the specified program is in your PATH.
Built bythan
State complete
Volume DEFAULT
StartedWed, 08 Mar 2023 10:47:56 UTC
CompletedWed, 08 Mar 2023 10:51:58 UTC
Taskbuild (rawhide, /rpms/which.git:1d13651d9f0985ad3564813de8ef8e985ad34dc8)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/which.git#1d13651d9f0985ad3564813de8ef8e985ad34dc8'}}
Tags
f39
RPMs
src
which-2.21-39.fc39.src.rpm (info) (download)
aarch64
which-2.21-39.fc39.aarch64.rpm (info) (download)
which-debuginfo-2.21-39.fc39.aarch64.rpm (info) (download)
which-debugsource-2.21-39.fc39.aarch64.rpm (info) (download)
i686
which-2.21-39.fc39.i686.rpm (info) (download)
which-debuginfo-2.21-39.fc39.i686.rpm (info) (download)
which-debugsource-2.21-39.fc39.i686.rpm (info) (download)
ppc64le
which-2.21-39.fc39.ppc64le.rpm (info) (download)
which-debuginfo-2.21-39.fc39.ppc64le.rpm (info) (download)
which-debugsource-2.21-39.fc39.ppc64le.rpm (info) (download)
s390x
which-2.21-39.fc39.s390x.rpm (info) (download)
which-debuginfo-2.21-39.fc39.s390x.rpm (info) (download)
which-debugsource-2.21-39.fc39.s390x.rpm (info) (download)
x86_64
which-2.21-39.fc39.x86_64.rpm (info) (download)
which-debuginfo-2.21-39.fc39.x86_64.rpm (info) (download)
which-debugsource-2.21-39.fc39.x86_64.rpm (info) (download)
Logs
i686
hw_info.log
state.log
build.log
root.log
mock_output.log
x86_64
hw_info.log
state.log
build.log
root.log
mock_output.log
aarch64
hw_info.log
state.log
build.log
root.log
mock_output.log
ppc64le
hw_info.log
state.log
build.log
root.log
mock_output.log
s390x
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Wed Mar 08 2023 Than Ngo <than@redhat.com> - 2.21-39 - fixed #2175953, enable which2 alias * Sun Feb 19 2023 Than Ngo <than@redhat.com> - 2.21-38 - migrated to SPDX license * Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.21-37 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Nov 07 2022 Than Ngo <than@redhat.com> - 2.21-36 - which fails for long path * Fri Aug 05 2022 Than Ngo <than@redhat.com> - 2.21-35 - disable which2 alias and function by default as it caused more problems than benefits * Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.21-34 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Wed Feb 09 2022 Than Ngo <than@redhat.com> - 2.21-33 - make which2.sh script more robust, * Sat Jan 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.21-32 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Dec 02 2021 Than Ngo <than@redhat.com> - 2.21-31 - check shell correctly * Tue Oct 26 2021 Than Ngo <than@redhat.com> - 2.21-30 - disable the --read-functions option in korn shells * Fri Oct 15 2021 Than Ngo <than@redhat.com> - 2.21-29 - Fixed regression, use export instead alias * Sun Oct 10 2021 Than Ngo <than@redhat.com> - 2.21-28 - Resolves: #2009547, which treats function contents as aliases when parsing ksh * Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.21-27 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Tue May 04 2021 Than Ngo <than@redhat.com> - 2.21-26 - Resolves: #1942153, fixed unbound variable * Mon Apr 26 2021 Than Ngo <than@redhat.com> - 2.21-25 - improved which2.sh * Tue Mar 23 2021 Than Ngo <than@redhat.com> - 2.21-24 - fixed regression if SHELL=zsh * Sun Mar 21 2021 Than Ngo <than@redhat.com> - 2.21-23 - fixed coverity issues - improved which2.sh * Thu Mar 18 2021 Than Ngo <than@redhat.com> - 2.21-22 - fixed syntax error testcase: a=b which ls