aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.am1
-rw-r--r--NEWS1
-rwxr-xr-xfind-provides.perl.in4
3 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 04c3f40..a18a681 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -55,7 +55,6 @@ pkg_scripts = \
pkg_gscripts = \
find-provides \
find-requires \
- find-provides.perl \
gi-find-deps.sh
pkg_scripts_in = $(pkg_gscripts:=.in)
diff --git a/NEWS b/NEWS
index a10c55d..ddc3707 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,5 @@
- fix typo that breaks emiting maven provides
+- kill unused find-provides.perl.in
Version 1.151 - 26 Jul 2012, by Thierry Vignaud
- fix %_libexecdir that changed to %_libdir when mga forked mdv
diff --git a/find-provides.perl.in b/find-provides.perl.in
deleted file mode 100755
index 986e7c0..0000000
--- a/find-provides.perl.in
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-exec @RPMVENDORDIR@/find-provides
-