forked from pool/yast2-installation
Accepting request 113341 from YaST:Head
- updated to latest repository OBS-URL: https://build.opensuse.org/request/show/113341 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=232
This commit is contained in:
commit
17363fa68c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ecab8e02a7b5b5dda8ce9069a7f8d3eb627193823753d343d8c9293717847ea7
|
|
||||||
size 292741
|
|
3
yast2-installation-2.22.6.tar.bz2
Normal file
3
yast2-installation-2.22.6.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ca67c14d13bfe2d7bab5a4dd05b566b1f46d0d33f510050cbf0eb80abda385b6
|
||||||
|
size 292037
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 03 14:56:55 CEST 2012 - aschnell@suse.de
|
||||||
|
|
||||||
|
- adapted to move of testX (see bnc#749184)
|
||||||
|
- 2.22.6
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 14 15:42:19 CET 2012 - aschnell@suse.de
|
Wed Mar 14 15:42:19 CET 2012 - aschnell@suse.de
|
||||||
|
|
||||||
|
@ -16,22 +16,29 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 2.22.5
|
Version: 2.22.6
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-installation-%{version}.tar.bz2
|
Source0: yast2-installation-%{version}.tar.bz2
|
||||||
|
|
||||||
Group: System/YaST
|
|
||||||
License: GPL-2.0
|
|
||||||
Summary: YaST2 - Installation Parts
|
Summary: YaST2 - Installation Parts
|
||||||
|
License: GPL-2.0
|
||||||
|
Group: System/YaST
|
||||||
|
|
||||||
Source1: YaST2-Second-Stage.service
|
Source1: YaST2-Second-Stage.service
|
||||||
Source2: YaST2-Firstboot.service
|
Source2: YaST2-Firstboot.service
|
||||||
|
|
||||||
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
|
BuildRequires: doxygen
|
||||||
|
BuildRequires: libxslt
|
||||||
|
BuildRequires: perl-XML-Writer
|
||||||
|
BuildRequires: sgml-skel
|
||||||
|
BuildRequires: update-desktop-files
|
||||||
|
BuildRequires: yast2-core-devel
|
||||||
|
BuildRequires: yast2-devtools
|
||||||
|
BuildRequires: yast2-testsuite
|
||||||
|
|
||||||
# FileSystems::possible_root_fs
|
# FileSystems::possible_root_fs
|
||||||
BuildRequires: yast2-storage >= 2.19.12
|
BuildRequires: yast2-storage >= 2.19.12
|
||||||
@ -98,8 +105,9 @@ Conflicts: yast2-core < 2.17.10
|
|||||||
Conflicts: yast2-ycp-ui-bindings < 2.17.3
|
Conflicts: yast2-ycp-ui-bindings < 2.17.3
|
||||||
|
|
||||||
# tar-gzip some system files and untar-ungzip them after the installation (FATE #300421, #120103)
|
# tar-gzip some system files and untar-ungzip them after the installation (FATE #300421, #120103)
|
||||||
Requires: tar gzip
|
|
||||||
Requires: coreutils
|
Requires: coreutils
|
||||||
|
Requires: gzip
|
||||||
|
Requires: tar
|
||||||
|
|
||||||
%if 0%{?suse_version} >= 1210
|
%if 0%{?suse_version} >= 1210
|
||||||
BuildRequires: systemd-devel
|
BuildRequires: systemd-devel
|
||||||
@ -129,12 +137,12 @@ PreReq: %fillup_prereq
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%package devel-doc
|
%package devel-doc
|
||||||
Group: Documentation/HTML
|
|
||||||
Requires: yast2-installation >= 2.15.34
|
Requires: yast2-installation >= 2.15.34
|
||||||
|
|
||||||
PreReq: %fillup_prereq
|
PreReq: %fillup_prereq
|
||||||
|
|
||||||
Summary: YaST2 - Installation Parts
|
Summary: YaST2 - Installation Parts
|
||||||
|
Group: Documentation/HTML
|
||||||
|
|
||||||
%description
|
%description
|
||||||
System installation code as present on installation media.
|
System installation code as present on installation media.
|
||||||
@ -153,7 +161,6 @@ autoreconf --force --install
|
|||||||
export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
|
export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
|
||||||
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
|
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
|
||||||
|
|
||||||
%{?suse_update_config:%{suse_update_config -f}}
|
|
||||||
./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
|
./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
|
||||||
# V=1: verbose build in case we used AM_SILENT_RULES(yes)
|
# V=1: verbose build in case we used AM_SILENT_RULES(yes)
|
||||||
# so that RPM_OPT_FLAGS check works
|
# so that RPM_OPT_FLAGS check works
|
||||||
@ -235,9 +242,6 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
# programs and scripts
|
# programs and scripts
|
||||||
%{_prefix}/lib/YaST2/startup
|
%{_prefix}/lib/YaST2/startup
|
||||||
|
|
||||||
# icewm
|
|
||||||
/etc/icewm
|
|
||||||
|
|
||||||
%dir %{_prefix}/share/doc/packages/yast2-installation
|
%dir %{_prefix}/share/doc/packages/yast2-installation
|
||||||
%{_prefix}/share/doc/packages/yast2-installation/COPYING
|
%{_prefix}/share/doc/packages/yast2-installation/COPYING
|
||||||
%readme %{_prefix}/share/doc/packages/yast2-installation/README
|
%readme %{_prefix}/share/doc/packages/yast2-installation/README
|
||||||
|
Loading…
Reference in New Issue
Block a user