Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maxim Karasev
aports
Commits
287f95c5
Commit
287f95c5
authored
12 years ago
by
Natanael Copa
Browse files
Options
Downloads
Patches
Plain Diff
main/udisks2: upgrade to 1.99.0
parent
8cdf226f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/udisks2/APKBUILD
+5
-6
5 additions, 6 deletions
main/udisks2/APKBUILD
main/udisks2/udisks2-root-bound-mount-fix.patch
+0
-35
0 additions, 35 deletions
main/udisks2/udisks2-root-bound-mount-fix.patch
with
5 additions
and
41 deletions
main/udisks2/APKBUILD
+
5
−
6
View file @
287f95c5
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
udisks2
pkgver
=
1.9
7
.0
pkgrel
=
1
pkgver
=
1.9
9
.0
pkgrel
=
0
pkgdesc
=
"Disk Manager"
url
=
"http://www.freedesktop.org/wiki/Software/udisks"
arch
=
"all"
...
...
@@ -16,7 +16,7 @@ subpackages="$pkgname-dev $pkgname-doc $pkgname-lang $pkgname-libs"
source
=
"http://udisks.freedesktop.org/releases/udisks-
$pkgver
.tar.bz2
O_CLOEXEC.patch
sys-wait.patch
udisks2-root-bound-mount-fix.patch
"
"
_builddir
=
"
$srcdir
"
/udisks-
$pkgver
prepare
()
{
...
...
@@ -54,7 +54,6 @@ libs() {
"
$subpkgdir
"
/usr/lib/
}
md5sums
=
"
8ae4ef908ab706789e0e2b33d8810877
udisks-1.9
7
.0.tar.bz2
md5sums
=
"
b42f1d36ad4606622a9989e166fbae20
udisks-1.9
9
.0.tar.bz2
fd70ee4163c5bfd9bd474c28a2548c46 O_CLOEXEC.patch
4c7aa82c180c809f565c55325ce9eb20 sys-wait.patch
11d6256cd2c2aab25e824bf613061925 udisks2-root-bound-mount-fix.patch"
4c7aa82c180c809f565c55325ce9eb20 sys-wait.patch"
This diff is collapsed.
Click to expand it.
main/udisks2/udisks2-root-bound-mount-fix.patch
deleted
100644 → 0
+
0
−
35
View file @
8cdf226f
From e0b8ffe3099735fefd64973e6575c67ac0759be2 Mon Sep 17 00:00:00 2001
From: David Zeuthen <davidz@redhat.com>
Date: Tue, 15 May 2012 14:17:22 +0000
Subject: Bug 49842 – Unhandled rootfs on bind mount
Don't ignore a mount just because if a subtree of the filesystem is
mounted. Because if we do this, we may wrongly conclude the device is
not mounted at all, which then means that it's visible in the desktop
UI and subject to automounting.
In the future, we may want a "a(ss) MountPointsFull" property that in
addition to the mount point also contains the subtree that is mounted
at said mountpoint.
https://bugs.freedesktop.org/show_bug.cgi?id=49842
Signed-off-by: David Zeuthen <davidz@redhat.com>
---
diff --git a/src/udisksmountmonitor.c b/src/udisksmountmonitor.c
index 43adaa5..36e1476 100644
--- a/src/udisksmountmonitor.c
+++ b/src/udisksmountmonitor.c
@@ -433,10 +433,6 @@
udisks_mount_monitor_get_mountinfo (UDisksMountMonitor *monitor,
continue;
}
- /* ignore mounts where only a subtree of a filesystem is mounted */
- if (g_strcmp0 (encoded_root, "/") != 0)
- continue;
-
/* Temporary work-around for btrfs, see
*
* https://bugzilla.redhat.com/show_bug.cgi?id=495152#c31
--
cgit v0.9.0.2-2-gbebe
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment