/[packages]/cauldron/mariadb/current/SPECS/mariadb.spec
ViewVC logotype

Diff of /cauldron/mariadb/current/SPECS/mariadb.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 192138 by alien, Wed Dec 28 01:44:51 2011 UTC revision 192139 by alien, Fri Jan 6 01:14:57 2012 UTC
# Line 90  Patch13:       mariadb-5.5-mysqld-nowatch.pat Line 90  Patch13:       mariadb-5.5-mysqld-nowatch.pat
90  Patch101:       mariadb-5.5-logrotate.patch  Patch101:       mariadb-5.5-logrotate.patch
91  Patch102:       mariadb-5.5-initscript.patch  Patch102:       mariadb-5.5-initscript.patch
92  Patch103:       mariadb-5.5-mysql_upgrade-exit-status.patch  Patch103:       mariadb-5.5-mysql_upgrade-exit-status.patch
 # unsure if still required  
 #Patch105:      mysql-5.1.35-test-variables-big.patch  
93  Patch106:       mariadb-5.5-hotcopy.patch  Patch106:       mariadb-5.5-hotcopy.patch
94  Patch107:       mariadb-5.5-mysql_install_db-quiet.patch  Patch107:       mariadb-5.5-mysql_install_db-quiet.patch
95    
# Line 101  Patch107:      mariadb-5.5-mysql_install_db-q Line 99  Patch107:      mariadb-5.5-mysql_install_db-q
99  Patch110:       mariadb-5.5-fix-headers-location.patch  Patch110:       mariadb-5.5-fix-headers-location.patch
100  # fix oqgraph typecast -- alien  # fix oqgraph typecast -- alien
101  Patch111:       mariadb-5.5-fix-typecast-oqgraph.patch  Patch111:       mariadb-5.5-fix-typecast-oqgraph.patch
102  # fix typeinfo of the handler class for rtti build -- alien  # make bundled readline static (will be in upstream) -- alien
103  Patch113:       mariadb-5.5-oqgraph-typeinfo.patch  Patch112:       mariadb-5.5-use-bundled-readline.patch
104    
105  Requires(post): rpm-helper  Requires(post): rpm-helper
106  Requires(preun): rpm-helper  Requires(preun): rpm-helper
# Line 134  BuildRequires: ncurses-devel Line 132  BuildRequires: ncurses-devel
132  BuildRequires:  openssl-devel  BuildRequires:  openssl-devel
133  BuildRequires:  wrap-devel  BuildRequires:  wrap-devel
134  BuildRequires:  python  BuildRequires:  python
 BuildRequires:  readline-devel  
135  BuildRequires:  systemtap  BuildRequires:  systemtap
136  BuildRequires:  tetex  BuildRequires:  tetex
137  BuildRequires:  texinfo  BuildRequires:  texinfo
# Line 177  The following storage engines are provid Line 174  The following storage engines are provid
174   - Federated Storage Engine   - Federated Storage Engine
175   - InnoDB Storage Engine   - InnoDB Storage Engine
176    
177    %package -n     mysql-MariaDB
178    Summary:        MariaDB mysql replacement
179    Group:          System/Servers
180    Requires:       %{name}
181    
182    %description -n mysql-MariaDB
183    MariaDB is a complete MySQL drop-in replacement with additional fixes and
184    storage engines.
185    
186    This package is used as a transitional virtual package, which requires
187    MariaDB so that people who used to use mysql can find it nicely.
188    
189  %package        feedback  %package        feedback
190  Summary:        MariaDB feedback storage engine  Summary:        MariaDB feedback storage engine
191  Group:          System/Servers  Group:          System/Servers
# Line 540  rm -f %{buildroot}%{_prefix}/README Line 549  rm -f %{buildroot}%{_prefix}/README
549  cat > README.urpmi <<EOF  cat > README.urpmi <<EOF
550    
551  NOTE: MariaDB is installed without root password, it is recommended to set the  NOTE: MariaDB is installed without root password, it is recommended to set the
552  root password as soon as possible:  root password with the following command as soon as possible:
553    
554     mysqladmin password 'new_password'     mysqladmin password
555    
556  The initscript used to start mysql has been reverted to use the one shipped  The initscript used to start mysql has been reverted to use the one shipped
557  by MariaDB. This means the following changes:  by MariaDB. This means the following changes:
# Line 594  popd Line 603  popd
603  if [ -f %{_sysconfdir}/my.cnf ]; then  if [ -f %{_sysconfdir}/my.cnf ]; then
604      perl -pi -e "s|^#plugin-load|plugin-load|g" %{_sysconfdir}/my.cnf      perl -pi -e "s|^#plugin-load|plugin-load|g" %{_sysconfdir}/my.cnf
605      perl -pi -e "s|^#federated|federated|g" %{_sysconfdir}/my.cnf      perl -pi -e "s|^#federated|federated|g" %{_sysconfdir}/my.cnf
606        # switch to federatedx provider
607        perl -pi -e "s|;ha_federated\.so$|;ha_federatedx\.so|g" %{_sysconfdir}/my.cnf
608  fi  fi
609    
610  %pre common  %pre common
# Line 622  fi Line 633  fi
633  if [ -f %{_sysconfdir}/my.cnf ]; then  if [ -f %{_sysconfdir}/my.cnf ]; then
634      perl -pi -e "s|^#plugin-load|plugin-load|g" %{_sysconfdir}/my.cnf      perl -pi -e "s|^#plugin-load|plugin-load|g" %{_sysconfdir}/my.cnf
635      perl -pi -e "s|^#federated|federated|g" %{_sysconfdir}/my.cnf      perl -pi -e "s|^#federated|federated|g" %{_sysconfdir}/my.cnf
636        # switch to federatedx provider
637        perl -pi -e "s|;ha_federated\.so$|;ha_federatedx\.so|g" %{_sysconfdir}/my.cnf
638  fi  fi
639    
640  %files  %files

Legend:
Removed from v.192138  
changed lines
  Added in v.192139

  ViewVC Help
Powered by ViewVC 1.1.30