SHA256
1
0
forked from pool/quota

Accepting request 235599 from home:elvigia:branches:Base:System

- Update to current git 4.01_git201405011753
* mostly bugfixes and documentation update
* Most important reason for this update is to get rid of libnl1
  from the Base installation as this is one of the few packages
  that used to require it, now migrated to libnl3.

OBS-URL: https://build.opensuse.org/request/show/235599
OBS-URL: https://build.opensuse.org/package/show/Base:System/quota?expand=0&rev=37
This commit is contained in:
Tomáš Chvátal
2014-06-12 08:03:40 +00:00
committed by Git OBS Bridge
parent fec4a65a53
commit e7c08ba94f
5 changed files with 62 additions and 104 deletions

View File

@@ -17,24 +17,26 @@
Name: quota
Version: 4.01
Version: 4.01_git201405011753
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.gz
Source0: %{name}-%{version}.tar.xz
Source1: sysconfig.nfs-quota
Source2: quotad.service
Source3: quotad_env.sh
Patch1: %{name}-4.00-makefile.patch
Patch2: %{name}-4.01-warnquota.patch
BuildRequires: automake
BuildRequires: dbus-1-devel
BuildRequires: e2fsprogs-devel
BuildRequires: libnl-1_1-devel
BuildRequires: pkg-config
BuildRequires: systemd
BuildRequires: tcpd-devel
BuildRequires: pkgconfig(libnl-3.0) >= 3.1
BuildRequires: pkgconfig(libnl-genl-3.0)
BuildRequires: pkgconfig(systemd)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -59,11 +61,12 @@ Provides: quota:%{_initddir}/quotad
The quotad init script, which provides quota support on NFS mounts.
%prep
%setup -q -n quota-tools
%setup -q
%patch1
%patch2
%build
autoreconf -fiv
%configure \
--sysconfdir=%{_sysconfdir} \
--enable-netlink \