OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=132
This commit is contained in:
parent
8ce75d3535
commit
54652a4126
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:218761484fa6afbfd46be882aca5e0c6b31fc643242ba119a3749e4cea2ad993
|
|
||||||
size 259415
|
|
3
yast2-installation-2.17.44.tar.bz2
Normal file
3
yast2-installation-2.17.44.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:db09b6bf8ec7b00da310ec0e8f07c016f5e075461b44b3dd61d6a5bd092366e1
|
||||||
|
size 251094
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 5 10:38:41 CET 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- New control.rnc/rng for control file validation (bnc #455994).
|
||||||
|
- Added build-time control file validation.
|
||||||
|
- 2.17.44
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Dec 3 18:33:59 CET 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
- inst_extrasources moved before inst_ask_online_update to register
|
||||||
|
the online update repository before checking for patches
|
||||||
|
(bnc #450229).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 1 16:59:14 CET 2008 - locilka@suse.cz
|
Mon Dec 1 16:59:14 CET 2008 - locilka@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-installation (Version 2.17.43)
|
# spec file for package yast2-installation (Version 2.17.44)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,14 +19,18 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 2.17.43
|
Version: 2.17.44
|
||||||
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-installation-2.17.43.tar.bz2
|
Source0: yast2-installation-2.17.44.tar.bz2
|
||||||
Prefix: /usr
|
Prefix: /usr
|
||||||
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite
|
BuildRequires: docbook-xsl-stylesheets doxygen libxslt perl-XML-Writer sgml-skel update-desktop-files yast2-core-devel yast2-devtools yast2-testsuite
|
||||||
|
# xmllint
|
||||||
|
BuildRequires: libxml2
|
||||||
|
# to convert control.rnc o control.rng
|
||||||
|
BuildRequires: trang
|
||||||
# PackageCallbacks::RegisterEmptyProgressCallbacks()
|
# PackageCallbacks::RegisterEmptyProgressCallbacks()
|
||||||
BuildRequires: yast2 >= 2.16.52
|
BuildRequires: yast2 >= 2.16.52
|
||||||
# Pkg::SourceProvideDigestedFile()
|
# Pkg::SourceProvideDigestedFile()
|
||||||
@ -120,7 +124,7 @@ Authors:
|
|||||||
Lukas Ocilka <locilka@suse.cz>
|
Lukas Ocilka <locilka@suse.cz>
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-installation-2.17.43
|
%setup -n yast2-installation-2.17.44
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
@ -152,7 +156,9 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir /usr/share/YaST2/control
|
%dir /usr/share/YaST2/control
|
||||||
/usr/share/YaST2/control/*.xml
|
/usr/share/YaST2/control/*.xml
|
||||||
/usr/share/YaST2/control/*.dtd
|
# Fixme: move to another package (to make build of other packages faster)
|
||||||
|
/usr/share/YaST2/control/*.rng
|
||||||
|
/usr/share/YaST2/control/*.rnc
|
||||||
/usr/share/YaST2/clients/*.ycp
|
/usr/share/YaST2/clients/*.ycp
|
||||||
/usr/share/YaST2/modules/*.ycp
|
/usr/share/YaST2/modules/*.ycp
|
||||||
/usr/share/YaST2/modules/*.ybc
|
/usr/share/YaST2/modules/*.ybc
|
||||||
@ -189,6 +195,14 @@ rm -rf "$RPM_BUILD_ROOT"
|
|||||||
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
|
%exclude %{prefix}/share/doc/packages/yast2-installation/COPYING
|
||||||
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
%exclude %{prefix}/share/doc/packages/yast2-installation/README
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 05 2008 locilka@suse.cz
|
||||||
|
- New control.rnc/rng for control file validation (bnc #455994).
|
||||||
|
- Added build-time control file validation.
|
||||||
|
- 2.17.44
|
||||||
|
* Wed Dec 03 2008 locilka@suse.cz
|
||||||
|
- inst_extrasources moved before inst_ask_online_update to register
|
||||||
|
the online update repository before checking for patches
|
||||||
|
(bnc #450229).
|
||||||
* Mon Dec 01 2008 locilka@suse.cz
|
* Mon Dec 01 2008 locilka@suse.cz
|
||||||
- Fixed proposing the online update depending on the fact whether
|
- Fixed proposing the online update depending on the fact whether
|
||||||
network is running (bnc #450229).
|
network is running (bnc #450229).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user