|
 |
 |
 |
Changelog for os-prober-debugsource-1.81-lp160.1.2.x86_64.rpm :
* Thu Apr 27 2023 Lukas Müller - Properly handle /boot on btrfs without subvolumes (boo#1210467). * os-prober-fix-btrfs-boot-without-subvol.patch * Thu Dec 22 2022 Michael Chang - 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 * Thu Jul 22 2021 Michael Chang - Update to 1.79: * Add mount dependency (Closes: #934713)- Use download_files source service to download source files which is specified in the spec file * _service- Disable debug messages by default (bsc#1101735) * os-prober-disable-debug.patch * Fri Apr 23 2021 Wang Jun - update to 1.78: * Remove Christian Perrier from Uploaders, with many thanks for all his contributions over the years! (Closes: #927552) * Probe microsoft OS on arm64. * Tue Sep 15 2020 Dirk Mueller - update to 1.77: * Update Vcs-{Browser,Git} to point to salsa (alioth\'s replacement). * Add CI configuration for gitlab * Change priority of os-prober binary package to optional, since \"Priority: extra\" is now deprecated. * Remove trailing whitespaces from changelog file, to fix lintian tag. * Thu Aug 27 2020 Dominique Leuenberger - Install os-prober files to %{_prefix}/lib: os-prober and all its subscripts have /usr/lib hardcoded, so changing the location on the fly is no good idea (boo#1175815). * Tue Aug 13 2019 Michael Chang - Fix duplicated distro detected on btrfs multiple device (bsc#1142858) * os-prober-btrfs-multiple-device.patch * Tue Aug 13 2019 Michael Chang - Update URL for downloading source archive from Debain Salsa server * os-prober.spec- Added * os-prober-1.76.tar.bz2- Removed * os-prober_1.76.tar.xz * Tue Apr 23 2019 mchang - Fix accidental deletion of btrfs subvolume (boo#1130669) * os-prober-use-tmp-over-var-lib-for-transient-files.patch * Tue Mar 12 2019 mchang - Update URL to current development project in Debian Salsa server.- Update the Source0 to use local compressed archive since the remote URL is not reliable to access, causing trouble to the factory-auto checker reporting error as not valid one. * os-prober.spec * Thu Mar 07 2019 mchang - os-prober isn\'t compatible with transactional update (boo#1125729) * os-prober-use-tmp-over-var-lib-for-transient-files.patch * Tue Dec 11 2018 mchangAATTsuse.com- Don\'t hard require btrfsprogs by downgrading it to suggests (boo#1118279) * os-prober-make-btrfsprogs-optional.patch * Wed Oct 31 2018 mchangAATTsuse.com- Fix missing grub-probe command that caused linux-boot-probe to abort prematurely. It is a mistake while rebasing patch to 1.76 (bsc#1113615) * os-prober-1.49-grub2-mount.patch * Mon Oct 08 2018 mchangAATTsuse.com- Version bump to 1.76: * Fix check on ID_PART_ENTRY_SCHEME, to look for \"dos\" instead of \"msdos\" * Remove code using device mapper * This also removes the dependency on dmsetup- Rediff * os-prober-1.49-grub2-mount.patch * os-prober-accept-ESP-on-IMSM.patch * os-prober-dont-load-all-fs-module-and-dont-test-mount.patch * os-prober-fix-btrfs-subvol-mounted-tests.patch * Tue Jul 31 2018 mchangAATTsuse.com- UEFI Grub does not insert Arch Linux entry correctly (boo#1101942) * os-prober-multiple-initrd.patch * Thu Jun 14 2018 josef.moellersAATTsuse.com- Rather than Recommend lvm2 merely Suggest it. [bsc#1026766, os-prober.spec] * Mon Feb 26 2018 mchangAATTsuse.com- Use blkid to bailout udevinfo for db not imported in chroot environment (bsc#1076779) * os-prober-05efi-blkid.patch * Fri Feb 23 2018 mchangAATTsuse.com- revert os-prober-05efi-udevinfo.patch as it messed up with strings that could be named differently in which even with non ascil characters. * Wed Jan 31 2018 mchangAATTsuse.com- Fix Windows not listed in grub menu after install or upgrade (bsc#1076779) * os-prober-05efi-udevinfo.patch * Wed Mar 01 2017 mchangAATTsuse.com- Fix btrfs 1.74 regression in detection btrfs, the do_unmount has to be skipped for btrfs as it removes tmp mount point of which btrfs is making use (bsc#1024196) * modify os-prober-btrfs-absolute-subvol.patch * rediff os-prober-btrfs-always-detect-default.patch * Fri Feb 10 2017 mchangAATTsuse.com- 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 * Tue Nov 15 2016 mchangAATTsuse.com- 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 * Tue Oct 04 2016 mchangAATTsuse.com- Handle /etc/os-release symlink (bsc#997465) * refresh os-prober-linux-distro-parse-os-release.patch * Wed Sep 14 2016 mchangAATTsuse.com- Parse /etc/os-release for openSUSE Tumbleweed (bsc#997465) * os-prober-linux-distro-parse-os-release.patch * Thu Dec 17 2015 mchangAATTsuse.com- 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 * Tue Nov 10 2015 p.drouandAATTgmail.com- Update to version 1.70 * Fix hurd-any support: Test for /servers instead of /servers/exec to avoid starting an translator in the mounted system. Also, /hurd/init might be phased out at some point (Closes: #802053).- Remove patches; fixed on upstream release * os-prober-grep-for-windows-bcd-file.patch * os-prober-properly-detect-Windows-10.patch * Mon Nov 09 2015 lnusselAATTsuse.de- detect os on default subvolume in snapshot (bsc#954225) (os-prober-btrfs-snapshot-detection.patch) * Thu Oct 01 2015 mchangAATTsuse.com- replace os-prober-grep-for-windows-bcd-file.patch by upstream\'s version * modified os-prober-grep-for-windows-bcd-file.patch- include patch from upstream to fix os-prober is missing support for Windows 10 (bsc#947487) * added os-prober-properly-detect-Windows-10.patch * Sun Aug 02 2015 arvidjaarAATTgmail.com- add os-prober-40grub-check-grub2.patch * also skip legacy grub if /boot/grub2/grub.cfg is present, not only /boot/grub/grub.cfg * Thu Jun 18 2015 mchangAATTsuse.com- add os-prober-btrfs-absolute-subvol.patch * fix os-prober mount error, no such file or directory (bsc#931955) * Mon Jun 01 2015 mchangAATTsuse.com- Deleted os-prober-btrfsfix-trim-leading-subvol.patch: supersceded by Improve-btrfs-handling-on-os-probing-for-grub2.patch * Fri May 29 2015 eichAATTsuse.com- Improve-btrfs-handling-on-os-probing-for-grub2.patch * Improve btrfs handling on os-probing for grub2 (bsc#892364)- Replaces: os-prober-btrfsfix-trim-leading-subvol.patch * Wed May 13 2015 mchangAATTsuse.com- os-prober-btrfsfix-trim-leading-subvol.patch * fix os-prober fails to detect other SLES12 installation (bsc#892364) * Mon Jan 26 2015 mchangAATTsuse.com- add os-prober-grep-for-windows-bcd-file.patch * fix os-prober misinterprets Windows 8 to be Vista (bsc#910654) * Sun Dec 14 2014 tchvatalAATTsuse.com- Version bujmp to 1.65: * use latest in debian to be up par patch wise * Drop reiserfs, it\'s no longer supported. - we actually still support it as we patch this class away anyway, but still they have it in their changes... * Add ppc64el support. Closes: #752416. * Recognise the new ignore_uefi flag from partman-efi.- Refresh all patches to still apply: * os-prober-1.49-grub2-mount.patch * os-prober-call-dmraid-once.patch * os-prober-dont-load-all-fs-module-and-dont-test-mount.patch- Always delete all the .orig files as sometimes even upstream put them to tarball :) * Tue Aug 19 2014 mchangAATTsuse.com- requires util-linux-systemd (bnc#892337) * Fri Jun 20 2014 jeffmAATTsuse.com- add os-prober-call-dmraid-once.patch * fix os-prober: dmraid is called without a device list for every partition (bnc#883453) * Sat May 31 2014 crrodriguezAATTopensuse.org- Neither dmraid nor lvm are mandatory components to get a working systemd but this package is, since it is required by grub2. Downgrade the requires to recommends so lvm2/dmraid can be uninstalled without rendering the system unusable. * Thu May 29 2014 mchangAATTsuse.com- add os-prober-skip-part-on-multipath.patch * fix os-prober creates many unusuable entries on multipath disk (bnc#875327) * Wed Jan 15 2014 arvidjaarAATTgmail.com- fix os-prober-btrfsfix.patch - current \"btrfs subvolume list -s\" adds some extra fields. Adjust field number to get subvolume name. * Wed Dec 18 2013 mchangAATTsuse.com- add os-prober-fix-btrfs-subvol-mounted-tests.patch * move btrfs subvolume mounted tests after regualr rootfs tree tests to make sure that root and subvolume fs tree are tested. * the test order is just a preference, assuming that distribution are installed to root fs tree more likely than to a subvolume. * Fri Dec 06 2013 mchangAATTsuse.com- add os-prober-dont-load-all-fs-module-and-dont-test-mount.patch * don\'t modprobe that many kernel file system modules before mount as mount will take care that for us (bnc#782689) * don\'t test mount on partitions without any known file system detected (bnc#851722) * Thu Nov 07 2013 mchangAATTsuse.com- add require btrfsprogs * Sun Aug 18 2013 arvidjaarAATTgmail.com- add os-prober-accept-ESP-on-IMSM.patch * accept EFI partition on IMSM MD array (bnc#818871) * fix DOS partition table detection * Fri May 31 2013 arvidjaarAATTgmail.com- update to os-prober 1.61. Highlights: * Fix detection of Fedora and other distros that moved /lib into /usr * sed off (hdn,n) from the front of an initrd path * Add support to detect BSD systems * add support for probing EFI System Partition- rediff * os-prober-1.49-fix-grub2.cfg-parsing.patch - part implemented differenty upstream; added additional os-prober entries detection based on menu entry ID as suggested by Vladimir Serbienko * os-prober-1.49-grub2-mount.patch * os-prober-SUSE.patch * os-prober-linux-secure-boot.patch- drop upstream patches * os-prober-usr_lib-detection.patch * os-prober-skip-MS-legacy-on-UEFI.patch together with 05efi, efi-20microsoft, efi-10elilo- add * os-prober-btrfsfix.patch - support btrfs. Patch from Fedora with all unrelated changes cleaned out * os-prober-EFI-openSUSEfy.patch - cosmetic changes between our scripts and version adopted upstream * Fri Apr 05 2013 arvidjaarAATTgmail.com- add os-prober-linux-secure-boot.patch (bnc#810912) * recognize linuxefi/initrdefi too * Fri Mar 22 2013 arvidjaarAATTgmail.com- add os-prober-probe-MD-devices.patch (bnc#811006) * probe also Linux MD devices * Sun Mar 03 2013 arvidjaarAATTgmail.com- 05efi - accept FUSE as valid filesystem too (bnc#807190) * Fri Feb 08 2013 arvidjaarAATTgmail.com- os-prober-usr_lib-detection.patch - fix detection of linux distro which moved /lib to /usr/lib (e.g. Fedora) * Sat Jan 19 2013 arvidjaarAATTgmail.com- os-prober-1.49-grub2-mount.patch (bnc#767272) * In openSUSE grub-mount is called grub2-mount * Sat Jan 19 2013 arvidjaarAATTgmail.com- fix os-prober-1.49-fix-grub2.cfg-parsing.patch (bnc#799457) * initrd was missing * entries sometimes were not emitted * Wed Jan 16 2013 arvidjaarAATTgmail.com- add os-prober-1.49-skip-LVM2_member.patch (bnc#798604) * do not try to mount LVM2 PV * Tue Jan 08 2013 arvidjaarAATTgmail.com- add os-prober-1.49-fix-grub2.cfg-parsing.patch (bnc#796919) * Fri Jan 04 2013 arvidjaarAATTgmail.com- add support for chainloading another UEFI bootloader (bnc#775610) * 05efi - top level driver to search ESP * efi-20microsoft - support Microsoft UEFI bootloader * efi-10elilo - support ELILO UEFI bootloader (Agnelo de la Crotche)- skip legacy Microsoft bootloader on UEFI (bnc#775610) * Mon Dec 19 2011 ajAATTsuse.de- Clarify license. * Thu Dec 08 2011 ajAATTsuse.de- Update to 1.49: * MeeGo detection support * Bugfixes * Thu Dec 08 2011 cooloAATTsuse.com- this seems to be \"GPL\" as it was understood 2004, so guessing GPL-2.0+ * Fri Sep 30 2011 uliAATTsuse.com- cross-build fix: use %__cc macro * Tue Jul 12 2011 ajAATTsuse.de- Create new package.
|
|
|