Accepting request 122940 from home:rudi_m:branches:Base:System

- remove useless autmake dependency (it was introduced in rev. 27 where it was
  needed because of git exported sources)

OBS-URL: https://build.opensuse.org/request/show/122940
OBS-URL: https://build.opensuse.org/package/show/Base:System/cronie?expand=0&rev=101
This commit is contained in:
Richard Biener 2012-05-31 08:49:17 +00:00 committed by Git OBS Bridge
parent fc016ff0c3
commit 34c88ae65e
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 30 14:49:41 UTC 2012 - sweet_f_a@gmx.de
- remove useless autmake dependency
-------------------------------------------------------------------
Tue Apr 10 14:28:34 UTC 2012 - tabraham@novell.com

View File

@ -21,7 +21,6 @@
Name: cronie
BuildRequires: audit-devel
BuildRequires: automake
BuildRequires: libselinux-devel
BuildRequires: pam-devel
BuildRequires: systemd
@ -104,7 +103,6 @@ overloaded in settings.
cp %{S:7} ./cron_to_cronie.README
%build
autoreconf -fiv
# fill macro CRON_VERSION it is used in top three lines of crontab file,should be reworked
export CFLAGS="$RPM_OPT_FLAGS -DCRON_VERSION=\\\"%{version}\\\""
export LDFLAGS="-Wl,-z,relro,-z,now,-z,defs"