From 8c0d7b0c528ee7d64f7b2bd4c349aac4641661d33517af69e1a996096116dde2 Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Fri, 16 Mar 2012 17:03:04 +0000 Subject: [PATCH] - updated to latest repo version OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=188 --- yast2-installation-2.22.4.tar.bz2 | 3 --- yast2-installation-2.22.5.tar.bz2 | 3 +++ yast2-installation.changes | 6 ++++++ yast2-installation.spec | 3 ++- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-2.22.4.tar.bz2 create mode 100644 yast2-installation-2.22.5.tar.bz2 diff --git a/yast2-installation-2.22.4.tar.bz2 b/yast2-installation-2.22.4.tar.bz2 deleted file mode 100644 index f789bd9..0000000 --- a/yast2-installation-2.22.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:86af5aac886ea333b777acd972fba96fff5542b16f8354d28e984ce261ec95ab -size 285340 diff --git a/yast2-installation-2.22.5.tar.bz2 b/yast2-installation-2.22.5.tar.bz2 new file mode 100644 index 0000000..d4ac30a --- /dev/null +++ b/yast2-installation-2.22.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ecab8e02a7b5b5dda8ce9069a7f8d3eb627193823753d343d8c9293717847ea7 +size 292741 diff --git a/yast2-installation.changes b/yast2-installation.changes index 3512727..1710080 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Mar 14 15:42:19 CET 2012 - aschnell@suse.de + +- create link yast.ssh for 2nd stage ssh installation (bnc#745340) +- 2.22.5 + ------------------------------------------------------------------- Wed Feb 15 11:46:45 CET 2012 - gs@suse.de diff --git a/yast2-installation.spec b/yast2-installation.spec index 22e4353..37b328a 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -18,7 +18,7 @@ Name: yast2-installation -Version: 2.22.4 +Version: 2.22.5 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -153,6 +153,7 @@ autoreconf --force --install export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG" export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG" +%{?suse_update_config:%{suse_update_config -f}} ./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir} # V=1: verbose build in case we used AM_SILENT_RULES(yes) # so that RPM_OPT_FLAGS check works