Browse code

Fix perl dependency issue. Add more packages in photon-base repo.

Touseef Liaqat authored on 2015/06/09 21:32:17
Showing 2 changed files
... ...
@@ -6,7 +6,7 @@
6 6
 Summary:	Practical Extraction and Report Language
7 7
 Name:		perl
8 8
 Version:	5.18.2
9
-Release:	1%{?dist}
9
+Release:	2%{?dist}
10 10
 License:	GPLv1+
11 11
 URL:		http://www.perl.org/
12 12
 Group:		Development/Languages
... ...
@@ -15,6 +15,7 @@ Distribution:	Photon
15 15
 Source0:	http://www.cpan.org/src/5.0/%{name}-%{version}.tar.bz2
16 16
 Provides:	perl >= 0:5.003000
17 17
 Provides:	perl(getopts.pl)
18
+Provides:   /bin/perl
18 19
 %description
19 20
 The Perl package contains the Practical Extraction and
20 21
 Report Language.
... ...
@@ -53,5 +54,7 @@ make DESTDIR=%{buildroot} install
53 53
 %{_libdir}/perl5/%{version}/*
54 54
 %{_mandir}/*/*
55 55
 %changelog
56
+*	Thu Jun 4 2015 Touseef Liaqat <tliaqat@vmware.com> 5.18.2-2
57
+-	Provide /bin/perl.
56 58
 *	Wed Nov 5 2014 Divya Thaluru <dthaluru@vmware.com> 5.18.2-1
57 59
 -	Initial build. First version
... ...
@@ -7,6 +7,13 @@
7 7
 
8 8
     "bootstrap_packages": ["filesystem"],
9 9
 
10
-    "packages": ["linux", "kmod", "gzip", "cpio", "dracut", "findutils", "grub", "bash", "sed", "grep", 
11
-"binutils", "dracut-tools", "util-linux"]
10
+    "packages": ["glibc", "zlib", "binutils", "gmp", "mpfr", "libgcc", "libstdc++","libgomp", 
11
+                "pkg-config", "ncurses", "bash", "bzip2", "cracklib", "cracklib-dicts", "shadow",
12
+                "procps-ng", "iana-etc", "readline", "coreutils", "bc", "libtool", "inetutils",
13
+                "findutils", "xz", "grub", "iproute2", "util-linux", "linux",
14
+                "attr", "libcap", "kmod", "expat", "dbus", "file",
15
+                "sed", "grep", "cpio", "gzip"
16
+                "dracut", "dracut-tools"
17
+
18
+]
12 19
 }