diff --git a/yast2-bootloader-2.23.8.tar.bz2 b/yast2-bootloader-2.23.8.tar.bz2 deleted file mode 100644 index 28de26d..0000000 --- a/yast2-bootloader-2.23.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c8f708b6c3da1f2189e14f176e0a45dca072b5f1b3edc161a9067daf53c6a2d -size 418316 diff --git a/yast2-bootloader-2.23.9.tar.bz2 b/yast2-bootloader-2.23.9.tar.bz2 new file mode 100644 index 0000000..a273971 --- /dev/null +++ b/yast2-bootloader-2.23.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a244a1ada023f3430e4302d5115fc729b1139352687b57d1b694668a457b90a5 +size 403033 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index 095f3c4..0d82725 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 4 13:42:36 CET 2013 - snwint@suse.de + +- fix automake file +- 2.23.9 + ------------------------------------------------------------------- Fri Jan 11 17:17:18 CET 2013 - snwint@suse.de diff --git a/yast2-bootloader.spec b/yast2-bootloader.spec index e421262..67695d9 100644 --- a/yast2-bootloader.spec +++ b/yast2-bootloader.spec @@ -17,7 +17,7 @@ Name: yast2-bootloader -Version: 2.23.8 +Version: 2.23.9 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -46,49 +46,32 @@ BuildRequires: yast2-testsuite PreReq: /bin/sed %fillup_prereq # Installation::*version variables # Wizard::SetDialogTitleAndIcon -Requires: limal-perl -Requires: parted -Requires: perl-Bootloader >= 0.5.4 -Requires: perl-Compress-Zlib Requires: yast2 >= 2.21.22 -Requires: yast2-core >= 2.18.7 Requires: yast2-packager >= 2.17.24 Requires: yast2-pkg-bindings >= 2.17.25 -Requires: yast2-storage >= 2.18.18 -BuildRequires: perl-Bootloader >= 0.5.0 +Requires: perl-Bootloader >= 0.5.4 +Requires: yast2-core >= 2.18.7 +Requires: yast2-storage >= 2.18.18 parted perl-Compress-Zlib limal-perl BuildRequires: yast2 >= 2.18.14 -BuildRequires: yast2-core >= 2.18.6 BuildRequires: yast2-packager >= 2.17.24 BuildRequires: yast2-pkg-bindings >= 2.17.25 +BuildRequires: perl-Bootloader >= 0.5.0 +BuildRequires: yast2-core >= 2.18.6 %ifarch %ix86 x86_64 Requires: master-boot-code %endif -Provides: yast2-config-bootloader -Provides: yast2-config-lilo -Obsoletes: yast2-config-bootloader -Obsoletes: yast2-config-lilo -Provides: yast2-agent-liloconf -Provides: yast2-agent-prom -Obsoletes: yast2-agent-liloconf -Obsoletes: yast2-agent-prom -Provides: yast2-trans-boot -Provides: yast2-trans-inst-bootloader -Provides: yast2-trans-lilo -Obsoletes: yast2-trans-boot -Obsoletes: yast2-trans-inst-bootloader -Obsoletes: yast2-trans-lilo -Provides: y2c_boot -Provides: y2t_boot -Obsoletes: y2c_boot -Obsoletes: y2t_boot -Provides: y2t_inst-bootloader -Provides: yast2-agent-liloconf-devel -Provides: yast2-agent-prom-devel -Obsoletes: y2t_inst-bootloader -Obsoletes: yast2-agent-liloconf-devel -Obsoletes: yast2-agent-prom-devel +Provides: yast2-config-lilo yast2-config-bootloader +Obsoletes: yast2-config-lilo yast2-config-bootloader +Provides: yast2-agent-liloconf yast2-agent-prom +Obsoletes: yast2-agent-liloconf yast2-agent-prom +Provides: yast2-trans-inst-bootloader yast2-trans-lilo yast2-trans-boot +Obsoletes: yast2-trans-inst-bootloader yast2-trans-lilo yast2-trans-boot +Provides: y2c_boot y2t_boot +Obsoletes: y2c_boot y2t_boot +Provides: y2t_inst-bootloader yast2-agent-liloconf-devel yast2-agent-prom-devel +Obsoletes: y2t_inst-bootloader yast2-agent-liloconf-devel yast2-agent-prom-devel Summary: YaST2 - Bootloader Configuration License: GPL-2.0+ @@ -108,6 +91,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