autospec.spec: update some requirements of the autospec subpackages in order to always use the real package names instead of their aliases ('Provides' tag)
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
parent
770a201882
commit
b8c8ce7fbe
@ -47,6 +47,11 @@ Changes in version 1.12.6
|
||||
curl.download(): do use the curl options set by the function argument
|
||||
'--options' (or '-o') instead of the global variable '$curl_options'.
|
||||
|
||||
+ update
|
||||
* autospec.spec - Davide Madrisan:
|
||||
Update some requirements of the autospec subpackages in order to always use
|
||||
the real package names instead of their aliases ('Provides' tag).
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Changes in version 1.12.5
|
||||
|
@ -48,9 +48,9 @@ Installa autospec se sei un packager o se vuoi creare/aggiornare pacchetti rpm i
|
||||
Summary: Autospec plugins
|
||||
Summary(it): Plugin di autospec
|
||||
Group: Development/Tools
|
||||
Requires: %{name}-config = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: %{name}-config-%{distribution} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: %{name}-libs = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: %{name}-templates = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: %{name}-templates-%{distribution} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires: %{name}-tests = %{?epoch:%epoch:}%{version}-%{release}
|
||||
Requires(pre): rpm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user