Hello community, here is the log from the commit of package quota checked in at Fri Sep 14 00:48:31 CEST 2007. -------- --- quota/quota.changes 2007-08-09 21:12:57.000000000 +0200 +++ /mounts/work_src_done/STABLE/quota/quota.changes 2007-09-13 23:57:59.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Sep 13 23:41:59 CEST 2007 - lmichnovic@suse.cz + +- Ignoring NFS mount points when shutting down quota with quotaoff + [#310426] (ignore_nfs.patch) + +------------------------------------------------------------------- New: ---- quota-3.15-ignore_nfs.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ quota.spec ++++++ --- /var/tmp/diff_new_pack.f28030/_old 2007-09-14 00:48:21.000000000 +0200 +++ /var/tmp/diff_new_pack.f28030/_new 2007-09-14 00:48:21.000000000 +0200 @@ -13,12 +13,12 @@ Name: quota BuildRequires: e2fsprogs-devel tcpd-devel Version: 3.15 -Release: 8 +Release: 17 PreReq: %insserv_prereq %fillup_prereq -Autoreqprov: on +AutoReqProv: on Group: System/Filesystems License: GPL v2 or later -URL: http://sourceforge.net/projects/linuxquota/ +Url: http://sourceforge.net/projects/linuxquota/ Summary: Disk Quota System Source: %{name}-3.15.tar.bz2 Source1: %{name}-SUSE.tar.bz2 @@ -26,6 +26,7 @@ Patch2: %{name}-%{version}-man.patch Patch3: %{name}-%{version}-warnquota.patch Patch4: %{name}-%{version}-type.patch +Patch5: %{name}-%{version}-ignore_nfs.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -48,6 +49,7 @@ %patch2 %patch3 %patch4 +%patch5 find -type d -name CVS -exec rm -rf {} \; -prune find -type d | xargs chmod 755 @@ -100,6 +102,9 @@ %{_sbindir}/* %changelog +* Thu Sep 13 2007 - lmichnovic@suse.cz +- Ignoring NFS mount points when shutting down quota with quotaoff + [#310426] (ignore_nfs.patch) * Thu Aug 09 2007 - lmichnovic@suse.cz - fixed running quotacheck on mounted partition [#298713] - added $network should be enabled when stoping quota service ++++++ quota-3.15-ignore_nfs.patch ++++++ --- quotaon.c +++ quotaon.c @@ -346,7 +346,7 @@ else if (!kernel_formats) errstr(_("Warning: No quota format detected in the kernel.\n")); - if (init_mounts_scan(mntcnt, mntpoints, MS_XFS_DISABLED) < 0) + if (init_mounts_scan(mntcnt, mntpoints, MS_XFS_DISABLED | MS_LOCALONLY) < 0) return 1; while ((mnt = get_next_mount())) { if (nfs_fstype(mnt->mnt_type)) { ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de