This commit is contained in:
parent
df50d3dfcd
commit
475db5ed3c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 11 09:40:25 CET 2008 - coolo@suse.de
|
||||||
|
|
||||||
|
- Fixed build-dependency on yast2-country again
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 4 13:33:32 CET 2008 - lslezak@suse.cz
|
Fri Jan 4 13:33:32 CET 2008 - lslezak@suse.cz
|
||||||
|
|
||||||
|
@ -12,13 +12,13 @@
|
|||||||
|
|
||||||
Name: yast2-update
|
Name: yast2-update
|
||||||
Version: 2.16.3
|
Version: 2.16.3
|
||||||
Release: 1
|
Release: 2
|
||||||
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.16.3.tar.bz2
|
Source0: yast2-update-2.16.3.tar.bz2
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-packager yast2-storage yast2-testsuite
|
BuildRequires: perl-XML-Writer update-desktop-files yast2-country yast2-devtools yast2-packager yast2-storage yast2-testsuite
|
||||||
BuildRequires: yast2 >= 2.16.5
|
BuildRequires: yast2 >= 2.16.5
|
||||||
# package not really needed to be installed but this breaks the building cycle
|
# package not really needed to be installed but this breaks the building cycle
|
||||||
# Installation::installedVersion && Installation::updateVersion
|
# Installation::installedVersion && Installation::updateVersion
|
||||||
@ -40,7 +40,7 @@ Summary: YaST2 - Update
|
|||||||
|
|
||||||
%package FACTORY
|
%package FACTORY
|
||||||
Version: 2.16.3
|
Version: 2.16.3
|
||||||
Release: 1
|
Release: 2
|
||||||
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
|
||||||
@ -120,7 +120,10 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%{prefix}/share/applications/YaST2/update.desktop
|
%{prefix}/share/applications/YaST2/update.desktop
|
||||||
/usr/share/YaST2/control/update.xml
|
/usr/share/YaST2/control/update.xml
|
||||||
/usr/share/YaST2/clients/update.ycp
|
/usr/share/YaST2/clients/update.ycp
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jan 11 2008 - coolo@suse.de
|
||||||
|
- Fixed build-dependency on yast2-country again
|
||||||
* Fri Jan 04 2008 - lslezak@suse.cz
|
* Fri Jan 04 2008 - lslezak@suse.cz
|
||||||
- do not call Pkg::SaveState() and Pkg::RestoreState(), the state
|
- do not call Pkg::SaveState() and Pkg::RestoreState(), the state
|
||||||
is saved/restored by the package selector widget
|
is saved/restored by the package selector widget
|
||||||
|
Loading…
Reference in New Issue
Block a user