|
|
|
@ -7,14 +7,15 @@
|
|
|
|
|
Summary: An utility for setting or changing passwords using PAM
|
|
|
|
|
Name: passwd
|
|
|
|
|
Version: 0.80
|
|
|
|
|
Release: 12%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
License: BSD or GPL+
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
|
URL: https://pagure.io/passwd
|
|
|
|
|
Source: https://releases.pagure.org/passwd/passwd-%{version}.autotoolized.tar.bz2
|
|
|
|
|
Patch0: passwd-0.80-manpage.patch
|
|
|
|
|
Patch1: passwd-0.80-S-output.patch
|
|
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
Requires: pam >= 1.0.90, /etc/pam.d/system-auth
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
%if %{WITH_SELINUX}
|
|
|
|
|
Requires: libselinux >= 2.1.6-3
|
|
|
|
|
BuildRequires: libselinux-devel >= 2.1.6-3
|
|
|
|
@ -24,8 +25,8 @@ BuildRequires: gcc
|
|
|
|
|
BuildRequires: glib2-devel, libuser-devel, pam-devel, libuser >= 0.53-1
|
|
|
|
|
BuildRequires: gettext, popt-devel
|
|
|
|
|
%if %{WITH_AUDIT}
|
|
|
|
|
BuildRequires: audit-libs-devel >= 2.4.5
|
|
|
|
|
Requires: audit-libs >= 2.4.5
|
|
|
|
|
BuildRequires: audit-libs-devel >= 1.0.14
|
|
|
|
|
Requires: audit-libs >= 1.0.14
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -67,6 +68,7 @@ done
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files -f %{name}.lang
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%{!?_licensedir:%global license %%doc}
|
|
|
|
|
%license COPYING
|
|
|
|
|
%doc AUTHORS ChangeLog NEWS
|
|
|
|
@ -75,39 +77,14 @@ done
|
|
|
|
|
%{_mandir}/man1/passwd.1*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.80-12
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
* Mon Feb 07 2022 Jiri Kucera <jkucera@redhat.com> - 0.80-4
|
|
|
|
|
- Rebuild due to migrated tests
|
|
|
|
|
Related: #1841499
|
|
|
|
|
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 0.80-11
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.80-10
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.80-9
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.80-8
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Dec 04 2019 Jiri Kucera <jkucera@redhat.com> - 0.80-7
|
|
|
|
|
* Fri Dec 13 2019 Jiri Kucera <jkucera@redhat.com> - 0.80-3
|
|
|
|
|
- fix inconsistencies in manpage
|
|
|
|
|
- fix incorrect -S output
|
|
|
|
|
Resolves: #1612221, #1740166
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.80-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.80-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.80-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Apr 17 2018 Jiri Kucera <jkucera@redhat.com> - 0.80-3
|
|
|
|
|
- passwd-0.80 relies on AUDIT_ACCT_LOCK and AUDIT_ACCT_UNLOCK that
|
|
|
|
|
were introduced at audit-2.4.5
|
|
|
|
|
Resolves: #1612906, #1740168
|
|
|
|
|
|
|
|
|
|
* Thu Apr 12 2018 Jiri Kucera <jkucera@redhat.com> - 0.80-2
|
|
|
|
|
- Removed autotools dependencies
|
|
|
|
|