- rename dm maps according to crypttab during update (bnc#774247)

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-update?expand=0&rev=29
This commit is contained in:
Thomas Fehr 2012-08-14 17:14:28 +00:00 committed by Git OBS Bridge
parent 5a897381be
commit 25dcbde513
4 changed files with 24 additions and 14 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bac12a167ee7dd2e24635c9fa9024f09ab1feb43e6c3a9fd7bbfd525cae4736f
size 118802

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f25ed29021cd48dd873139a145728f26cde3d513f77adb0724b1932535e48ee5
size 115455

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Aug 13 16:02:08 CEST 2012 - fehr@suse.de
- 2.22.3
- rename dm maps according to crypttab during update (bnc#774247)
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 25 13:50:34 CET 2012 - jsuchome@suse.cz Wed Jan 25 13:50:34 CET 2012 - jsuchome@suse.cz

View File

@ -16,19 +16,19 @@
# #
Name: yast2-update Name: yast2-update
Version: 2.22.2 Version: 2.22.3
Release: 0 Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source0: yast2-update-%{version}.tar.bz2 Source0: yast2-update-%{version}.tar.bz2
Group: System/YaST BuildRequires: perl-XML-Writer
License: GPL-2.0 BuildRequires: update-desktop-files
BuildRequires: perl-XML-Writer update-desktop-files yast2-devtools yast2-testsuite BuildRequires: yast2-devtools
# FileSystems::possible_root_fs BuildRequires: yast2-testsuite
BuildRequires: yast2-storage >= 2.19.12 # Stroage::ChangeDmNamesFromCrypttab
BuildRequires: yast2-storage >= 2.22.9
# Packages::GetBaseSourceID # Packages::GetBaseSourceID
BuildRequires: yast2-packager >= 2.17.19 BuildRequires: yast2-packager >= 2.17.19
# Wizard::OpenOKDialog # Wizard::OpenOKDialog
@ -41,8 +41,8 @@ BuildRequires: libxml2
# control.rng # control.rng
BuildRequires: yast2-installation >= 2.17.44 BuildRequires: yast2-installation >= 2.17.44
# FileSystems::possible_root_fs # Stroage::ChangeDmNamesFromCrypttab
Requires: yast2-storage >= 2.19.12 Requires: yast2-storage >= 2.22.9
# PackagesUI::RunPackageSelector # PackagesUI::RunPackageSelector
Requires: yast2 >= 2.17.40 Requires: yast2 >= 2.17.40
Requires: yast2-installation Requires: yast2-installation
@ -63,17 +63,20 @@ Conflicts: yast2-pkg-bindings < 2.15.11
Conflicts: yast2-storage < 2.15.4 Conflicts: yast2-storage < 2.15.4
Summary: YaST2 - Update Summary: YaST2 - Update
License: GPL-2.0
Group: System/YaST
%package FACTORY %package FACTORY
Group: System/YaST
PreReq: %fillup_prereq PreReq: %fillup_prereq
Requires: yast2-update yast2 Requires: yast2
Requires: yast2-update
# moved into yast2-update from yast2-installation # moved into yast2-update from yast2-installation
# to remove dependency on yast2-storage # to remove dependency on yast2-storage
Provides: yast2-update:/usr/share/YaST2/clients/update.ycp Provides: yast2-update:/usr/share/YaST2/clients/update.ycp
Summary: YaST2 - Update Summary: YaST2 - Update
Group: System/YaST
%description %description
Use this component if you wish to update your system. Use this component if you wish to update your system.
@ -92,6 +95,7 @@ autoreconf --force --install
export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG" export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG" export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG"
%{?suse_update_config:%{suse_update_config -f}}
./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir} ./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir}
# V=1: verbose build in case we used AM_SILENT_RULES(yes) # V=1: verbose build in case we used AM_SILENT_RULES(yes)
# so that RPM_OPT_FLAGS check works # so that RPM_OPT_FLAGS check works