diff --git a/quota-4.01_git201405011753.tar.xz b/quota-4.01_git201405011753.tar.xz deleted file mode 100644 index fde8863..0000000 --- a/quota-4.01_git201405011753.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ccde4e989fb3a666f62fe6f139192bf5faab80a3b80beb67e326a3fe92ab3636 -size 211284 diff --git a/quota-4.02.tar.gz b/quota-4.02.tar.gz new file mode 100644 index 0000000..7b50900 --- /dev/null +++ b/quota-4.02.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4c2f48abf94bbdc396df33d276f2e9d19af58c232cb85eef9c174a747c33795 +size 489289 diff --git a/quota.changes b/quota.changes index a980263..c16f4cf 100644 --- a/quota.changes +++ b/quota.changes @@ -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 diff --git a/quota.spec b/quota.spec index 345b788..75237b5 100644 --- a/quota.spec +++ b/quota.spec @@ -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