summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Falk <oliver@linux-kernel.at>2013-09-17 12:17:40 +0200
committerOliver Falk <oliver@linux-kernel.at>2013-09-17 12:17:40 +0200
commit756dce637df464bcf880627f1927c26e9859a9f0 (patch)
treea89524b3834abd72474099bbc6cfdc470366c84a
parentc921f06dc057a4d9737b84ef582b064e43722dbb (diff)
downloadlibstatgrab-f19.tar.gz
libstatgrab-f19.tar.xz
libstatgrab-f19.zip
* Fix requires (epoch)f19epel7
-rw-r--r--libstatgrab.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/libstatgrab.spec b/libstatgrab.spec
index 24b667d..90a73ef 100644
--- a/libstatgrab.spec
+++ b/libstatgrab.spec
@@ -2,7 +2,7 @@
Name: libstatgrab
Version: 0.17
-Release: 4%{?dist}.1
+Release: 4%{?dist}.2
Epoch: 1
Summary: A library that provides cross platform access to statistics about the system
License: LGPLv2+
@@ -40,7 +40,7 @@ information like top, but - of course - OTHER informations.
%package devel
Summary: The development files from %{name}
-Requires: %{name}%{?_isa} = %{version}-%{release}
+Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
%description devel
This package contains header files and man pages for those
@@ -49,7 +49,7 @@ use to develop libstatgrab based applications.
%package examples
Summary: The example files from %{name}
License: GPLv2+
-Requires: %{name}%{?_isa} = %{version}-%{release}
+Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
%description examples
This package contains various examples used to show how
@@ -116,6 +116,9 @@ find %{buildroot} -name '*.la' -delete
%{_mandir}/*/saidar*
%changelog
+* Tue Sep 17 2013 Oliver Falk <oliver@linux-kernel.at> - 1:0.17-4.2
+- Fix requires (epoch)
+
* Tue Sep 17 2013 Oliver Falk <oliver@linux-kernel.at> - 1:0.17-4.1
- Fix BZ#1008491 - too many broken deps