mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Merge mysql.com:/home/mydev/mysql-4.1
into mysql.com:/home/mydev/mysql-4.1-4100
This commit is contained in:
commit
bd417d158e
1 changed files with 6 additions and 1 deletions
|
@ -501,7 +501,7 @@ fi
|
|||
|
||||
# Clean up the BuildRoot
|
||||
%clean
|
||||
[ "$RBR" != "/" ] && [ -d $RBR ] && rm -rf $RBR;
|
||||
[ "$RPM_BUILD_ROOT" != "/" ] && [ -d $RPM_BUILD_ROOT ] && rm -rf $RPM_BUILD_ROOT;
|
||||
|
||||
%files server
|
||||
%defattr(-,root,root,0755)
|
||||
|
@ -668,6 +668,11 @@ fi
|
|||
# itself - note that they must be ordered by date (important when
|
||||
# merging BK trees)
|
||||
%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>
|
||||
|
||||
- Fixed the creation of the mysql user group account in the postinstall
|
||||
|
|
Loading…
Reference in a new issue