remove "Requires(pretrans): systemd" since its not possible
- when installing mariadb and systemd at the same time. as in a new install
This commit is contained in:
parent
5bfa689cc1
commit
6c646d81fc
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: mariadb
|
Name: mariadb
|
||||||
Version: 5.5.32
|
Version: 5.5.32
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
|
|
||||||
Summary: A community developed branch of MySQL
|
Summary: A community developed branch of MySQL
|
||||||
@ -134,7 +134,6 @@ Requires(pre): systemd
|
|||||||
Requires(post): systemd
|
Requires(post): systemd
|
||||||
Requires(preun): systemd
|
Requires(preun): systemd
|
||||||
Requires(postun): systemd
|
Requires(postun): systemd
|
||||||
Requires(pretrans): systemd
|
|
||||||
Requires(posttrans): systemd
|
Requires(posttrans): systemd
|
||||||
# This is actually needed for the %%triggerun script but Requires(triggerun)
|
# This is actually needed for the %%triggerun script but Requires(triggerun)
|
||||||
# is not valid. We can use %%post because this particular %%triggerun script
|
# is not valid. We can use %%post because this particular %%triggerun script
|
||||||
@ -739,6 +738,10 @@ fi
|
|||||||
%{_mandir}/man1/mysql_client_test.1*
|
%{_mandir}/man1/mysql_client_test.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 28 2013 Dennis Gilmore <dennis@ausil.us> - 5.5.32-5
|
||||||
|
- remove "Requires(pretrans): systemd" since its not possible
|
||||||
|
- when installing mariadb and systemd at the same time. as in a new install
|
||||||
|
|
||||||
* Sat Jul 27 2013 Kevin Fenzi <kevin@scrye.com> 5.5.32-4
|
* Sat Jul 27 2013 Kevin Fenzi <kevin@scrye.com> 5.5.32-4
|
||||||
- Set rpm doc macro to install docs in unversioned dir
|
- Set rpm doc macro to install docs in unversioned dir
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user