forked from pool/quota
Accepting request 97883 from Base:System
- remove call to suse_update_config (very old work around) (forwarded request 97730 from coolo) OBS-URL: https://build.opensuse.org/request/show/97883 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/quota?expand=0&rev=35
This commit is contained in:
commit
e85486f9fc
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 21 10:31:45 UTC 2011 - coolo@suse.com
|
||||
|
||||
- remove call to suse_update_config (very old work around)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 2 08:52:52 UTC 2011 - cfarrell@suse.com
|
||||
|
||||
- license update: GPL-2.0 and BSD-3-Clause
|
||||
Package is dual licensed. Also, use SPDX format
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 1 15:58:05 UTC 2011 - coolo@suse.com
|
||||
|
||||
- add automake as buildrequire to avoid implicit dependency
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 30 16:01:22 UTC 2011 - uli@suse.com
|
||||
|
||||
|
19
quota.spec
19
quota.spec
@ -15,19 +15,21 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: quota
|
||||
BuildRequires: dbus-1-devel e2fsprogs-devel libnl-1_1-devel pkg-config tcpd-devel
|
||||
BuildRequires: automake
|
||||
BuildRequires: dbus-1-devel
|
||||
BuildRequires: e2fsprogs-devel
|
||||
BuildRequires: libnl-1_1-devel
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: tcpd-devel
|
||||
Version: 4.00
|
||||
Release: 1
|
||||
Release: 0
|
||||
PreReq: %insserv_prereq %fillup_prereq
|
||||
AutoReqProv: on
|
||||
Group: System/Filesystems
|
||||
License: GPLv2
|
||||
Url: http://sourceforge.net/projects/linuxquota/
|
||||
Summary: Disk Quota System
|
||||
License: GPL-2.0 and BSD-3-Clause
|
||||
Group: System/Filesystems
|
||||
Source: %{name}-%{version}-pre1.tar.gz
|
||||
Source1: %{name}-SUSE.tar.bz2
|
||||
Patch1: %{name}-3.17-makefile.patch
|
||||
@ -51,9 +53,7 @@ Authors:
|
||||
Jan Kara <jack@suse.cz>
|
||||
|
||||
%package nfs
|
||||
License: GPLv2
|
||||
Summary: Disk Quota System on NFS
|
||||
Group: System/Filesystems
|
||||
Requires: quota = %version
|
||||
PreReq: %insserv_prereq %fillup_prereq
|
||||
# Require the services needed to be present for quotad service: portmap, nfsserver, network
|
||||
@ -84,7 +84,6 @@ find -type d -name CVS -exec rm -rf {} \; -prune
|
||||
find -type d | xargs chmod 755
|
||||
|
||||
%build
|
||||
%{suse_update_config -f}
|
||||
aclocal --force
|
||||
autoconf --force
|
||||
%configure \
|
||||
|
Loading…
x
Reference in New Issue
Block a user