Commit Graph

4 Commits

Author SHA256 Message Date
Michael Chang
2c62f81481 Accepting request 1044146 from home:michael-chang:branches:Base:System
- update to 1.81
- use %autosetup macro to unpack source and apply patch
- drop patch for upstream
  * os-prober-multiple-initrd.patch
- rediff
  * Improve-btrfs-handling-on-os-probing-for-grub2.patch
  * os-prober-linux-distro-avoid-expensive-ld-file-test.patch
  * os-prober-linux-distro-parse-os-release.patch
  * os-prober-linux-secure-boot.patch

OBS-URL: https://build.opensuse.org/request/show/1044146
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=107
2023-01-03 02:35:40 +00:00
Andrei Borzenkov
8f472cc59a Accepting request 459143 from home:michael-chang:branches:Base:System
- Version bump to 1.74:
  * Add support for Mageia
  * Improve logging of mounting and setting partitions to ro/rw
  * Use a read-only device-mapper entry if possible rather than setting the
    underlying device to read-only.
    Note that this introduces a dependency on dmsetup on Linux architectures.
  * Remove the "blockdev --setro" code path entirely, since the read-only
    device-mapper arrangement supersedes it and should be safer
  * Make the yaboot parser more tolerant about the syntax of "append" options
  * Disable debugging if OS_PROBER_DISABLE_DEBUG is set
  * Replace basename/dirname with shell string processing
  * Fix typos in README
  * Add Devuan detection
  * Work harder to avoid trying to mount extended partitions
  * Drop " (loader)" suffixes on Microsoft operating systems
  * Add support for 4MLinux
  * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb.
- Rediff
 * os-prober-1.49-grub2-mount.patch
 * os-prober-EFI-openSUSEfy.patch
 * os-prober-btrfs-always-detect-default.patch
 * os-prober-btrfsfix.patch
 * os-prober-dont-load-all-fs-module-and-dont-test-mount.patch
 * os-prober-fix-btrfs-subvol-mounted-tests.patch
 * os-prober-linux-distro-avoid-expensive-ld-file-test.patch
 * os-prober-linux-distro-parse-os-release.patch
- Remove patches; fixed on upstream release
 * os-prober-call-dmraid-once.patch
 * os-prober-1.49-skip-LVM2_member.patch

OBS-URL: https://build.opensuse.org/request/show/459143
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=73
2017-02-20 11:06:06 +00:00
Andrei Borzenkov
ec03b6538c Accepting request 440345 from home:michael-chang:branches:Base:System
- The wildcard test for ld.so is inaccurate, slow and sometimes hangs a
  long time with grub2-mount. Disable it becuase it does quite opposite
  it was intended to do, that is having an inital quick filter for non
  linux partition to speed things up. (bsc#1008444)
  * modified os-prober-linux-distro-avoid-expensive-ld-file-test.patch
  * refresh os-prober-linux-distro-parse-os-release.patch

OBS-URL: https://build.opensuse.org/request/show/440345
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=71
2016-11-15 09:53:30 +00:00
Andrei Borzenkov
9fddefe8e1 Accepting request 349326 from home:michael-chang:branches:Base:System
- The ld file tests cost too much as it transversed all files in 
  the given wildcard directory and path, we should avoid when not
  necessary. (bsc#953987)
  * added os-prober-linux-distro-avoid-expensive-ld-file-test.patch
- Fix missing linux16/initrd16 parsing in entry result
- Fix kernelfile path if separate boot partition on btrfs 
  * modified Improve-btrfs-handling-on-os-probing-for-grub2.patch
- fix os-prober failed to detect os in btrfs root tree (bsc#957018)
  * added os-prober-btrfs-always-detect-default.patch

OBS-URL: https://build.opensuse.org/request/show/349326
OBS-URL: https://build.opensuse.org/package/show/Base:System/os-prober?expand=0&rev=65
2015-12-17 17:15:53 +00:00