commit installation-images-extras for openSUSE:Factory

2016-01-08 Thread h_root
Hello community,

here is the log from the commit of package installation-images-extras for 
openSUSE:Factory checked in at 2016-01-08 15:23:42

Comparing /work/SRC/openSUSE:Factory/installation-images-extras (Old)
 and  /work/SRC/openSUSE:Factory/.installation-images-extras.new (New)


Package is "installation-images-extras"

Changes:

--- 
/work/SRC/openSUSE:Factory/installation-images-extras/installation-images-extras.changes
2013-07-10 17:26:53.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images-extras.new/installation-images-extras.changes
   2016-01-08 15:23:50.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec 24 17:11:12 UTC 2015 - dval...@suse.com
+
+- Add disk constraints 
+
+---

New:

  _constraints



Other differences:
--
++ installation-images-extras.spec ++
--- /var/tmp/diff_new_pack.3QuVWa/_old  2016-01-08 15:23:51.0 +0100
+++ /var/tmp/diff_new_pack.3QuVWa/_new  2016-01-08 15:23:51.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package install-images-debug
+# spec file for package installation-images-extras
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed




commit installation-images-extras for openSUSE:Factory

2013-07-10 Thread h_root
Hello community,

here is the log from the commit of package installation-images-extras for 
openSUSE:Factory checked in at 2013-07-10 17:26:52

Comparing /work/SRC/openSUSE:Factory/installation-images-extras (Old)
 and  /work/SRC/openSUSE:Factory/.installation-images-extras.new (New)


Package is installation-images-extras

Changes:

New Changes file:

--- /dev/null   2013-07-02 09:26:14.908030755 +0200
+++ 
/work/SRC/openSUSE:Factory/.installation-images-extras.new/installation-images-extras.changes
   2013-07-10 17:26:53.0 +0200
@@ -0,0 +1,5 @@
+---
+Tue Jul  9 14:46:17 UTC 2013 - co...@suse.com
+
+- initial package
+

New:

  installation-images-extras.changes
  installation-images-extras.spec



Other differences:
--
++ installation-images-extras.spec ++
#
# spec file for package install-images-debug
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   installation-images-extras
Version:20130703
Release:0
Summary:Install all debuginfos for install
License:MIT
Group:  System/Filesystems
BuildRequires:  installation-images
BuildRequires:  installation-images-debuginfodeps
BuildRequires:  squashfs
AutoReqProv:off
BuildRoot:  %{_tmppath}/%{name}-%{version}-build

%description

%prep

%build

%install
mkdir -p usr/lib
cp -a /usr/lib/debug usr/lib
find usr/lib/debug -type l | while read link; do
  t=$(readlink -m /$link)
  echo $link $t
  rm $link
  ln -s $t $link
done
basefile=$(ls -1 /CD1/boot/*/root)
mkdir -p %{buildroot}/$(dirname $basefile)
mksquashfs . %{buildroot}/$basefile-debuginfos -comp xz 

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

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org