forked from pool/yast2-installation
This commit is contained in:
parent
d483bbebbd
commit
3db651534b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:27fb12ab67e4b8a222175734a9791af9f6634fb5c49dbea25aa7b9fb707376e1
|
|
||||||
size 283863
|
|
3
yast2-installation-2.21.12.tar.bz2
Normal file
3
yast2-installation-2.21.12.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f351ff16e7444fddc1553be636428ce5d068b12aba9785c2e6c916ea2cd6354d
|
||||||
|
size 284692
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 4 14:50:33 UTC 2011 - lslezak@suse.cz
|
||||||
|
|
||||||
|
- 2.21.12
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 4 14:07:38 CEST 2011 - mvidner@suse.cz
|
||||||
|
|
||||||
|
- Copy network interface naming rules early to get them to initrd (bnc#666079).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 4 11:37:02 UTC 2011 - lslezak@suse.cz
|
||||||
|
|
||||||
|
- extraurls: check whether there is an update candidate in the
|
||||||
|
added extra repositories - openSUSE DVD does not contain all
|
||||||
|
packages, packages from OSS repository which are not on DVD
|
||||||
|
medium were not upgraded and were left in the old version even
|
||||||
|
after adding new OSS repository with updated version (bnc#693230)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 3 13:19:50 UTC 2011 - lslezak@suse.cz
|
Wed Aug 3 13:19:50 UTC 2011 - lslezak@suse.cz
|
||||||
|
|
||||||
|
@ -1,16 +1,16 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yast2-installation (Version 2.21.11)
|
# spec file for package yast2-installation (Version 2.21.12)
|
||||||
#
|
#
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: yast2-installation
|
Name: yast2-installation
|
||||||
Version: 2.21.11
|
Version: 2.21.12
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Source0: yast2-installation-2.21.11.tar.bz2
|
Source0: yast2-installation-2.21.12.tar.bz2
|
||||||
|
|
||||||
prefix: /usr
|
prefix: /usr
|
||||||
|
|
||||||
@ -30,8 +30,8 @@ BuildRequires: trang
|
|||||||
# PackageCallbacks::RegisterEmptyProgressCallbacks()
|
# PackageCallbacks::RegisterEmptyProgressCallbacks()
|
||||||
BuildRequires: yast2 >= 2.16.52
|
BuildRequires: yast2 >= 2.16.52
|
||||||
|
|
||||||
# Pkg::SourceProvideDigestedFile()
|
# Pkg::Add/RemoveUpgradeRepo()
|
||||||
BuildRequires: yast2-pkg-bindings >= 2.17.25
|
BuildRequires: yast2-pkg-bindings >= 2.21.2
|
||||||
|
|
||||||
# Unified progress bar (done by visnov)
|
# Unified progress bar (done by visnov)
|
||||||
BuildRequires: yast2-packager >= 2.17.9
|
BuildRequires: yast2-packager >= 2.17.9
|
||||||
@ -49,6 +49,9 @@ Requires: yast2-country-data >= 2.16.11
|
|||||||
# Pkg::SourceProvideDigestedFile()
|
# Pkg::SourceProvideDigestedFile()
|
||||||
Conflicts: yast2-pkg-bindings < 2.17.25
|
Conflicts: yast2-pkg-bindings < 2.17.25
|
||||||
|
|
||||||
|
# Pkg::Add/RemoveUpgradeRepo()
|
||||||
|
Requires: yast2-pkg-bindings >= 2.21.2
|
||||||
|
|
||||||
# Mouse-related scripts moved to yast2-mouse
|
# Mouse-related scripts moved to yast2-mouse
|
||||||
Conflicts: yast2-mouse < 2.18.0
|
Conflicts: yast2-mouse < 2.18.0
|
||||||
|
|
||||||
@ -122,7 +125,7 @@ System installation code as present on installation media.
|
|||||||
System installation code as present on installation media.
|
System installation code as present on installation media.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -n yast2-installation-2.21.11
|
%setup -n yast2-installation-2.21.12
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{prefix}/bin/y2tool y2autoconf
|
%{prefix}/bin/y2tool y2autoconf
|
||||||
|
Loading…
Reference in New Issue
Block a user