Fix typo in requires
This commit is contained in:
parent
62fdf2ffbb
commit
0b9f8fa9ee
@ -1,6 +1,6 @@
|
|||||||
Name: gssproxy
|
Name: gssproxy
|
||||||
Version: 0.5.0
|
Version: 0.5.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: GSSAPI Proxy
|
Summary: GSSAPI Proxy
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -20,7 +20,7 @@ BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
|||||||
Requires: krb5-libs >= 1.12.0
|
Requires: krb5-libs >= 1.12.0
|
||||||
Requires: keyutils-libs
|
Requires: keyutils-libs
|
||||||
Requires: libverto-tevent
|
Requires: libverto-tevent
|
||||||
Requires: libini_onfig
|
Requires: libini_config
|
||||||
Requires(post): systemd-units
|
Requires(post): systemd-units
|
||||||
Requires(preun): systemd-units
|
Requires(preun): systemd-units
|
||||||
Requires(postun): systemd-units
|
Requires(postun): systemd-units
|
||||||
@ -104,6 +104,9 @@ rm -rf %{buildroot}
|
|||||||
%systemd_postun_with_restart gssproxy.service
|
%systemd_postun_with_restart gssproxy.service
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 05 2016 Simo Sorce <simo@redhat.com> - 0.5.0-2
|
||||||
|
- Fix typo in requires
|
||||||
|
|
||||||
* Wed May 04 2016 Robbie Harwood <rharwood@redhat.com> - 0.5.0-1
|
* Wed May 04 2016 Robbie Harwood <rharwood@redhat.com> - 0.5.0-1
|
||||||
- Release new upstream version
|
- Release new upstream version
|
||||||
- Bump ini_config version for `ini_config_augment()`
|
- Bump ini_config version for `ini_config_augment()`
|
||||||
|
Loading…
Reference in New Issue
Block a user