diff options
author | François Andriot <[email protected]> | 2021-05-13 20:36:43 +0200 |
---|---|---|
committer | François Andriot <[email protected]> | 2021-05-13 22:40:29 +0200 |
commit | ec1c5eaa0e86bf9f34c15e86675834683fbcbbfb (patch) | |
tree | be508994d0f2dc1c9c4a8165249f65f51ae84f50 /redhat/applications/tde-style-ia-ora | |
parent | 53213b648bf2965b5a0b272163acd5f3c7703b09 (diff) | |
download | tde-packaging-ec1c5eaa0e86bf9f34c15e86675834683fbcbbfb.tar.gz tde-packaging-ec1c5eaa0e86bf9f34c15e86675834683fbcbbfb.zip |
RPM: update all 'Obsoletes' and 'Provides' statement to avoid build warnings
Signed-off-by: François Andriot <[email protected]>
Diffstat (limited to 'redhat/applications/tde-style-ia-ora')
-rw-r--r-- | redhat/applications/tde-style-ia-ora/tde-style-ia-ora.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/redhat/applications/tde-style-ia-ora/tde-style-ia-ora.spec b/redhat/applications/tde-style-ia-ora/tde-style-ia-ora.spec index 817a2a691..eee02ddbb 100644 --- a/redhat/applications/tde-style-ia-ora/tde-style-ia-ora.spec +++ b/redhat/applications/tde-style-ia-ora/tde-style-ia-ora.spec @@ -76,8 +76,8 @@ BuildRequires: openssl-devel Requires: trinity-twin -Obsoletes: trinity-style-ia-ora < %{version}-%{release} -Provides: trinity-style-ia-ora = %{version}-%{release} +Obsoletes: trinity-style-ia-ora < %{?epoch:%{epoch}:}%{version}-%{release} +Provides: trinity-style-ia-ora = %{?epoch:%{epoch}:}%{version}-%{release} %description Mandriva theme for Trinity |