[devscripts] Add dependency on man for manpage-alert.

Ville Skyttä scop at fedoraproject.org
Mon Oct 7 20:31:14 UTC 2013


commit 622876b76c83a8531015011c9f096fe22e998710
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Mon Oct 7 23:31:05 2013 +0300

    Add dependency on man for manpage-alert.

 devscripts.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/devscripts.spec b/devscripts.spec
index 3bb915f..c823336 100644
--- a/devscripts.spec
+++ b/devscripts.spec
@@ -1,6 +1,6 @@
 Name:           devscripts
 Version:        2.13.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Scripts for Debian Package maintainers
 
 License:        GPLv2+
@@ -28,6 +28,8 @@ BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 
 Requires:       dpkg-dev
+# man for manpage-alert
+Requires:       %{_bindir}/man
 
 %description
 Scripts to make the life of a Debian Package maintainer easier.
@@ -64,6 +66,9 @@ rm -rf %{buildroot}%{_datadir}/doc
 
 
 %changelog
+* Mon Oct  7 2013 Ville Skyttä <ville.skytta at iki.fi> - 2.13.4-2
+- Add dependency on man for manpage-alert.
+
 * Mon Oct 07 2013 Sandro Mani <manisandro at gmail.com> - 2.13.4-1
 - Update to 2.13.4
 - Drop devscripts_item.patch


More information about the scm-commits mailing list