Mailinglist Archive: opensuse-commit (1650 mails)

< Previous Next >
commit openSUSE-images
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Wed, 22 Oct 2008 18:32:01 +0200
  • Message-id: <20081022163201.E3B83678164@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package openSUSE-images
checked in at Wed Oct 22 18:32:01 CEST 2008.


--------
--- openSUSE-images/openSUSE-images.changes 2008-10-17 17:30:54.000000000
+0200
+++ /mounts/work_src_done/STABLE/openSUSE-images/openSUSE-images.changes
2008-10-21 21:46:23.766468000 +0200
@@ -1,0 +2,11 @@
+Tue Oct 21 21:45:51 CEST 2008 - aj@xxxxxxx
+
+- Revert: Make /.build.binaries writeable. This is handled
+ via building as root in the project config.
+
+-------------------------------------------------------------------
+Tue Oct 21 10:49:57 CEST 2008 - coolo@xxxxxxx
+
+- enable size check again, should work fine by now
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ openSUSE-images.spec ++++++
--- /var/tmp/diff_new_pack.W25849/_old 2008-10-22 18:31:07.000000000 +0200
+++ /var/tmp/diff_new_pack.W25849/_new 2008-10-22 18:31:07.000000000 +0200
@@ -27,7 +27,7 @@
#!BuildIgnore: suspend
Summary: Creates preinstalled images of patterns
Version: 11.0
-Release: 149
+Release: 150
Group: Metapackages
License: BSD 3-Clause
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -51,7 +51,6 @@
%setup -T -c

%build
-chmod u+w -R /.build.binaries
createrepo /.build.binaries
install_repo()
{
@@ -193,17 +192,22 @@
</image_sets>
</image_installation>
EOF
-#size=`du -s $RPM_BUILD_ROOT/CD1/images/ | cut -f1`
-#if test $size -gt 460000; then
-# echo "this looks unreasonable"
-# exit 1
-#fi
+size=`du -s $RPM_BUILD_ROOT/CD1/images/ | cut -f1`
+if test $size -gt 460000; then
+ echo "this looks unreasonable"
+ exit 1
+fi

%files
%defattr(-, root, root)
/CD1

%changelog
+* Tue Oct 21 2008 aj@xxxxxxx
+- Revert: Make /.build.binaries writeable. This is handled
+ via building as root in the project config.
+* Tue Oct 21 2008 coolo@xxxxxxx
+- enable size check again, should work fine by now
* Fri Oct 17 2008 aj@xxxxxxx
- Make /.build.binaries writeable.
* Thu Oct 02 2008 cthiel@xxxxxxx





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



Remember to have fun...

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

< Previous Next >