Updated changeset ID

The previous Mercurial changeset ID was changed to the corresponding
Git changeset ID.
This commit is contained in:
Jiri Kucera 2018-03-29 12:55:24 +02:00
parent 2483e20ea3
commit 9291a1c7dd

View File

@ -7,12 +7,12 @@
Summary: An utility for setting or changing passwords using PAM
Name: passwd
Version: 0.79
Release: 14%{?dist}
Release: 15%{?dist}
License: BSD or GPL+
Group: System Environment/Base
URL: https://pagure.io/passwd
Source: https://releases.pagure.org/passwd/passwd-%{version}.tar.bz2
# Upstream changeset 41908bb68e4590aa6a5434eb979b23a9f8828011
# Upstream changeset ca46cac76757082322d19f736a88cbf81bd70063
Patch0: passwd-0.79-stdin-length.patch
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: pam >= 1.0.90, /etc/pam.d/system-auth
@ -76,6 +76,10 @@ done
%{_mandir}/man1/passwd.1*
%changelog
* Thu Mar 29 2018 Jiri Kucera <jkucera@redhat.com> - 0.79-15
- Mercurial changeset ID changed to the corresponding Git
changeset ID
* Wed Feb 21 2018 Jiri Kucera <jkucera@redhat.com> - 0.79-14
- Added missing gcc dependency