4 Commits

Author SHA256 Message Date
941a67ae12 Accepting request 1323014 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1323014
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quota?expand=0&rev=63
2025-12-17 16:31:09 +00:00
c902208e9c - Remove PrivateDevices systemd hardening from quotad.service because it
needs access to block devices in /dev (bsc#1254310).

OBS-URL: https://build.opensuse.org/package/show/Base:System/quota?expand=0&rev=76
2025-12-15 19:44:23 +00:00
68b7dc1f63 Accepting request 1277246 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1277246
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quota?expand=0&rev=62
2025-05-15 14:59:43 +00:00
60de7a61a1 - Update to 4.10:
* Update Polish translation (Jan Kara)
  * quotasys: Make detection of QF_META format work for bcachefs (Jan Kara)
  * quotaio_xfs: Fix memory leak (Pavel Reichl)
  * setproject: Add support for bcachefs REINHERIT_ATTRS ioctl (Kent Overstreet)
  * setproject: Simple utility for setting projects on files/directories
    (Kent Overstreet)
  * Move user/group/project name translation into common.[ch] (Jan Kara)
  * Add support for bcachefs (Jan Kara)
  * Fix building on musl (Brahmajit Das)
  * quotaio_xfs: Convert remaining quotactl(2) calls to quotactl_handle()
    (Jan Kara)
  * quotaio_xfs: Fix quota-tools on XFS (Jan Kara)
  * quotaio_xfs: Fix error handling in xfs_read_dquot() (Jan Kara)
  * Disable BSD_BEHAVIOUR by default (Jan Kara)
  * quotaops: Checking egid with BSD_BEHAVIOR (Jan Kara)
  * Enable support for tmpfs quotas (Carlos Maiolino)
  * Add quotactl_fd() support (Carlos Maiolino)
  * Rename searched_dir->sd_dir to sd_isdir (Carlos Maiolino)
  * quota-nld: fix open PID file failed when systemd read it (lihaoxiang (F))
  * edquota: Fix editing of individual user grace times (Jan Kara)
  * setquota: Avoid false error messages when setting grace times (Jan Kara)
  * Make configure.ac POSIX compliant (Sam James)
  * Update required gettext version (Jan Kara)

OBS-URL: https://build.opensuse.org/package/show/Base:System/quota?expand=0&rev=74
2025-05-13 18:58:27 +00:00
5 changed files with 40 additions and 6 deletions

Binary file not shown.

3
quota-4.10.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a04a0cafca29c15be8b6ac660e06188bccb802c19efe2e7c19ed7f3d667ecf5e
size 551775

View File

@@ -1,3 +1,37 @@
-------------------------------------------------------------------
Tue Dec 9 11:04:12 UTC 2025 - Wolfgang Frisch <wolfgang.frisch@suse.com>
- Remove `PrivateDevices` systemd hardening from quotad.service because it
needs access to block devices in /dev (bsc#1254310).
-------------------------------------------------------------------
Sat May 10 18:37:20 UTC 2025 - Andrea Manzini <andrea.manzini@suse.com>
- Update to 4.10:
* Update Polish translation (Jan Kara)
* quotasys: Make detection of QF_META format work for bcachefs (Jan Kara)
* quotaio_xfs: Fix memory leak (Pavel Reichl)
* setproject: Add support for bcachefs REINHERIT_ATTRS ioctl (Kent Overstreet)
* setproject: Simple utility for setting projects on files/directories
(Kent Overstreet)
* Move user/group/project name translation into common.[ch] (Jan Kara)
* Add support for bcachefs (Jan Kara)
* Fix building on musl (Brahmajit Das)
* quotaio_xfs: Convert remaining quotactl(2) calls to quotactl_handle()
(Jan Kara)
* quotaio_xfs: Fix quota-tools on XFS (Jan Kara)
* quotaio_xfs: Fix error handling in xfs_read_dquot() (Jan Kara)
* Disable BSD_BEHAVIOUR by default (Jan Kara)
* quotaops: Checking egid with BSD_BEHAVIOR (Jan Kara)
* Enable support for tmpfs quotas (Carlos Maiolino)
* Add quotactl_fd() support (Carlos Maiolino)
* Rename searched_dir->sd_dir to sd_isdir (Carlos Maiolino)
* quota-nld: fix open PID file failed when systemd read it (lihaoxiang (F))
* edquota: Fix editing of individual user grace times (Jan Kara)
* setquota: Avoid false error messages when setting grace times (Jan Kara)
* Make configure.ac POSIX compliant (Sam James)
* Update required gettext version (Jan Kara)
-------------------------------------------------------------------
Fri Dec 9 08:30:21 UTC 2022 - Thorsten Kukuk <kukuk@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package quota
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
%define _fillupdir %{_localstatedir}/adm/fillup-templates
%endif
Name: quota
Version: 4.09
Version: 4.10
Release: 0
Summary: Disk Quota System
License: GPL-2.0-only
@@ -126,6 +126,7 @@ cp %{SOURCE1} %{buildroot}%{_fillupdir}/sysconfig.nfs-quota
%{_sbindir}/quotastats
%{_sbindir}/repquota
%{_sbindir}/setSystemQuotas.pl
%{_sbindir}/setproject
%{_sbindir}/setquota
%{_sbindir}/setquota-ldap.pl
%{_sbindir}/warnquota

View File

@@ -7,7 +7,6 @@ After=network.target
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
ProtectSystem=full
ProtectHome=true
PrivateDevices=true
ProtectHostname=true
ProtectClock=true
ProtectKernelTunables=true