Accepting request 148479 from systemsmanagement

- remove suse_update_config (forwarded request 148206 from coolo)

OBS-URL: https://build.opensuse.org/request/show/148479
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cfengine?expand=0&rev=30
This commit is contained in:
Stephan Kulow 2013-01-14 21:19:51 +00:00 committed by Git OBS Bridge
commit 69ee0e63ce
2 changed files with 6 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Jan 12 19:06:06 UTC 2013 - coolo@suse.com
- remove suse_update_config
-------------------------------------------------------------------
Fri Dec 14 08:06:06 UTC 2012 - kkaempf@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package cfengine
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -145,9 +145,6 @@ This package contains the files of the cfengine server.
find ./examples -type f -name "*.cf" -exec perl -p -i -e 's|\r\n|\n|,s|^# Foundation.*|# Foundation, 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA|' {} \;
%build
%if 0%{?suse_version}
%{suse_update_config -f}
%endif
#autoreconf -fi
CC=gcc CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
%configure \