- Update to 3.5.0 - Release Candidate
OBS-URL: https://build.opensuse.org/package/show/systemsmanagement/cfengine?expand=0&rev=49
This commit is contained in:
parent
5dd3a67a9c
commit
ae33c2c20a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c85472e45a572a26617b5b17476d3cc7e541757928edcc89c6fe2e9e3f9adcb7
|
|
||||||
size 4774388
|
|
3
cfengine-3.5.0rc.tar.gz
Normal file
3
cfengine-3.5.0rc.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:70673ffdabd426f395915dd89a7b3a58b95c04ce991c8ae1085b3bd3253d36a9
|
||||||
|
size 1031645
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 7 10:00:36 UTC 2013 - kkaempf@suse.com
|
||||||
|
|
||||||
|
- Update to 3.5.0 - Release Candidate
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 15 11:58:21 UTC 2013 - kkaempf@suse.com
|
Wed May 15 11:58:21 UTC 2013 - kkaempf@suse.com
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ Name: cfengine
|
|||||||
Summary: CFEngine automates large-scale IT computing infrastructure
|
Summary: CFEngine automates large-scale IT computing infrastructure
|
||||||
License: GPL-3.0
|
License: GPL-3.0
|
||||||
Group: Productivity/Networking/System
|
Group: Productivity/Networking/System
|
||||||
Version: 3.5.0b1
|
Version: 3.5.0rc
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://www.cfengine.org/
|
Url: http://www.cfengine.org/
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
@ -143,7 +143,7 @@ This package contains the files of the cfengine server.
|
|||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n core-%{version}
|
||||||
##### rpmlint
|
##### rpmlint
|
||||||
#### wrong-file-end-of-line-encoding
|
#### wrong-file-end-of-line-encoding
|
||||||
#### incorrect-fsf-address
|
#### incorrect-fsf-address
|
||||||
@ -151,7 +151,7 @@ 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|' {} \;
|
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
|
%build
|
||||||
#autoreconf -fi
|
autoreconf -fi
|
||||||
CC=gcc CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
|
CC=gcc CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
@ -329,7 +329,7 @@ fi
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
%doc README
|
# %doc README
|
||||||
%doc ChangeLog
|
%doc ChangeLog
|
||||||
%{_sbindir}/cf-agent
|
%{_sbindir}/cf-agent
|
||||||
%{_sbindir}/cf-execd
|
%{_sbindir}/cf-execd
|
||||||
@ -348,7 +348,7 @@ fi
|
|||||||
%{_sbindir}/rccf-monitord
|
%{_sbindir}/rccf-monitord
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%{_mandir}/man?/*
|
# %{_mandir}/man?/*
|
||||||
%dir %{basedir}
|
%dir %{basedir}
|
||||||
/var/%{name}
|
/var/%{name}
|
||||||
%exclude %{basedir}/backup
|
%exclude %{basedir}/backup
|
||||||
|
Loading…
Reference in New Issue
Block a user