Escape macros in %changelog
Reference: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/Y2ZUKK2B7T2IKXPMODNF6HB2O5T5TS6H/ Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
This commit is contained in:
parent
68dc57146e
commit
a95ad05090
13
libqb.spec
13
libqb.spec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: libqb
|
Name: libqb
|
||||||
Version: 1.0.3
|
Version: 1.0.3
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: An IPC library for high performance servers
|
Summary: An IPC library for high performance servers
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -70,6 +70,9 @@ developing applications that use %{name}.
|
|||||||
%{_mandir}/man3/qb*3*
|
%{_mandir}/man3/qb*3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.0.3-3
|
||||||
|
- Escape macros in %%changelog
|
||||||
|
|
||||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-2
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.3-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
@ -148,7 +151,7 @@ developing applications that use %{name}.
|
|||||||
https://github.com/ClusterLabs/libqb/releases/tag/v1.0rc4
|
https://github.com/ClusterLabs/libqb/releases/tag/v1.0rc4
|
||||||
https://github.com/ClusterLabs/libqb/releases/tag/v1.0
|
https://github.com/ClusterLabs/libqb/releases/tag/v1.0
|
||||||
- Adapt spec file per the upstream version (drop defattr statements,
|
- Adapt spec file per the upstream version (drop defattr statements,
|
||||||
autogen.sh call with %build, conditionalize build process)
|
autogen.sh call with %%build, conditionalize build process)
|
||||||
- Add gcc as an explicit BuildRequires (required per the new guidelines)
|
- Add gcc as an explicit BuildRequires (required per the new guidelines)
|
||||||
- Do not depend on the rpmbuild-imposed man page archiving method
|
- Do not depend on the rpmbuild-imposed man page archiving method
|
||||||
|
|
||||||
@ -441,12 +444,12 @@ ipc example: add -e (events) option
|
|||||||
IPC: if the server returns EAGAIN or ETIMEOUT the check the connection
|
IPC: if the server returns EAGAIN or ETIMEOUT the check the connection
|
||||||
LOG: make it possible to fsync() on each file log.
|
LOG: make it possible to fsync() on each file log.
|
||||||
IPC: make sure that the created callback happens before dispatches
|
IPC: make sure that the created callback happens before dispatches
|
||||||
LOG: fix the printing of %p in the blackbox
|
LOG: fix the printing of %%p in the blackbox
|
||||||
IPC: On bsd's use the notifier for responses
|
IPC: On bsd's use the notifier for responses
|
||||||
IPC: interpret ECONNRESET and EPIPE as ENOTCONN
|
IPC: interpret ECONNRESET and EPIPE as ENOTCONN
|
||||||
cleanup some warnings
|
cleanup some warnings
|
||||||
config: use newer AC_COMPILE_IFELSE()
|
config: use newer AC_COMPILE_IFELSE()
|
||||||
blackbox: fix %p formatting
|
blackbox: fix %%p formatting
|
||||||
LOG: put all fields in the blackbox (added priority and tags)
|
LOG: put all fields in the blackbox (added priority and tags)
|
||||||
example: make the priority uint8_t
|
example: make the priority uint8_t
|
||||||
Remove strerror out of check_funcs
|
Remove strerror out of check_funcs
|
||||||
@ -579,7 +582,7 @@ Wed Mar 7 2012 Angus Salkeld <asalkeld@redhat.com> - 0.11.0-1
|
|||||||
- LOOP: add a function to delete jobs
|
- LOOP: add a function to delete jobs
|
||||||
- LOG: remove debug printf's
|
- LOG: remove debug printf's
|
||||||
- LOG: remove an old/incorrect doxygen comment.
|
- LOG: remove an old/incorrect doxygen comment.
|
||||||
- LOG: add a hostname %H format specifier.
|
- LOG: add a hostname %%H format specifier.
|
||||||
- LOG: Add qb_log_filter_fn_set()
|
- LOG: Add qb_log_filter_fn_set()
|
||||||
|
|
||||||
* Tue Feb 14 2012 Angus Salkeld <asalkeld@redhat.com> - 0.10.1-1
|
* Tue Feb 14 2012 Angus Salkeld <asalkeld@redhat.com> - 0.10.1-1
|
||||||
|
Loading…
Reference in New Issue
Block a user