- if called from yast: log directly to y2log, not via limal

- don't use udev for device mapping; instead read symlinks in dev tree
- add package-local make target
- clean up spec file
- log root device & chroot
- use additional log file /var/log/pbl.log for now to work around broken yast logging
- 0.702

OBS-URL: https://build.opensuse.org/package/show/Base:System/perl-Bootloader?expand=0&rev=75
This commit is contained in:
Steffen Winterfeldt 2012-09-06 14:29:06 +00:00 committed by Git OBS Bridge
parent 46afc78da5
commit aa9bf8b804
2 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:607833910e09e3a41fd9ca4a90a7804f976f2b5deb535d2c10a55ec27582aa26
size 178250
oid sha256:355ec0152a6b734ec1fb2f51d8e0b158bade580b159b752bb4b781f9821874bc
size 178595

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Sep 6 16:25:49 CEST 2012 - snwint@suse.de
- if called from yast: log directly to y2log, not via limal
- don't use udev for device mapping; instead read symlinks in dev tree
- add package-local make target
- clean up spec file
- log root device & chroot
- use additional log file /var/log/pbl.log for now to work around broken yast logging
- 0.702
-------------------------------------------------------------------
Thu Aug 30 12:07:22 CEST 2012 - snwint@suse.de