- Version bump to 4.02 release

* Mostly few trivial fixes.
- Properly run all systemd calls on services

OBS-URL: https://build.opensuse.org/package/show/Base:System/quota?expand=0&rev=41
This commit is contained in:
Tomáš Chvátal 2014-11-28 10:19:47 +00:00 committed by Git OBS Bridge
parent 78bdd5f1ae
commit 3bdb06c223
4 changed files with 16 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Nov 28 10:19:05 UTC 2014 - tchvatal@suse.com
- Version bump to 4.02 release
* Mostly few trivial fixes.
- Properly run all systemd calls on services
-------------------------------------------------------------------
Wed Nov 19 03:05:00 UTC 2014 - Led <ledest@gmail.com>

View File

@ -17,13 +17,13 @@
Name: quota
Version: 4.01_git201405011753
Version: 4.02
Release: 0
Summary: Disk Quota System
License: GPL-2.0 and BSD-3-Clause
Group: System/Filesystems
Url: http://sourceforge.net/projects/linuxquota/
Source0: %{name}-%{version}.tar.xz
Source0: http://downloads.sourceforge.net/project/linuxquota/quota-tools/%{version}/%{name}-%{version}.tar.gz
Source1: sysconfig.nfs-quota
Source2: quotad.service
Source3: quotad_env.sh
@ -61,7 +61,7 @@ Provides: quota:%{_initddir}/quotad
The quotad init script, which provides quota support on NFS mounts.
%prep
%setup -q
%setup -q -n quota-tools
%patch1
%patch2
@ -92,6 +92,9 @@ cp %{SOURCE1} %{buildroot}%{_localstatedir}/adm/fillup-templates/sysconfig.nfs-q
%find_lang %{name}
%pre nfs
%service_add_pre quotad.service
%post nfs
%{fillup_only -an nfs}
%service_add_post quotad.service