Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
9caea9b1
Commit
9caea9b1
authored
Feb 11, 2010
by
Aleksandr Kuzminsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed: error: line 648: Package does not exist: %post -n MySQL-server-51
parent
83e476b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
9 deletions
+13
-9
build/percona-sql.spec
build/percona-sql.spec
+13
-9
No files found.
build/percona-sql.spec
View file @
9caea9b1
...
...
@@ -645,7 +645,7 @@ if [ -x %{_sysconfdir}/init.d/mysql ] ; then
sleep
5
fi
%
post
-
n
My
SQL
-
server
%{
package_suffix
}
%
post
-
n
Percona
SQL
-
server
%{
package_suffix
}
mysql_datadir
=%{
mysqldatadir
}
#
----------------------------------------------------------------------
...
...
@@ -748,7 +748,7 @@ sleep 2
mkdir -p /var/lib/mysql-cluster
%endif
%preun -n
My
SQL-server%{package_suffix}
%preun -n
Percona
SQL-server%{package_suffix}
if [ $1 = 0 ] ; then
# Stop MySQL before uninstalling it
if [ -x %{_sysconfdir}/init.d/mysql ] ; then
...
...
@@ -773,7 +773,7 @@ fi
#
Files
section
##############################################################################
%
files
-
n
My
SQL
-
server
%{
package_suffix
}
%
files
-
n
Percona
SQL
-
server
%{
package_suffix
}
%
defattr
(-,
root
,
root
,
0755
)
%
doc
%{
lic_files
}
...
...
@@ -862,7 +862,7 @@ fi
%
attr
(
755
,
root
,
root
)
%{
_datadir
}/
mysql
/
%
files
-
n
My
SQL
-
client
%{
package_suffix
}
%
files
-
n
Percona
SQL
-
client
%{
package_suffix
}
%
defattr
(-,
root
,
root
,
0755
)
%
attr
(
755
,
root
,
root
)
%{
_bindir
}/
msql2mysql
%
attr
(
755
,
root
,
root
)
%{
_bindir
}/
mysql
...
...
@@ -890,10 +890,10 @@ fi
%
doc
%
attr
(
644
,
root
,
man
)
%{
_mandir
}/
man1
/
mysqlshow
.1
*
%
doc
%
attr
(
644
,
root
,
man
)
%{
_mandir
}/
man1
/
mysqlslap
.1
*
%
post
-
n
My
SQL
-
shared
%{
package_suffix
}
%
post
-
n
Percona
SQL
-
shared
%{
package_suffix
}
/
sbin
/
ldconfig
%
postun
-
n
My
SQL
-
shared
%{
package_suffix
}
%
postun
-
n
Percona
SQL
-
shared
%{
package_suffix
}
/
sbin
/
ldconfig
%
if
%{
CLUSTER_BUILD
}
...
...
@@ -943,7 +943,7 @@ fi
%
doc
%
attr
(
644
,
root
,
man
)
%{
_mandir
}/
man1
/
ndb_cpcd
.1
*
%
endif
%
files
-
n
My
SQL
-
devel
%{
package_suffix
}
%
files
-
n
Percona
SQL
-
devel
%{
package_suffix
}
%
defattr
(-,
root
,
root
,
0755
)
%
if
%{
commercial
}
%
else
...
...
@@ -976,12 +976,12 @@ fi
%{
_libdir
}/
mysql
/
libndbclient
.
la
%
endif
%
files
-
n
My
SQL
-
shared
%{
package_suffix
}
%
files
-
n
Percona
SQL
-
shared
%{
package_suffix
}
%
defattr
(-,
root
,
root
,
0755
)
#
Shared
libraries
(
omit
for
architectures
that
don
't support them)
%{_libdir}/*.so*
%files -n
My
SQL-test%{package_suffix}
%files -n
Percona
SQL-test%{package_suffix}
%defattr(-, root, root, 0755)
%{_datadir}/mysql-test
%attr(755, root, root) %{_bindir}/mysql_client_test
...
...
@@ -1000,6 +1000,10 @@ fi
# merging BK trees)
##############################################################################
%changelog
* Thu Feb 11 2010 Aleksandr Kuzminsky <aleksandr.kuzminsky@percona.com>
Package name changed to PerconaSQL
* Tue Jan 05 2010 Aleksandr Kuzminsky <aleksandr.kuzminsky@percona.com>
- Corrected emails
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment