1
0
OBS User unknown 2008-10-30 14:14:18 +00:00 committed by Git OBS Bridge
parent 495db66e83
commit afd68e5425
4 changed files with 18 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9614dc8560e7389b47f94ef1fd82c7b85a218968d7078f4c617ab99ff2f5f9ae
size 256126

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:95d24523943424658e7d065b70fe6493e1f113985c99bb8c4394f3523d9eee96
size 256216

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Oct 30 14:42:15 CET 2008 - locilka@suse.cz
- Saving sources at the end of inst_extrasources if some were
added (bnc #440184).
- 2.17.23
-------------------------------------------------------------------
Mon Oct 27 10:18:47 CET 2008 - locilka@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package yast2-installation (Version 2.17.22)
# spec file for package yast2-installation (Version 2.17.23)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,12 +19,12 @@
Name: yast2-installation
Version: 2.17.22
Version: 2.17.23
Release: 1
License: GPL v2 or later
Group: System/YaST
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-installation-2.17.22.tar.bz2
Source0: yast2-installation-2.17.23.tar.bz2
Prefix: /usr
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite
# PackageCallbacks::RegisterEmptyProgressCallbacks()
@ -114,7 +114,7 @@ Authors:
Lukas Ocilka <locilka@suse.cz>
%prep
%setup -n yast2-installation-2.17.22
%setup -n yast2-installation-2.17.23
%build
%{prefix}/bin/y2tool y2autoconf
@ -183,6 +183,10 @@ rm -rf "$RPM_BUILD_ROOT"
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
%exclude %{prefix}/share/doc/packages/yast2-installation/README
%changelog
* Thu Oct 30 2008 locilka@suse.cz
- Saving sources at the end of inst_extrasources if some were
added (bnc #440184).
- 2.17.23
* Mon Oct 27 2008 locilka@suse.cz
- Added lnussel's patch to run set_polkit_default_privs at
desktop_finish script (bnc #438698).