]> git.pld-linux.org Git - packages/mysql.git/commitdiff
- move ChangeLog to %doc
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 23 Oct 2008 13:32:14 +0000 (13:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mysql.spec -> 1.423

mysql.spec

index 06ef3e8c5e9959747ca7870eb7c0de472cef9732..5acc3dd9391b968f83e76b4364f1ef040769a99f 100644 (file)
@@ -624,6 +624,7 @@ rm $RPM_BUILD_ROOT%{_bindir}/resolveip
 rm $RPM_BUILD_ROOT%{_mandir}/man1/resolveip.1*
 rm $RPM_BUILD_ROOT%{_mandir}/man1/make_win_bin_dist.1*
 rm $RPM_BUILD_ROOT%{_mandir}/man1/comp_err.1*
+rm $RPM_BUILD_ROOT%{_datadir}/mysql/ChangeLog
 
 # we don't package those (we have no -test or -testsuite pkg) and some of them just segfault
 rm $RPM_BUILD_ROOT%{_bindir}/mysql_client_test
@@ -789,7 +790,7 @@ done
 
 %files
 %defattr(644,root,root,755)
-%doc support-files/*.cnf support-files/*.ini
+%doc support-files/*.cnf support-files/*.ini ChangeLog
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/mysql
 %attr(754,root,root) /etc/rc.d/init.d/mysql
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/mysql
This page took 0.192964 seconds and 4 git commands to generate.