Fixed epoch in -doc sub-package.

epel9
Vít Ondruch 12 years ago
parent 07b9d2a26d
commit 669642df4b

@ -5,7 +5,7 @@ Summary: Common API for connecting web frameworks, web servers and layers
# Introduce Epoch (related to bug 552972)
Epoch: 1
Version: 1.4.1
Release: 1%{?dist}
Release: 2%{?dist}
Group: Development/Languages
License: MIT
URL: http://rubyforge.org/projects/%{gem_name}/
@ -25,7 +25,7 @@ web servers and layers of software in between
%package doc
Summary: Documentation for %{name}
Group: Documentation
Requires: %{name} = %{version}-%{release}
Requires: %{name} = %{epoch}:%{version}-%{release}
BuildArch: noarch
%description doc
@ -89,6 +89,9 @@ popd
%changelog
* Thu Nov 01 2012 Vít Ondruch <vondruch@redhat.com> - 1:1.4.1-2
- Fixed epoch in -doc sub-package.
* Mon Oct 29 2012 Vít Ondruch <vondruch@redhat.com> - 1:1.4.1-1
- Update to Rack 1.4.1.
- Documentation moved into subpackage.

Loading…
Cancel
Save