]> git.pld-linux.org Git - packages/libcap-ng.git/commitdiff
- rel 5; fix epoch dpes auto/th/libcap-ng-0.7.8-5
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 9 Sep 2018 16:08:21 +0000 (18:08 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 9 Sep 2018 16:08:21 +0000 (18:08 +0200)
libcap-ng.spec

index ed993d3f2c359689acac870df766e900c59e5330..fab36f381fa8d7c96e6a4b900448fa65c4092bb1 100644 (file)
@@ -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.
This page took 0.192418 seconds and 4 git commands to generate.