From 3c10a4c38f524cdd8fccb090e7e9b48b8968f77ccefdfd54ea1b194a09f40b80 Mon Sep 17 00:00:00 2001 From: ZYpp Developers Date: Thu, 1 Aug 2013 07:49:44 +0000 Subject: [PATCH 1/4] Update to last successful build OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-bootloader?expand=0&rev=299 --- yast2-bootloader-3.0.0.tar.bz2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yast2-bootloader-3.0.0.tar.bz2 b/yast2-bootloader-3.0.0.tar.bz2 index aa38256..b19d7bf 100644 --- a/yast2-bootloader-3.0.0.tar.bz2 +++ b/yast2-bootloader-3.0.0.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:0942ce58cfe26e3651f586ad2f4ec749e57bb619eb051e57b6ae184786a0bc42 -size 410268 +oid sha256:397ccb11cc3f9e7ec3a7676e52df6264e5e3199159f1e6bccc5bb59cd984a196 +size 410297 From 5f13f37938801f7f0d1270890f1c00daad5a607be49ddce9b951d87d9f9a9bdd Mon Sep 17 00:00:00 2001 From: ZYpp Developers Date: Fri, 2 Aug 2013 07:42:37 +0000 Subject: [PATCH 2/4] Update to last successful build OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-bootloader?expand=0&rev=300 --- yast2-bootloader-3.0.0.tar.bz2 | 3 --- yast2-bootloader-3.0.1.tar.bz2 | 3 +++ yast2-bootloader.changes | 11 ++++++++++ yast2-bootloader.spec | 40 +++++++++++++++------------------- 4 files changed, 31 insertions(+), 26 deletions(-) delete mode 100644 yast2-bootloader-3.0.0.tar.bz2 create mode 100644 yast2-bootloader-3.0.1.tar.bz2 diff --git a/yast2-bootloader-3.0.0.tar.bz2 b/yast2-bootloader-3.0.0.tar.bz2 deleted file mode 100644 index b19d7bf..0000000 --- a/yast2-bootloader-3.0.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:397ccb11cc3f9e7ec3a7676e52df6264e5e3199159f1e6bccc5bb59cd984a196 -size 410297 diff --git a/yast2-bootloader-3.0.1.tar.bz2 b/yast2-bootloader-3.0.1.tar.bz2 new file mode 100644 index 0000000..052ee18 --- /dev/null +++ b/yast2-bootloader-3.0.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13539055f457046b63d2ac019cefb6a6b461b37b143eda3b022783a77ea44773 +size 408138 diff --git a/yast2-bootloader.changes b/yast2-bootloader.changes index d384702..376581c 100644 --- a/yast2-bootloader.changes +++ b/yast2-bootloader.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Aug 1 14:52:09 UTC 2013 - lslezak@suse.cz + +- move the development documentation to devel-doc subpackage +- removed obsolete BuildRequires, not needed anymore: + docbook-xsl-stylesheets doxygen gcc-c++ libxslt perl-Bootloader + perl-gettext perl-XML-Writer sgml-skel swig update-alternatives + libtool yast2-installation yast2-packager yast2-perl-bindings + yast2-pkg-bindings yast2-storage yast2-testsuite +- 3.0.1 + ------------------------------------------------------------------- Wed Jul 31 08:27:20 UTC 2013 - yast-devel@opensuse.org diff --git a/yast2-bootloader.spec b/yast2-bootloader.spec index 460f5ad..23974d1 100644 --- a/yast2-bootloader.spec +++ b/yast2-bootloader.spec @@ -17,31 +17,14 @@ Name: yast2-bootloader -Version: 3.0.0 +Version: 3.0.1 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build Source0: yast2-bootloader-%{version}.tar.bz2 -BuildRequires: docbook-xsl-stylesheets -BuildRequires: doxygen -BuildRequires: gcc-c++ -BuildRequires: libtool -BuildRequires: libxslt -BuildRequires: perl-Bootloader -BuildRequires: perl-XML-Writer -BuildRequires: perl-gettext -BuildRequires: sgml-skel -BuildRequires: swig -BuildRequires: update-alternatives BuildRequires: update-desktop-files BuildRequires: yast2-devtools -BuildRequires: yast2-installation -BuildRequires: yast2-perl-bindings -BuildRequires: yast2-storage >= 2.18.18 -BuildRequires: yast2-testsuite -# to eliminate a cyclic dependency in autobuild: -#!BuildIgnore: autoyast2-installation PreReq: /bin/sed %fillup_prereq # Installation::*version variables # Wizard::SetDialogTitleAndIcon @@ -53,11 +36,8 @@ 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 BuildRequires: yast2 >= 2.18.14 BuildRequires: yast2-core >= 2.18.6 -BuildRequires: yast2-packager >= 2.17.24 -BuildRequires: yast2-pkg-bindings >= 2.17.25 %ifarch %ix86 x86_64 Requires: syslinux @@ -97,6 +77,15 @@ Group: System/YaST %description This package contains the YaST2 component for bootloader configuration. +%package devel-doc +Requires: yast2-bootloader = %version +Summary: YaST2 - Bootloader Configuration - Development Documentation +Group: System/YaST + +%description devel-doc +This package contains development documentation for using the API +provided by yast2-bootloader package. + %prep %setup -n yast2-bootloader-%{version} @@ -136,8 +125,6 @@ rm -rf "$RPM_BUILD_ROOT" %{_prefix}/share/applications/YaST2/bootloader.desktop %endif -%doc %{_prefix}/share/doc/packages/yast2-bootloader - %dir /usr/share/YaST2/include/bootloader /usr/share/YaST2/include/bootloader/* /usr/share/YaST2/modules/* @@ -150,4 +137,11 @@ rm -rf "$RPM_BUILD_ROOT" /var/adm/fillup-templates/* /usr/share/YaST2/schema/autoyast/rnc/bootloader.rnc +%dir %{_prefix}/share/doc/packages/yast2-bootloader +%doc %{_prefix}/share/doc/packages/yast2-bootloader/README +%doc %{_prefix}/share/doc/packages/yast2-bootloader/COPYING + +%files devel-doc +%doc %{_prefix}/share/doc/packages/yast2-bootloader/autodocs + %changelog From 258d606eb37aafb56b31a269def1c5879e7f2be945011b4539e23afd4d032cdf Mon Sep 17 00:00:00 2001 From: ZYpp Developers Date: Fri, 2 Aug 2013 15:43:00 +0000 Subject: [PATCH 3/4] Update to last successful build OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-bootloader?expand=0&rev=301 --- yast2-bootloader-3.0.1.tar.bz2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yast2-bootloader-3.0.1.tar.bz2 b/yast2-bootloader-3.0.1.tar.bz2 index 052ee18..8aebac3 100644 --- a/yast2-bootloader-3.0.1.tar.bz2 +++ b/yast2-bootloader-3.0.1.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:13539055f457046b63d2ac019cefb6a6b461b37b143eda3b022783a77ea44773 -size 408138 +oid sha256:8521f5b71c8d29835ce63eda684f0d941e61c84d0e18efc6cfc7f57ed5e19869 +size 408093 From 818ae0e4dad1a3df008b312d6ed3a02385b99dc134e1af29fc18661e8c7c993e Mon Sep 17 00:00:00 2001 From: ZYpp Developers Date: Fri, 2 Aug 2013 19:37:24 +0000 Subject: [PATCH 4/4] Update to last successful build OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-bootloader?expand=0&rev=302 --- yast2-bootloader-3.0.1.tar.bz2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yast2-bootloader-3.0.1.tar.bz2 b/yast2-bootloader-3.0.1.tar.bz2 index 8aebac3..28ffacc 100644 --- a/yast2-bootloader-3.0.1.tar.bz2 +++ b/yast2-bootloader-3.0.1.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:8521f5b71c8d29835ce63eda684f0d941e61c84d0e18efc6cfc7f57ed5e19869 -size 408093 +oid sha256:e88bbe64e8fa68c050967208e17a768a4b2875800409dd1994e4d9d650534bd8 +size 277172