Skip to content

Commit

Permalink
fix(wingpanel): proper devel and libs reference with epoch (#1148)
Browse files Browse the repository at this point in the history
Signed-off-by: madomado <[email protected]>
(cherry picked from commit 4fc464f)
  • Loading branch information
madonuko authored and raboneko committed Apr 30, 2024
1 parent ae5147d commit 8747447
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions anda/desktops/elementary/wingpanel/wingpanel.spec
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ BuildRequires: pkgconfig(mutter-clutter-14)
BuildRequires: pkgconfig(mutter-cogl-14)
BuildRequires: pkgconfig(mutter-cogl-pango-14)

Requires: %{name}-libs%{?_isa} = %{version}-%{release}
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}

# wingpanel ayatana appindicator support was abandoned by upstream
# wingpanel-indicator-ayatana-2.0.3-10.fc32 retired for fedora 33+
Expand All @@ -44,8 +44,8 @@ Obsoletes: wingpanel-indicator-ayatana < 2.0.3-11

%package libs
Summary: Stylish top panel (shared library)
Enhances: %{name} = %{version}-%{release}
Enhances: %{name}-devel = %{version}-%{release}
Enhances: %{name} = %{epoch}:%{version}-%{release}
Enhances: %{name}-devel = %{epoch}:%{version}-%{release}

%description libs %{common_description}

Expand All @@ -54,7 +54,7 @@ This package contains the shared library.

%package devel
Summary: Stylish top panel (development files)
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release}

%description devel %{common_description}

Expand Down

0 comments on commit 8747447

Please sign in to comment.