Accepting request 97730 from home:coolo:removeautoconf

- remove call to suse_update_config (very old work around)

OBS-URL: https://build.opensuse.org/request/show/97730
OBS-URL: https://build.opensuse.org/package/show/Base:System/quota?expand=0&rev=23
This commit is contained in:
Stephan Kulow 2011-12-22 12:42:26 +00:00 committed by Git OBS Bridge
parent 7c69bc021b
commit 4bf8b2ebb6
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
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

View File

@ -15,6 +15,7 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: quota
BuildRequires: automake
BuildRequires: dbus-1-devel
@ -25,10 +26,10 @@ BuildRequires: tcpd-devel
Version: 4.00
Release: 0
PreReq: %insserv_prereq %fillup_prereq
Group: System/Filesystems
License: GPL-2.0 and BSD-3-Clause
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
@ -83,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 \