Wed, 01 May 2024 04:45:56 UTC | login

Information for build shadow-utils-4.8.1-4.fc33

ID184004
Package Nameshadow-utils
Version4.8.1
Release4.fc33
Epoch2
Sourcegit+https://src.fedoraproject.org/rpms/shadow-utils.git#a222f7e8252b458a555203dc73ee7fe3bc6969e6
SummaryUtilities for managing accounts and shadow password files
DescriptionThe shadow-utils package includes the necessary programs for converting UNIX password files to the shadow password format, plus programs for managing user and group accounts. The pwconv command converts passwords to the shadow password format. The pwunconv command unconverts shadow passwords and generates a passwd file (a standard UNIX password file). The pwck command checks the integrity of password and shadow files. The lastlog command prints out the last login times for all users. The useradd, userdel, and usermod commands are used for managing user accounts. The groupadd, groupdel, and groupmod commands are used for managing group accounts.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 15 Aug 2020 06:13:12 UTC
CompletedSat, 15 Aug 2020 07:46:51 UTC
Taskbuild (f33, /rpms/shadow-utils.git:a222f7e8252b458a555203dc73ee7fe3bc6969e6)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/shadow-utils.git#a222f7e8252b458a555203dc73ee7fe3bc6969e6'}}
Tags
f33
RPMs
src
shadow-utils-4.8.1-4.fc33.src.rpm (info) (download)
riscv64
shadow-utils-4.8.1-4.fc33.riscv64.rpm (info) (download)
shadow-utils-debuginfo-4.8.1-4.fc33.riscv64.rpm (info) (download)
shadow-utils-debugsource-4.8.1-4.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:4.8.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu May 14 2020 Iker Pedrosa <ipedrosa@redhat.com> - 2:4.8.1-3 - check only local groups when adding new supplementary groups to a user (#1727236) * Tue Mar 24 2020 Iker Pedrosa <ipedrosa@redhat.com> - 2:4.8.1-2 - useradd: clarify the useradd -d parameter behavior in man page * Tue Mar 17 2020 Iker Pedrosa <ipedrosa@redhat.com> - 2:4.8.1-1 - updated upstream to 4.8.1 * Tue Mar 17 2020 Iker Pedrosa <ipedrosa@redhat.com> - 2:4.8-5 - synchronized login.defs with upstream file (#1261099 and #1807957) * Mon Feb 24 2020 Iker Pedrosa <ipedrosa@redhat.com> - 2:4.8-4 - fix useradd: doesn't generate spool mail with the proper SELinux user identity (#1690527) * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2:4.8-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Jan 16 2020 Tomáš Mráz <tmraz@redhat.com> - 2:4.8-2 - make the invalid shell check into warning * Mon Jan 13 2020 Tomáš Mráz <tmraz@redhat.com> - 2:4.8-1 - update to current upstream release 4.8 * Mon Sep 02 2019 Tomáš Mráz <tmraz@redhat.com> - 2:4.6-16 - fix SELinux related problem in chpasswd/chgpasswd when run with -R (patch by Petr Lautrbach) (#1747215) * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:4.6-15 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Jun 07 2019 Tomáš Mráz <tmraz@redhat.com> - 2:4.6-14 - minor auditing fixes * Fri May 03 2019 Tomáš Mráz <tmraz@redhat.com> - 2:4.6-13 - use lckpwdf() again to disable concurrent edits of databases by other applications * Tue Apr 02 2019 Tomáš Mráz <tmraz@redhat.com> - 2:4.6-12 - force regeneration of getdate.c otherwise the date parsing fix is not applied * Fri Mar 22 2019 Tomáš Mráz <tmraz@redhat.com> - 2:4.6-11 - clarify chage manual page in regards to shadow and passwd inconsistency (#1686440) * Thu Mar 21 2019 Tomáš Mráz <tmraz@redhat.com> - 2:4.6-10 - Ignore LOGIN_PLAIN_PROMPT variable in login.defs * Thu Mar 07 2019 Tim Landscheidt <tim@tim-landscheidt.de> - 2:4.6-9 - Remove obsolete requirements for post/pre scriptlets * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2:4.6-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Jan 14 2019 Björn Esser <besser82@fedoraproject.org> - 2:4.6-7 - Rebuilt for libcrypt.so.2 (#1666033) * Tue Dec 18 2018 Tomáš Mráz <tmraz@redhat.com> - 2:4.6-6 - usermod: guard against unsafe change of ownership of special home directories * Mon Nov 19 2018 Tomáš Mráz <tmraz@redhat.com> - 2:4.6-5 - use itstool instead of xml2po * Tue Nov 06 2018 Tomáš Mráz <tmraz@redhat.com> - 2:4.6-4 - use cap_setxid file capabilities for newxidmap instead of making them setuid - limit the SYS_U/GID_MIN value to 1 as the algorithm does not work with 0 and the 0 is always used by root anyway - manual page improvements * Wed Oct 10 2018 Tomáš Mráz <tmraz@redhat.com> - 2:4.6-3 - fix some issues from Coverity scan - flush sssd caches - patch by Jakub Hrozek