mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Merge mysql.com:/space/my/mysql-4.1 into mysql.com:/space/my/mysql-5.0
This commit is contained in:
@ -504,7 +504,7 @@ fi
|
|||||||
|
|
||||||
# Clean up the BuildRoot
|
# Clean up the BuildRoot
|
||||||
%clean
|
%clean
|
||||||
[ "$RBR" != "/" ] && [ -d $RBR ] && rm -rf $RBR;
|
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
|
||||||
|
|
||||||
%files server
|
%files server
|
||||||
%defattr(-,root,root,0755)
|
%defattr(-,root,root,0755)
|
||||||
@ -668,6 +668,11 @@ fi
|
|||||||
# itself - note that they must be ordered by date (important when
|
# itself - note that they must be ordered by date (important when
|
||||||
# merging BK trees)
|
# merging BK trees)
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 29 2005 Lenz Grimmer <lenz@mysql.com>
|
||||||
|
|
||||||
|
- fixed the removing of the RPM_BUILD_ROOT in the %clean section (the
|
||||||
|
$RBR variable did not get expanded, thus leaving old build roots behind)
|
||||||
|
|
||||||
* Thu Aug 04 2005 Lenz Grimmer <lenz@mysql.com>
|
* Thu Aug 04 2005 Lenz Grimmer <lenz@mysql.com>
|
||||||
|
|
||||||
- Fixed the creation of the mysql user group account in the postinstall
|
- Fixed the creation of the mysql user group account in the postinstall
|
||||||
|
Reference in New Issue
Block a user