OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=125
This commit is contained in:
parent
1f413c7e1c
commit
8721a4aa41
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:62febf633f8faecb6c876fba7fd45d9745def5100efe4beaa96215aefdd8107b
|
|
||||||
size 258011
|
|
3
yast2-installation-2.17.37.tar.bz2
Normal file
3
yast2-installation-2.17.37.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3f84f60b5f63b80de173ee6b5290b8841d7793da4445c1357465626a68107f57
|
||||||
|
size 258728
|
@ -1,3 +1,25 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 19 16:01:53 CET 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Added pciutils to Requires, lspci was called but not required
|
||||||
|
(bnc #446533).
|
||||||
|
- 2.17.37
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 19 13:23:10 CET 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Added inst_fallback_controlfile client reporting about using
|
||||||
|
a fallback control file.
|
||||||
|
- Calling inst_fallback_controlfile in the fallback control file
|
||||||
|
(both bnc #440982).
|
||||||
|
- 2.17.36
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 14 12:17:47 CET 2008 - aschnell@suse.de
|
||||||
|
|
||||||
|
- don't start iscsid in second stage start scripts (bnc #444976)
|
||||||
|
- 2.17.35
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Nov 13 17:36:53 CET 2008 - locilka@suse.cz
|
Thu Nov 13 17:36:53 CET 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-installation (Version 2.17.34)
|
# spec file for package yast2-installation (Version 2.17.37)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,12 +19,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 2.17.34
|
Version: 2.17.37
|
||||||
Release: 1
|
Release: 1
|
||||||
License: GPL v2 or later
|
License: GPL v2 or later
|
||||||
Group: System/YaST
|
Group: System/YaST
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-installation-2.17.34.tar.bz2
|
Source0: yast2-installation-2.17.37.tar.bz2
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
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 doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite
|
||||||
# PackageCallbacks::RegisterEmptyProgressCallbacks()
|
# PackageCallbacks::RegisterEmptyProgressCallbacks()
|
||||||
@ -72,6 +72,8 @@ Requires: coreutils
|
|||||||
# bugzilla #208307
|
# bugzilla #208307
|
||||||
#Requires: /usr/bin/jpegtopnm
|
#Requires: /usr/bin/jpegtopnm
|
||||||
#Requires: /usr/bin/pnmtopng
|
#Requires: /usr/bin/pnmtopng
|
||||||
|
# BNC 446533, /sbin/lspci called but not installed
|
||||||
|
Requires: pciutils
|
||||||
Recommends: yast2-registration
|
Recommends: yast2-registration
|
||||||
Recommends: yast2-online-update
|
Recommends: yast2-online-update
|
||||||
Recommends: yast2-users
|
Recommends: yast2-users
|
||||||
@ -118,7 +120,7 @@ Authors:
|
|||||||
Lukas Ocilka <locilka@suse.cz>
|
Lukas Ocilka <locilka@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-installation-2.17.34
|
%setup -n yast2-installation-2.17.37
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -186,8 +188,20 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%doc %{prefix}/share/doc/packages/yast2-installation
|
%doc %{prefix}/share/doc/packages/yast2-installation
|
||||||
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
|
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
|
||||||
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Nov 19 2008 locilka@suse.cz
|
||||||
|
- Added pciutils to Requires, lspci was called but not required
|
||||||
|
(bnc #446533).
|
||||||
|
- 2.17.37
|
||||||
|
* Wed Nov 19 2008 locilka@suse.cz
|
||||||
|
- Added inst_fallback_controlfile client reporting about using
|
||||||
|
a fallback control file.
|
||||||
|
- Calling inst_fallback_controlfile in the fallback control file
|
||||||
|
(both bnc #440982).
|
||||||
|
- 2.17.36
|
||||||
|
* Fri Nov 14 2008 aschnell@suse.de
|
||||||
|
- don't start iscsid in second stage start scripts (bnc #444976)
|
||||||
|
- 2.17.35
|
||||||
* Thu Nov 13 2008 locilka@suse.cz
|
* Thu Nov 13 2008 locilka@suse.cz
|
||||||
- Flushing the cache before calling a set_polkit_default_privs that
|
- Flushing the cache before calling a set_polkit_default_privs that
|
||||||
uses the written data (bnc #440182).
|
uses the written data (bnc #440182).
|
||||||
|
Loading…
Reference in New Issue
Block a user