[mariadb] remove solaris files that were installed fixuo date in changelog

Dennis Gilmore ausil at fedoraproject.org
Wed Jul 24 04:26:29 UTC 2013


commit dc53d01aeb2a8bd554deec84934d6a7f1426ff00
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Tue Jul 23 23:25:45 2013 -0500

    remove solaris files that were installed
    fixuo date in changelog

 mariadb.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/mariadb.spec b/mariadb.spec
index f335cf0..0d824f9 100644
--- a/mariadb.spec
+++ b/mariadb.spec
@@ -494,6 +494,9 @@ rm -f ${RPM_BUILD_ROOT}%{_sysconfdir}/init.d/mysql
 # remove duplicate logrotate script
 rm -f ${RPM_BUILD_ROOT}%{_sysconfdir}/logrotate.d/mysql
 
+# remove solaris files
+rm -f ${RPM_BUILD_ROOT}%{_datadir}/solaris/
+
 %pre server
 /usr/sbin/groupadd -g 27 -o -r mysql >/dev/null 2>&1 || :
 /usr/sbin/useradd -M -N -g mysql -o -r -d /var/lib/mysql -s /bin/bash \
@@ -730,8 +733,9 @@ fi
 %{_mandir}/man1/mysql_client_test.1*
 
 %changelog
-* Mon Jul 23 2013 Dennis Gilmore <dennis at ausil.us> 5.5.32-2
+* Tue Jul 23 2013 Dennis Gilmore <dennis at ausil.us> 5.5.32-2
 - replace systemd-units requires with systemd
+- remove solaris files
 
 * Fri Jul 19 2013 Honza Horak <hhorak at redhat.com> 5.5.32-1
 - Rebase to 5.5.32


More information about the scm-commits mailing list