Skip to content

Commit

Permalink
Merge pull request #22 from yast/build_cleanup
Browse files Browse the repository at this point in the history
removed obsolete BuildRequires: yast2 and yast2-core
  • Loading branch information
lslezak committed Aug 13, 2013
2 parents 96225dd + 2780ca6 commit df14edf
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.1
3.0.2
1 change: 0 additions & 1 deletion configure.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

## some common checks
@YAST2-CHECKS-COMMON@
@YAST2-CHECKS-YCP@

AM_CONDITIONAL(SPARC, test $target_cpu = "sparc" -o $target_cpu = "sparc64")

Expand Down
6 changes: 6 additions & 0 deletions package/yast2-bootloader.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Aug 6 19:50:43 UTC 2013 - lslezak@suse.cz

- removed obsolete BuildRequires: yast2 and yast2-core
- 3.0.2

-------------------------------------------------------------------
Thu Aug 1 14:52:09 UTC 2013 - lslezak@suse.cz

Expand Down
13 changes: 11 additions & 2 deletions yast2-bootloader.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ Requires: yast2-pkg-bindings >= 2.17.25
Requires: perl-Bootloader >= 0.5.4
Requires: yast2-core >= 2.18.7
Requires: yast2-storage >= 2.18.18 parted perl-Compress-Zlib
BuildRequires: yast2 >= 2.18.14
BuildRequires: yast2-core >= 2.18.6

%ifarch %ix86 x86_64
Requires: syslinux
Expand Down Expand Up @@ -64,19 +62,30 @@ provided by yast2-bootloader package.
# menu items

%ifnarch s390 s390x
%dir @desktopdir@
@desktopdir@/bootloader.desktop
%endif

%dir @yncludedir@
%dir @yncludedir@/bootloader
@yncludedir@/bootloader/*
%dir @moduledir@
@moduledir@/*
%dir @clientdir@
@clientdir@/bootloader*.rb
@clientdir@/print-product.rb
@clientdir@/inst_*.rb
%dir @ybindir@
@ybindir@/*
%dir @agentdir@
@agentdir@/ag_*
%dir @scrconfdir@
@scrconfdir@/*.scr
%dir @fillupdir@
@fillupdir@/*
%dir @schemadir@
%dir @schemadir@/autoyast
%dir @schemadir@/autoyast/rnc
@schemadir@/autoyast/rnc/bootloader.rnc

%dir @docdir@
Expand Down

0 comments on commit df14edf

Please sign in to comment.