1
0

checked in (request 32565)

OBS-URL: https://build.opensuse.org/package/show/Base:System/post-build-checks?expand=0&rev=16
This commit is contained in:
OBS User autobuild 2010-02-18 15:48:10 +00:00 committed by Git OBS Bridge
parent bac650885a
commit 74212039c2
3 changed files with 0 additions and 19 deletions

View File

@ -1,12 +0,0 @@
diff -Nur post-build-checks-1.0/checks/99-check-remove-rpms post-build-checks-1.0-new//checks/99-check-remove-rpms
--- post-build-checks-1.0/checks/99-check-remove-rpms 2008-09-03 15:10:17.000000000 +0200
+++ post-build-checks-1.0-new//checks/99-check-remove-rpms 2010-02-06 18:28:48.718027110 +0100
@@ -67,4 +67,7 @@
}
fi
-
+# umount proc
+if [ -e $BUILD_ROOT/proc/uptime ]
+ then umount $BUILD_ROOT/proc
+fi

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
Sat Feb 6 17:31:27 CET 2010 - detlef@links2linux.de
- add umount patch: Umount $BUILD_ROOT/proc after finished job
-------------------------------------------------------------------
Mon Dec 7 14:58:27 CET 2009 - mmarek@suse.cz

View File

@ -28,7 +28,6 @@ Release: 68
PreReq: aaa_base permissions sed
Source0: %{name}-%{version}.tar.bz2
Source1: suse-buildsystem.sh
Patch0: %{name}-umount.patch
BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -45,7 +44,6 @@ it may not be a good idea to install this to a running system:
%prep
%setup -q
%patch0 -p1
%build
# nothing to do