Tighten deps with the _isa macro
This commit is contained in:
parent
6036a6235b
commit
fd31bf3af2
@ -43,9 +43,9 @@ Applications can use the gnome-keyring library to integrate with the keyring.
|
||||
Summary: Pam module for unlocking keyrings
|
||||
License: LGPLv2+
|
||||
Group: Development/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
# for /lib/security
|
||||
Requires: pam
|
||||
Requires: pam%{?_isa}
|
||||
|
||||
%description pam
|
||||
The gnome-keyring-pam package contains a pam module that can
|
||||
@ -111,6 +111,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas >&/dev/null || :
|
||||
%changelog
|
||||
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
|
||||
- Update to 3.14.0
|
||||
- Tighten deps with the _isa macro
|
||||
|
||||
* Thu Sep 11 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-1
|
||||
- Update to 3.13.91
|
||||
|
Loading…
Reference in New Issue
Block a user