Accepting request 38392 from devel:libraries:c_c++

checked in (request 38392)

OBS-URL: https://build.opensuse.org/request/show/38392
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libservicelog?expand=0&rev=9
This commit is contained in:
OBS User autobuild 2010-04-21 16:21:09 +00:00 committed by Git OBS Bridge
parent 895c3bf81a
commit d09eb4e800
2 changed files with 1 additions and 6 deletions

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
Tue Apr 20 20:41:19 UTC 2010 - dimstar@opensuse.org
- Fix build: use %__rm instead of %rm.
-------------------------------------------------------------------
Mon Apr 19 10:50:30 UTC 2010 - pth@novell.com

View File

@ -104,7 +104,7 @@ make %{?jobs:-j%jobs}
%install
%{makeinstall}
%__rm -f %{buildroot}%{_libdir}/*.la
%rm -f %{buildroot}%{_libdir}/*.la
%clean