This commit is contained in:
parent
dd66ad0e5a
commit
e0a9bfe004
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a4895114bee51b0d272a0c9a993d48c9ca727765014d2a7112606984fae00ff4
|
|
||||||
size 113699
|
|
3
yast2-update-2.18.1.tar.bz2
Normal file
3
yast2-update-2.18.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8437288b61165dc0859931669158b26357c61ad96532d956d231455547c75d27
|
||||||
|
size 115717
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 19 16:17:31 CET 2009 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Added possibility to manually choose a /var partition if YaST
|
||||||
|
fails to find it automatically (bnc #448577).
|
||||||
|
- 2.18.1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 16 15:50:26 CET 2009 - locilka@suse.cz
|
||||||
|
|
||||||
|
- Initialize the target before loading it, evaluate the return
|
||||||
|
values and report errors to user (bnc #466803).
|
||||||
|
- 2.18.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 10 12:53:01 CET 2008 - aschnell@suse.de
|
Wed Dec 10 12:53:01 CET 2008 - aschnell@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-update (Version 2.17.16)
|
# spec file for package yast2-update (Version 2.18.1)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,12 +19,12 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-update
|
Name: yast2-update
|
||||||
Version: 2.17.16
|
Version: 2.18.1
|
||||||
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-update-2.17.16.tar.bz2
|
Source0: yast2-update-2.18.1.tar.bz2
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-storage yast2-testsuite
|
BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-storage yast2-testsuite
|
||||||
# Packages::GetBaseSourceID
|
# Packages::GetBaseSourceID
|
||||||
@ -86,7 +86,7 @@ Authors:
|
|||||||
Jiri Srain <jsrain@suse.cz>
|
Jiri Srain <jsrain@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-update-2.17.16
|
%setup -n yast2-update-2.18.1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -134,6 +134,14 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
/usr/share/YaST2/clients/update.ycp
|
/usr/share/YaST2/clients/update.ycp
|
||||||
/usr/share/YaST2/clients/run_update.ycp
|
/usr/share/YaST2/clients/run_update.ycp
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 19 2009 locilka@suse.cz
|
||||||
|
- Added possibility to manually choose a /var partition if YaST
|
||||||
|
fails to find it automatically (bnc #448577).
|
||||||
|
- 2.18.1
|
||||||
|
* Fri Jan 16 2009 locilka@suse.cz
|
||||||
|
- Initialize the target before loading it, evaluate the return
|
||||||
|
values and report errors to user (bnc #466803).
|
||||||
|
- 2.18.0
|
||||||
* Wed Dec 10 2008 aschnell@suse.de
|
* Wed Dec 10 2008 aschnell@suse.de
|
||||||
- show strange warning only once (bnc #457762)
|
- show strange warning only once (bnc #457762)
|
||||||
- 2.17.16
|
- 2.17.16
|
||||||
|
Loading…
Reference in New Issue
Block a user