This commit is contained in:
parent
7385273b0a
commit
7c765fc2cf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b5dd1a45e1d09a9adc7cff1988c32fefe3c15b7ad07cdf32476a4b7eb07c4ee
|
||||
size 106854
|
3
yast2-update-2.15.12.tar.bz2
Normal file
3
yast2-update-2.15.12.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d9cd38119b8f4412d38ebbd8f2c289ca3d06e999d484bef040e87677d65e49c
|
||||
size 107606
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 17 22:40:09 CEST 2007 - locilka@suse.cz
|
||||
|
||||
- System Update icon is back in Control Center (#274064)
|
||||
- System Update functionality is allowed only when product versions
|
||||
are matching (can have a different name). Non-matching product
|
||||
means no possibility for System Update.
|
||||
- Warning is printed when versions match but product names are
|
||||
different (#274064).
|
||||
- System Update temporarily renamed to 'FACTORY Update'.
|
||||
- 2.15.12
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 3 15:51:10 CEST 2007 - lslezak@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package yast2-update (Version 2.15.11)
|
||||
# spec file for package yast2-update (Version 2.15.12)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@ -11,14 +11,14 @@
|
||||
# norootforbuild
|
||||
|
||||
Name: yast2-update
|
||||
Version: 2.15.11
|
||||
Version: 2.15.12
|
||||
Release: 1
|
||||
License: GNU General Public License (GPL)
|
||||
Group: System/YaST
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Source0: yast2-update-2.15.11.tar.bz2
|
||||
Source0: yast2-update-2.15.12.tar.bz2
|
||||
prefix: /usr
|
||||
BuildRequires: perl-XML-Writer yast2 yast2-add-on yast2-devtools yast2-packager yast2-testsuite
|
||||
BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-add-on yast2-devtools yast2-packager yast2-testsuite
|
||||
Requires: yast2
|
||||
Requires: yast2-installation
|
||||
Requires: yast2-packager
|
||||
@ -51,7 +51,7 @@ Authors:
|
||||
Jiri Srain <jsrain@suse.cz>
|
||||
|
||||
%prep
|
||||
%setup -n yast2-update-2.15.11
|
||||
%setup -n yast2-update-2.15.12
|
||||
|
||||
%build
|
||||
%{prefix}/bin/y2tool y2autoconf
|
||||
@ -77,7 +77,7 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{prefix}/lib/YaST2/bin/*
|
||||
#%{prefix}/share/applications/YaST2/*.desktop
|
||||
%{prefix}/share/applications/YaST2/*.desktop
|
||||
/usr/share/YaST2/modules/*
|
||||
/usr/share/YaST2/clients/*.ycp
|
||||
/usr/share/YaST2/include/update
|
||||
@ -86,6 +86,15 @@ rm -rf "$RPM_BUILD_ROOT"
|
||||
%doc %{prefix}/share/doc/packages/yast2-update
|
||||
|
||||
%changelog
|
||||
* Thu May 17 2007 - locilka@suse.cz
|
||||
- System Update icon is back in Control Center (#274064)
|
||||
- System Update functionality is allowed only when product versions
|
||||
are matching (can have a different name). Non-matching product
|
||||
means no possibility for System Update.
|
||||
- Warning is printed when versions match but product names are
|
||||
different (#274064).
|
||||
- System Update temporarily renamed to 'FACTORY Update'.
|
||||
- 2.15.12
|
||||
* Thu May 03 2007 - lslezak@suse.cz
|
||||
- Don't display excessive progress popup (#269920)
|
||||
- 2.15.11
|
||||
|
Loading…
Reference in New Issue
Block a user