mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
redhat-build-updates-20080701
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
This commit is contained in:
parent
19551ae3a5
commit
0d343077ac
@ -29,8 +29,8 @@ if (! -f $srcball) {
|
||||
|
||||
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);
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- openafs-1.4.0-rc4/src/libafs/MakefileProto.LINUX.in-orig 2005-07-25 14:32:15.000000000 -0400
|
||||
+++ openafs-1.4.0-rc4/src/libafs/MakefileProto.LINUX.in 2005-09-23 16:45:44.000000000 -0400
|
||||
@@ -245,11 +245,11 @@
|
||||
@@ -280,11 +280,11 @@
|
||||
echo BM Build Complete
|
||||
|
||||
<linux26 linux_26 umlinux26>
|
||||
@ -10,8 +10,8 @@
|
||||
+ cp openafs.ko $@
|
||||
|
||||
.FORCE:
|
||||
-libafs.ko: .FORCE
|
||||
+openafs.ko: .FORCE
|
||||
env EXTRA_CFLAGS="${EXTRA_CFLAGS}" @TOP_SRCDIR@/libafs/make_kbuild_makefile.pl ${KDIR} $@ @TOP_OBJDIR@/src/config/Makefile.config Makefile.afs Makefile.common
|
||||
-libafs.ko afspag.ko: .FORCE
|
||||
+openafs.ko afspag.ko: .FORCE
|
||||
env EXTRA_CFLAGS="${EXTRA_CFLAGS}" @TOP_SRCDIR@/libafs/make_kbuild_makefile.pl ${KDIR} @TOP_OBJDIR@/src/config/Makefile.config Makefile.afs Makefile.common
|
||||
env EXTRA_CFLAGS="${EXTRA_CFLAGS}" $(MAKE) -C ${LINUX_KERNEL_PATH} M=@TOP_OBJDIR@/src/libafs/${KDIR} modules
|
||||
|
||||
|
@ -1494,11 +1494,11 @@ dkms remove -m %{namee} -v %{dkms_version} --rpm_safe_upgrade --all ||:
|
||||
%{_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
|
||||
@ -1568,6 +1568,7 @@ dkms remove -m %{namee} -v %{dkms_version} --rpm_safe_upgrade --all ||:
|
||||
%files krb5
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/aklog
|
||||
%{_bindir}/klog.krb5
|
||||
%{_sbindir}/asetkey
|
||||
%{_mandir}/man1/aklog.*
|
||||
%{_mandir}/man8/asetkey.*
|
||||
|
Loading…
x
Reference in New Issue
Block a user