Update to last successful build

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-bootloader?expand=0&rev=300
This commit is contained in:
ZYpp Developers 2013-08-02 07:42:37 +00:00 committed by Git OBS Bridge
parent 3c10a4c38f
commit 5f13f37938
4 changed files with 31 additions and 26 deletions

View File

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

View File

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

View File

@ -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

View File

@ -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