Mailinglist Archive: opensuse-commit (832 mails)

< Previous Next >
commit post-build-checks for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 18 Feb 2010 16:48:08 +0100
  • Message-id: <20100218154808.4A836202AD@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package post-build-checks for
openSUSE:Factory
checked in at Thu Feb 18 16:48:08 CET 2010.



--------
--- post-build-checks/post-build-checks.changes 2009-12-08 11:01:33.000000000
+0100
+++ /mounts/work_src_done/STABLE/post-build-checks/post-build-checks.changes
2010-02-06 18:38:01.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Feb 6 17:31:27 CET 2010 - detlef@xxxxxxxxxxxxxx
+
+- add umount patch: Umount $BUILD_ROOT/proc after finished job
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
post-build-checks-umount.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ post-build-checks.spec ++++++
--- /var/tmp/diff_new_pack.3INEis/_old 2010-02-18 16:47:48.000000000 +0100
+++ /var/tmp/diff_new_pack.3INEis/_new 2010-02-18 16:47:48.000000000 +0100
@@ -24,10 +24,11 @@
AutoReqProv: on
Summary: post checks for build after rpms have been created
Version: 1.0
-Release: 68
+Release: 69
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

@@ -44,6 +45,7 @@

%prep
%setup -q
+%patch0 -p1

%build
# nothing to do

++++++ post-build-checks-umount.patch ++++++
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

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread