my ($workspaceDir, $srcPackageName, $srcAge, $topDir);
# old-school packaging by ETICS for EMI-1
- if ($project eq 'emi' and $project_version == 1) { return; }
+ if ($project eq 'emi' and $project_version == 1 and $fmod ne 'gridsite.core') { return; }
if ($fmod eq 'gridsite.core') {
$workspaceDir = '..';
- Fixed missing openssl dependency
- Packaging with kerberos provider
+3.2.2-1
+- Proper gssapi provider in rpm (rpm ignores the comments for macros).
+- Proper length of strings specified (GGUS #82746, SB #95337)
+