summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Falk <oliver@linux-kernel.at>2013-09-17 12:15:38 +0200
committerOliver Falk <oliver@linux-kernel.at>2013-09-17 12:15:38 +0200
commit9507c8aacde1d1e3037aa12b9e5d9ad7f6250739 (patch)
tree50935c1e750a37d1bf1b8899834e5667f4499805
parentac3d3e811bd717d3ad0cb7536965ac30d4bd49fa (diff)
downloadlibstatgrab-el6.tar.gz
libstatgrab-el6.tar.xz
libstatgrab-el6.zip
* Fix requires (epoch)el6
-rw-r--r--libstatgrab.spec9
1 files changed, 6 insertions, 3 deletions
diff --git a/libstatgrab.spec b/libstatgrab.spec
index ff49b73..25355f3 100644
--- a/libstatgrab.spec
+++ b/libstatgrab.spec
@@ -4,7 +4,7 @@ Summary: Make system statistics
Name: libstatgrab
Version: 0.17
-Release: 1%{?dist}.1
+Release: 1%{?dist}.2
Epoch: 1
Source0: http://ftp.i-scream.org/pub/i-scream/%{name}/%{name}-%{version}.tar.gz
@@ -48,7 +48,7 @@ information like top, but - of course - OTHER informations.
%package devel
Summary: The development files from %{name}
Group: Development/Libraries
-Requires: %{name} = %{version}-%{release}
+Requires: %{name} = %{epoch}:%{version}-%{release}
Requires: pkgconfig
%description devel
@@ -59,7 +59,7 @@ use to develop libstatgrab based applications.
Summary: The example files from %{name}
License: GPLv2+
Group: Development/Tools
-Requires: %{name} = %{version}-%{release}
+Requires: %{name} = %{epoch}:%{version}-%{release}
%description examples
This package contains various examples used to show how
@@ -135,6 +135,9 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/vm_stats
%changelog
+* Tue Sep 17 2013 Oliver Falk <oliver@linux-kernel.at> - 1:0.17-1.2
+- Fix requires (epoch)
+
* Tue Sep 17 2013 Oliver Falk <oliver@linux-kernel.at> - 1:0.17-1.1
- Fix BZ#1008491 - too many broken deps