Accepting request 629961 from home:nicolasbock:branches:network:utilities

- Fix linter errors regarding COPYING

OBS-URL: https://build.opensuse.org/request/show/629961
OBS-URL: https://build.opensuse.org/package/show/network:utilities/memcached?expand=0&rev=55
This commit is contained in:
Andreas Stieger 2018-08-21 07:03:06 +00:00 committed by Git OBS Bridge
parent 5cc1d315e2
commit 59306d71c5
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 17 15:15:38 UTC 2018 - nicolas.bock@suse.com
- Fix linter errors regarding COPYING
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Aug 13 09:43:51 UTC 2018 - astieger@suse.com Mon Aug 13 09:43:51 UTC 2018 - astieger@suse.com

View File

@ -146,7 +146,8 @@ make test
%files %files
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING NEWS %doc AUTHORS ChangeLog NEWS
%license COPYING
%{_sbindir}/%{name} %{_sbindir}/%{name}
%{_sbindir}/memcached-tool %{_sbindir}/memcached-tool
%{_sbindir}/rc%{name} %{_sbindir}/rc%{name}
@ -161,7 +162,8 @@ make test
%files devel %files devel
%defattr(-,root,root) %defattr(-,root,root)
%doc AUTHORS ChangeLog COPYING NEWS doc/*.txt %doc AUTHORS ChangeLog NEWS doc/*.txt
%license COPYING
%{_includedir}/%{name} %{_includedir}/%{name}
%changelog %changelog