* Wed May 5 2021 Klaus Wenninger <kwenning@redhat.com> - 2.1.0-0.2.rc1
- remove PCMK_TIME_EMERGENCY_CGT not present in pacemaker codebase anymore - enable Pacemaker-2.0-compatibility for a fedora versions
This commit is contained in:
parent
c8cc15254d
commit
e7aab8014f
@ -19,7 +19,7 @@
|
||||
## can be incremented to build packages reliably considered "newer"
|
||||
## than previously built packages with the same pcmkversion)
|
||||
%global pcmkversion 2.1.0
|
||||
%global specversion 1
|
||||
%global specversion 2
|
||||
|
||||
## Upstream commit (or git tag, such as "Pacemaker-" plus the
|
||||
## {pcmkversion} macro for an official release) to use for this package
|
||||
@ -97,7 +97,7 @@
|
||||
## Distro-specific configuration choices
|
||||
|
||||
### Use 2.0-style output when other distro packages don't support current output
|
||||
%if 0%{?fedora} && 0%{?fedora} <= 34
|
||||
%if 0%{?fedora}
|
||||
%global compat20 --enable-compat-2.0
|
||||
%endif
|
||||
|
||||
@ -379,9 +379,6 @@ export LDFLAGS_HARDENED_LIB="%{?_hardening_ldflags}"
|
||||
|
||||
./autogen.sh
|
||||
|
||||
# Rawhide glibc doesn't like ftime at all
|
||||
export CPPFLAGS="-UPCMK_TIME_EMERGENCY_CGT $CPPFLAGS"
|
||||
|
||||
%{configure} \
|
||||
PYTHON=%{python_path} \
|
||||
%{!?with_hardening: --disable-hardening} \
|
||||
@ -719,6 +716,10 @@ exit 0
|
||||
%license %{nagios_name}-%{nagios_hash}/COPYING
|
||||
|
||||
%changelog
|
||||
* Wed May 5 2021 Klaus Wenninger <kwenning@redhat.com> - 2.1.0-0.2.rc1
|
||||
- remove PCMK_TIME_EMERGENCY_CGT not present in pacemaker codebase anymore
|
||||
- enable Pacemaker-2.0-compatibility for a fedora versions
|
||||
|
||||
* Tue May 4 2021 Klaus Wenninger <kwenning@redhat.com> - 2.1.0-0.1.rc1
|
||||
- Update for new upstream tarball for release candidate: Pacemaker-2.1.0-rc1,
|
||||
for full details, see included ChangeLog file or
|
||||
|
Loading…
Reference in New Issue
Block a user