[packages/libcap-ng/LIBCAP_NG_0_7_8] - rel 5; fix epoch dpes
arekm
arekm at pld-linux.org
Sun Sep 9 18:08:28 CEST 2018
commit 19313a42cabd0af4ddf4d740815e78292ce44b22
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Sun Sep 9 18:08:21 2018 +0200
- rel 5; fix epoch dpes
libcap-ng.spec | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/libcap-ng.spec b/libcap-ng.spec
index ed993d3..fab36f3 100644
--- a/libcap-ng.spec
+++ b/libcap-ng.spec
@@ -12,7 +12,7 @@ Summary: Next Generation of POSIX capabilities library
Summary(pl.UTF-8): Biblioteka POSIX capabilities nowej generacji
Name: libcap-ng
Version: 0.7.8
-Release: 4
+Release: 5
Epoch: 1
License: LGPL v2.1+ (library), GPL v2+ (utilities)
Group: Libraries
@@ -59,7 +59,7 @@ Summary: Static libcap-ng library
Summary(pl.UTF-8): Statyczna biblioteka libcap-ng
License: LGPL v2.1+
Group: Development/Libraries
-Requires: %{name}-devel = %{version}-%{release}
+Requires: %{name}-devel = %{epoch}:%{version}-%{release}
%description static
Static libcap-ng library.
@@ -72,7 +72,7 @@ Summary: Utilities for analysing and setting file capabilities
Summary(pl.UTF-8): Narzędzia do analizy i ustawiania capabilities dla plików
License: GPL v2+
Group: Applications/System
-Requires: %{name} = %{version}-%{release}
+Requires: %{name} = %{epoch}:%{version}-%{release}
%description utils
This package contains applications to analyse the POSIX capabilities
@@ -88,7 +88,7 @@ capabilities w systemie plików.
Summary: Python 2 interface to libcap-ng library
Summary(pl.UTF-8): Interfejs Pythona 2 do biblioteki libcap-ng
Group: Libraries/Python
-Requires: %{name} = %{version}-%{release}
+Requires: %{name} = %{epoch}:%{version}-%{release}
%description -n python-capng
Python 2 interface to libcap-ng library.
@@ -100,7 +100,7 @@ Interfejs Pythona 2 do biblioteki libcap-ng.
Summary: Python 3 interface to libcap-ng library
Summary(pl.UTF-8): Interfejs Pythona 3 do biblioteki libcap-ng
Group: Libraries/Python
-Requires: %{name} = %{version}-%{release}
+Requires: %{name} = %{epoch}:%{version}-%{release}
%description -n python3-capng
Python 3 interface to libcap-ng library.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libcap-ng.git/commitdiff/19313a42cabd0af4ddf4d740815e78292ce44b22
More information about the pld-cvs-commit
mailing list