Fix rpmlint W: install-file-in-docs /usr/share/doc/schroot/INSTALL

This commit is contained in:
Sérgio M. Basto 2018-06-18 02:45:02 +01:00
parent ad19814c58
commit b3d63a03d8
1 changed files with 5 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: schroot
Version: 1.6.10
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Execute commands in a chroot environment
Group: Development/Tools
License: GPLv3+
@ -145,7 +145,7 @@ popd
%files -f %{name}.lang
%license COPYING
%doc ABOUT-NLS AUTHORS ChangeLog HACKING INSTALL NEWS README THANKS TODO
%doc AUTHORS ChangeLog HACKING NEWS README THANKS TODO
%attr (4755, root, root ) %{_bindir}/schroot
%{_sysconfdir}/default/schroot
%dir %{_sysconfdir}/schroot
@ -201,6 +201,9 @@ popd
%{_unitdir}/schroot.service
%changelog
* Mon Jun 18 2018 Sérgio Basto <sergio@serjux.com> - 1.6.10-5
- Fix rpmlint W: install-file-in-docs /usr/share/doc/schroot/INSTALL
* Thu Jun 14 2018 Sérgio Basto <sergio@serjux.com> - 1.6.10-4
- Add config(noreplace) in all files of /etc (#1585406)