Use %license tag for LICENSE file

This commit is contained in:
Todd Zullinger 2018-08-26 04:03:46 -04:00
parent 9048b9f36a
commit f0d7b66afa
1 changed files with 3 additions and 1 deletions

View File

@ -165,7 +165,8 @@ getent passwd znc >/dev/null || \
%files
%doc LICENSE README.md
%doc README.md
%license LICENSE
%{_bindir}/znc
%{_mandir}/man1/*
%{_libdir}/znc
@ -223,6 +224,7 @@ getent passwd znc >/dev/null || \
- Pass --with-tcl to ensure tclConfig.sh is found
- Remove Group tag
- Use system-wide crypto policy
- Use %%license tag for LICENSE file
* Mon Jul 23 2018 Nick Bebout <nb@fedoraproject.org> - 1.7.1-2
- Add gcc-c++ and redhat-rpm-config to znc-devel's dependencies