LICENSE IPL10
FIXES 105231
update specfile for new manpages.
update patch for 1.5.x/head
update makesrpm to quote some arguments to system so perl doesn't eat them
some rewriting from shadow@dementia.org including the patch update
(cherry picked from commit
0d343077ac1ca8bd35921de2a2b19cac4eb75496)
my $tmpdir = File::Temp::tempdir(CLEANUP => 1);
-system("tar -C $tmpdir -xvjf $srcball \*/configure.in ".
- "\*/src/packaging/RedHat > /dev/null")==0
+system("tar -C $tmpdir -xvjf $srcball '\*/configure.in' ".
+ "'\*/src/packaging/RedHat' > /dev/null")==0
or die "Unable to unpack src tar ball\n";
my $dirh = IO::Dir->new($tmpdir);
%{_mandir}/man8/upclient.*
%{_mandir}/man8/upserver.*
%{_mandir}/man8/vldb_check.*
+%{_mandir}/man8/vldb_convert.*
%{_mandir}/man8/vlserver.*
%{_mandir}/man8/voldump.*
%{_mandir}/man8/volinfo.*
%{_mandir}/man8/volserver.*
-#%{_mandir}/man8/vldb_convert.*
%if %{build_authlibs}
%files authlibs
%files krb5
%defattr(-,root,root)
%{_bindir}/aklog
+%{_bindir}/klog.krb5
%{_sbindir}/asetkey
%{_mandir}/man1/aklog.*
%{_mandir}/man8/asetkey.*