File yast2-live-installer.spec of Package yast2-live-installer
#
# spec file for package yast2-live-installer (Version 2.17.2)
#
# Copyright (c) 2008 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/
#
# norootforbuild
Name: yast2-live-installer
Version: 2.17.2
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-live-installer-2.17.2.tar.bz2
Prefix: /usr
# Internet and InternetDevices
Requires: yast2 >= 2.16.6
Requires: yast2-network >= 2.16.6
Requires: yast2-bootloader yast2-country yast2-installation yast2-storage
BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-devtools yast2-testsuite
BuildArch: noarch
Summary: YaST2 - Installation from Live Media
%description
This package contains the YaST component to deploy a live media to the
hard disk of the computer.
Authors:
--------
Jiri Srain <jsrain@suse.cz>
%prep
%setup -n yast2-live-installer-2.17.2
%build
%{prefix}/bin/y2tool y2autoconf
%{prefix}/bin/y2tool y2automake
autoreconf --force --install
export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
%{?suse_update_config:%{suse_update_config -f}}
./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}
make %{?jobs:-j%jobs}
%install
make install DESTDIR="$RPM_BUILD_ROOT"
[ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT"
for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name "*.desktop"` ; do
d=${f##*/}
%suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop}
done
%clean
rm -rf "$RPM_BUILD_ROOT"
%files
%defattr(-,root,root)
/usr/share/YaST2/clients/*.ycp
/usr/share/YaST2/modules/LiveInstaller.*
%{prefix}/share/applications/YaST2/live-installer.desktop
%doc %{prefix}/share/doc/packages/yast2-live-installer
%changelog
* Thu Nov 13 2008 jsrain@suse.cz
- disable desktop automounter and warn if removable medias are
mounted (bnc #437235)
- 2.17.2
* Tue Nov 04 2008 jsrain@suse.cz
- display a warning if low amount of memory is detected
(bnc #434561)
- 2.17.1
* Thu Sep 11 2008 jsrain@suse.cz
- merged texts from proofread
* Thu Aug 07 2008 aschnell@suse.de
- adapted to changes in yast2-storage
- 2.17.0
* Thu May 29 2008 jsrain@suse.cz
- call boot.dmraid start at the beginning of live installation
(bnc #394660)
- 2.16.5
* Fri May 16 2008 jsrain@suse.cz
- added categories Settings and System into desktop file
(bnc #382778)
* Tue May 06 2008 jsrain@suse.cz
- do not handle automatic/manual configuration, since live
installation has now separate workflow (bnc #385558)
- 2.16.4
* Tue Apr 15 2008 jsrain@suse.cz
- merged texts from proofread
* Thu Apr 03 2008 jsrain@suse.cz
- save time zone during installation
- use proper 2nd stage workflow
- 2.16.3
* Tue Apr 01 2008 jsrain@suse.cz
- merged live installation control file to default control file
- updated inst_finish steps handling
- 2.16.2
* Mon Mar 17 2008 jsrain@suse.cz
- added 'StartupNotify=true' to the desktop file (bnc #304964)
* Thu Feb 14 2008 locilka@suse.cz
- Function FileSystemCopy from live-installer has been moved
to ImageInstallation module (installation).
- Adjusted RPM dependencies.
* Mon Jan 21 2008 jsrain@suse.cz
- added missing slash in "/dev/null"
* Fri Nov 30 2007 jsrain@suse.cz
- fixed message at the end of installation (#343802)
* Thu Nov 22 2007 locilka@suse.cz
- Fixed link to online repositories (#342758).
- Fixed texts in installation control file.
* Fri Nov 09 2007 jsrain@suse.cz
- removed hack for product name initialization (#297609)
- 2.16.1
* Fri Nov 02 2007 locilka@suse.cz
- Adjusted RPM dependencies, adjusted YCP clients (YCP module
Internet has been moved to yast2 from yast2-network, some
functions were moved to InternetDevices module).
- 2.16.0
* Thu Oct 11 2007 jsrain@suse.cz
- save X11 keyboard configuration (#310517)
* Wed Oct 10 2007 jsrain@suse.cz
- added registration to the live installation workflow (#325560)
- issue warning if DMRAID detected (#328388)
* Thu Oct 04 2007 locilka@suse.cz
- Adding missing live_save_config_finish script (#310517).
- Adding new inst_live_pre-proposal script that adjusts Kernel
vga parameter according to /proc/cmdline (#297612).
- 2.15.13
* Wed Sep 26 2007 jsrain@suse.cz
- added missing step to prepare internet test (#325560)
- 2.15.12
* Wed Sep 26 2007 jsrain@suse.cz
- go directly to full installation proposal (#310883)
- 2.15.11
* Fri Sep 21 2007 locilka@suse.cz
- Calling /usr/bin/correct_live_install script if it exists
(#326800).
- 2.15.10
* Fri Sep 14 2007 locilka@suse.cz
- Adding inst_live_cleanup scipt into the RPM package (#310521).
- Client inst_fam removed from control file (#310359).
- 2.15.9
* Mon Sep 10 2007 jsrain@suse.cz
- remove the yast2-live-installer package after live installation
(#307687)
- 2.15.8
* Wed Aug 22 2007 jsrain@suse.cz
- fixed race condition (unfortunate kill of 'dd') (#302551)
- 2.15.7
* Tue Aug 14 2007 jsuchome@suse.cz
- added text to .desktop file, correct icon name
- 2.15.6
* Fri Aug 10 2007 jsrain@suse.cz
- fixed several textdomains
- 2.15.5
* Thu Aug 09 2007 jsrain@suse.cz
- do inform about missing cmdline interface instead of starting
GUI (#269890)
* Thu Aug 09 2007 jsrain@suse.cz
- added timezone and keyboard configuration to the installatoin
proposal (#297620)
- 2.15.4
* Wed Aug 08 2007 jsrain@suse.cz
- added missing help texts
- changed product name to openSUSE (#297609)
- 2.15.3
* Thu Aug 02 2007 jsrain@suse.cz
- even more simplified installation overview
- report progress while copying to the system
- reduced the steps
- 2.15.2
* Mon Jul 30 2007 jsrain@suse.cz
- added simplified installation overview
- 2.15.1
* Tue Jul 17 2007 jsrain@suse.cz
- initial version
- 2.15.0