Update to new upstream version: 1.55

This commit is contained in:
Hedayat Vatankhah 2012-08-27 23:17:57 +04:30
parent 31c2cb9246
commit be2648eb78
4 changed files with 12 additions and 8 deletions

1
.gitignore vendored
View File

@ -4,3 +4,4 @@
/os-prober_1.51.tar.gz /os-prober_1.51.tar.gz
/os-prober_1.52.tar.gz /os-prober_1.52.tar.gz
/os-prober_1.53.tar.gz /os-prober_1.53.tar.gz
/os-prober_1.55.tar.gz

View File

@ -1,6 +1,6 @@
diff -up os-prober-1.53/os-prober.mdraidfix os-prober-1.53/os-prober diff -up os-prober-1.55/os-prober.mdraidfix os-prober-1.55/os-prober
--- os-prober-1.53/os-prober.mdraidfix 2012-05-25 13:28:16.544374104 +0430 --- os-prober-1.55/os-prober.mdraidfix 2012-05-20 05:31:38.000000000 +0430
+++ os-prober-1.53/os-prober 2012-05-25 13:34:11.096941585 +0430 +++ os-prober-1.55/os-prober 2012-08-27 23:13:35.961274472 +0430
@@ -57,6 +57,11 @@ partitions () { @@ -57,6 +57,11 @@ partitions () {
exit 0 exit 0
fi fi
@ -13,8 +13,8 @@ diff -up os-prober-1.53/os-prober.mdraidfix os-prober-1.53/os-prober
# Also detect OSes on LVM volumes (assumes LVM is active) # Also detect OSes on LVM volumes (assumes LVM is active)
if type lvs >/dev/null 2>&1; then if type lvs >/dev/null 2>&1; then
echo "$(LVM_SUPPRESS_FD_WARNINGS=1 log_output lvs --noheadings --separator : -o vg_name,lv_name | echo "$(LVM_SUPPRESS_FD_WARNINGS=1 log_output lvs --noheadings --separator : -o vg_name,lv_name |
@@ -113,7 +118,7 @@ grep "^/dev/" /proc/mounts | parse_proc_ @@ -116,7 +121,7 @@ if [ -f /proc/swaps ]; then
grep "^/dev/" /proc/swaps | parse_proc_swaps >"$OS_PROBER_TMP/swaps-map" || true fi
: >"$OS_PROBER_TMP/raided-map" : >"$OS_PROBER_TMP/raided-map"
if [ -f /proc/mdstat ] ; then if [ -f /proc/mdstat ] ; then
- grep "^md" /proc/mdstat | parse_proc_mdstat >"$OS_PROBER_TMP/raided-map" || true - grep "^md" /proc/mdstat | parse_proc_mdstat >"$OS_PROBER_TMP/raided-map" || true

View File

@ -1,6 +1,6 @@
Name: os-prober Name: os-prober
Version: 1.53 Version: 1.55
Release: 4%{?dist} Release: 1%{?dist}
Summary: Probes disks on the system for installed operating systems Summary: Probes disks on the system for installed operating systems
Group: System Environment/Base Group: System Environment/Base
@ -84,6 +84,9 @@ fi
%{_var}/lib/%{name} %{_var}/lib/%{name}
%changelog %changelog
* Mon Aug 27 2012 Hedayat Vatankhah <hedayat.fwd+rpmchlog@gmail.com> - 1.55-1
- Update to new upstream version: 1.55
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.53-4 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.53-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
1435131b60b078a2a8301df3237a6829 os-prober_1.53.tar.gz a516bc304a10345d2116d5b9b70bacc3 os-prober_1.55.tar.gz