rpmlint warnings: macro in comment/changelog
This commit is contained in:
parent
b6085c259f
commit
8f315f552e
@ -511,7 +511,7 @@ exit 0
|
||||
|
||||
%triggerin servers -- libdb
|
||||
|
||||
# libdb upgrade (setup for %triggerun)
|
||||
# libdb upgrade (setup for %%triggerun)
|
||||
if [ $2 -eq 2 ]; then
|
||||
# we are interested in minor version changes (both versions of db4 are installed at this moment)
|
||||
if [ "$(rpm -q --qf="%%{version}\n" libdb | sed 's/\.[0-9]*$//' | sort -u | wc -l)" != "1" ]; then
|
||||
@ -526,7 +526,7 @@ exit 0
|
||||
|
||||
%triggerun servers -- libdb
|
||||
|
||||
# libdb upgrade (finish %triggerin)
|
||||
# libdb upgrade (finish %%triggerin)
|
||||
if [ -f %{_sharedstatedir}/ldap/rpm_upgrade_libdb ]; then
|
||||
if /bin/systemctl --quiet is-active slapd.service; then
|
||||
/bin/systemctl stop slapd.service
|
||||
@ -791,7 +791,7 @@ exit 0
|
||||
- rebuilt with new openssl
|
||||
|
||||
* Tue Aug 25 2009 Jan Zeleny <jzeleny@redhat.com> 2.4.16-4
|
||||
- updated %pre script to correctly install openldap group
|
||||
- updated %%pre script to correctly install openldap group
|
||||
|
||||
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.16-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user