update code

This commit is contained in:
zhuchunyi 2019-11-06 19:45:15 +08:00
parent 65f36a79dc
commit 592ff624f8

View File

@ -1,6 +1,6 @@
Name: passwd Name: passwd
Version: 0.80 Version: 0.80
Release: 6 Release: 7
Summary: An implementation of the password setting/changing utility through PAM and libuser libraries Summary: An implementation of the password setting/changing utility through PAM and libuser libraries
License: BSD or GPL+ License: BSD or GPL+
URL: https://pagure.io/passwd URL: https://pagure.io/passwd
@ -44,8 +44,8 @@ make check
%files -f %{name}.lang %files -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root)
%license COPYING %license COPYING AUTHORS
%doc AUTHORS ChangeLog NEWS %doc ChangeLog NEWS
%attr(4755,root,root) %{_bindir}/* %attr(4755,root,root) %{_bindir}/*
%config(noreplace) %{_sysconfdir}/pam.d/passwd %config(noreplace) %{_sysconfdir}/pam.d/passwd
@ -55,6 +55,12 @@ make check
%{_mandir}/man1/*.gz %{_mandir}/man1/*.gz
%changelog %changelog
* Wed Oct 9 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.80-7
- Type:enhancement
- ID:NA
- SUG:NA
- DESC: change the directory of AUTHORS
* Tue Sep 24 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.80-6 * Tue Sep 24 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.80-6
- Type:enhancement - Type:enhancement
- ID:NA - ID:NA