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
55f88176b7
commit
a79010bf52
@ -48,7 +48,7 @@ ExcludeArch: ppc
|
||||
Summary: 389 Directory Server (base)
|
||||
Name: 389-ds-base
|
||||
Version: 1.4.0.5
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}.1
|
||||
Release: %{?relprefix}1%{?prerel}%{?dist}.2
|
||||
License: GPLv3+
|
||||
URL: http://www.port389.org
|
||||
Group: System Environment/Daemons
|
||||
@ -600,6 +600,9 @@ fi
|
||||
%{python3_sitelib}/dirsrvtests*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1.4.0.5-1.2
|
||||
- Escape macros in %%changelog
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0.5-1.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
||||
@ -1779,8 +1782,8 @@ fi
|
||||
|
||||
* Mon Apr 11 2016 Noriko Hosoi <nhosoi@redhat.com> - 1.3.5.1-3
|
||||
- Release 1.3.5.1-3
|
||||
- Fixed the %if expression for use_nunc_stans.
|
||||
- Removed %if % {use_nunc_stans} from Source3 as well as from nunc_stans_ver.
|
||||
- Fixed the %%if expression for use_nunc_stans.
|
||||
- Removed %%if % {use_nunc_stans} from Source3 as well as from nunc_stans_ver.
|
||||
|
||||
* Mon Mar 28 2016 Noriko Hosoi <nhosoi@redhat.com> - 1.3.5.1-2
|
||||
- Release 1.3.5.1-2
|
||||
@ -1825,7 +1828,7 @@ fi
|
||||
- Ticket 48269 - RFE: need an easy way to detect locked accounts locked by inactivity.
|
||||
- Ticket 48270 - fail to index an attribute with a specific matching rule/48269
|
||||
- Ticket 48280 - enable logging of internal ops in the audit log
|
||||
- Ticket 48285 - The dirsrv user/group should be created in rpm %pre, and ideally with fixed uid/gid
|
||||
- Ticket 48285 - The dirsrv user/group should be created in rpm %%pre, and ideally with fixed uid/gid
|
||||
- Ticket 48289 - 389-ds-base: ldclt-bin killed by SIGSEGV
|
||||
- Ticket 48290 - No man page entry for - option '-u' of dbgen.pl for adding group entries with uniquemembers
|
||||
- Ticket 48294 - Linked Attributes plug-in - won't update links after MODRDN operation
|
||||
@ -2442,7 +2445,7 @@ fi
|
||||
- Ticket 47831 - server restart wipes out index config if there is a default index
|
||||
- Ticket 47817 - The error result text message should be obtained just prior to sending result
|
||||
- Ticket 47815 - Add operations rejected by betxn plugins remain in cache
|
||||
- Ticket 47809 - find a way to remove replication plugin errors messages "changelog iteration code returned a dummy entry with csn %s, skipping ..."
|
||||
- Ticket 47809 - find a way to remove replication plugin errors messages "changelog iteration code returned a dummy entry with csn %%s, skipping ..."
|
||||
- Ticket 47704 - invalid sizelimits in aci group evaluation
|
||||
- Ticket 47813 - remove "goto bail" from previous commit
|
||||
- Ticket 47813 - managed entry plugin fails to update member pointer on modrdn operation
|
||||
@ -3661,7 +3664,7 @@ ice is restarted
|
||||
- Bug 663597 - Memory leaks in normalization code
|
||||
|
||||
* Tue Dec 14 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.4-2
|
||||
- Resolves: bug 656541 - use %ghost on files in /var/lock
|
||||
- Resolves: bug 656541 - use %%ghost on files in /var/lock
|
||||
|
||||
* Fri Dec 10 2010 Rich Megginson <rmeggins@redhat.com> - 1.2.7.4-1
|
||||
- 1.2.7.4 release - git tag 389-ds-base-1.2.7.4
|
||||
@ -3850,8 +3853,8 @@ ions
|
||||
|
||||
* Mon Sep 14 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.3-1
|
||||
- 1.2.3 release
|
||||
- added template-initconfig to %files
|
||||
- %posttrans now runs update to update the server instances
|
||||
- added template-initconfig to %%files
|
||||
- %%posttrans now runs update to update the server instances
|
||||
- servers are shutdown, then restarted if running before install
|
||||
- scriptlets mostly use lua now to pass data among scriptlet phases
|
||||
|
||||
@ -3859,7 +3862,7 @@ ions
|
||||
- rebuild with new openssl to fix dependencies
|
||||
|
||||
* Tue Aug 25 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.2-1
|
||||
- backed out - added template-initconfig to %files - this change is for the next major release
|
||||
- backed out - added template-initconfig to %%files - this change is for the next major release
|
||||
- bump version to 1.2.2
|
||||
- fix reopened 509472 db2index all does not reindex all the db backends correctly
|
||||
- fix 518520 - pre hashed salted passwords do not work
|
||||
@ -3870,7 +3873,7 @@ ions
|
||||
- rebuilt with new openssl
|
||||
|
||||
* Wed Aug 19 2009 Noriko Hosoi <nhosoi@redhat.com> - 1.2.1-4
|
||||
- added template-initconfig to %files
|
||||
- added template-initconfig to %%files
|
||||
|
||||
* Wed Aug 12 2009 Rich Megginson <rmeggins@redhat.com> - 1.2.1-3
|
||||
- added BuildRequires pcre
|
||||
|
Loading…
Reference in New Issue
Block a user