diff --git a/yast2-update-2.15.10.tar.bz2 b/yast2-update-2.15.10.tar.bz2 new file mode 100644 index 0000000..f646606 --- /dev/null +++ b/yast2-update-2.15.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c6e029feb510bd18547989a04b4bbc2df6f0d0ef0ca617d8a9939ab2a060c76 +size 107046 diff --git a/yast2-update-2.15.9.tar.bz2 b/yast2-update-2.15.9.tar.bz2 deleted file mode 100644 index ca2da9e..0000000 --- a/yast2-update-2.15.9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2a62c837f60ee0303090d7dd1b9689bb1ac202a51b001e21339a6a4a17c516a0 -size 108914 diff --git a/yast2-update.changes b/yast2-update.changes index b651477..ff177fd 100644 --- a/yast2-update.changes +++ b/yast2-update.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Apr 17 13:06:42 CEST 2007 - locilka@suse.cz + +- Removed System Update icon from YaST Control Center (#265225). +- Removed update-desktop-files from BuildRequires +- 2.13.10 + ------------------------------------------------------------------- Wed Apr 11 16:34:50 CEST 2007 - locilka@suse.cz diff --git a/yast2-update.spec b/yast2-update.spec index 4c9f3af..afbe704 100644 --- a/yast2-update.spec +++ b/yast2-update.spec @@ -1,5 +1,5 @@ # -# spec file for package yast2-update (Version 2.15.9) +# spec file for package yast2-update (Version 2.15.10) # # 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.9 +Version: 2.15.10 Release: 1 License: GNU General Public License (GPL) Group: System/YaST BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-update-2.15.9.tar.bz2 +Source0: yast2-update-2.15.10.tar.bz2 prefix: /usr -BuildRequires: perl-XML-Writer update-desktop-files yast2 yast2-add-on yast2-devtools yast2-packager yast2-testsuite +BuildRequires: perl-XML-Writer 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 %prep -%setup -n yast2-update-2.15.9 +%setup -n yast2-update-2.15.10 %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,10 @@ rm -rf "$RPM_BUILD_ROOT" %doc %{prefix}/share/doc/packages/yast2-update %changelog +* Tue Apr 17 2007 - locilka@suse.cz +- Removed System Update icon from YaST Control Center (#265225). +- Removed update-desktop-files from BuildRequires +- 2.13.10 * Wed Apr 11 2007 - locilka@suse.cz - Added icon into Update Options dialog. - Added help for Update Options summary proposal (#227265).