source:
branches/fc11-dev/server/fedora/specs/openafs.spec.patch
@
1139
Last change on this file since 1139 was 1139, checked in by mitchb, 16 years ago | |
---|---|
File size: 2.6 KB |
-
openafs.spec
old new 8 8 # for beta/rc releases make pkgrel 0.X.<tag> 9 9 # for real releases make pkgrel 1 (or more for extra releases) 10 10 #%define pkgrel 0.1.rc1 11 %define pkgrel 1.1 11 %define pkgrel 1.1.99scripts.%{scriptsversion} 12 12 13 13 %if %{?osvers:0}%{!?osvers:1} 14 14 %define osvers 1 … … 261 261 %endif 262 262 ExclusiveArch: %{ix86} x86_64 ia64 s390 s390x sparc64 ppc ppc64 263 263 264 Patch1000: openafs-scripts.patch 265 Patch1001: openafs-postinit.patch 266 Patch1002: openafs-pts-encrypt.patch 267 Patch1003: openafs-localcsdb.patch 268 Patch1004: openafs-delta-dprintf-rename-20090427.patch 269 264 270 # http://dl.openafs.org/dl/openafs/candidate/%{afsvers}/... 265 271 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2 266 272 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2 … … 343 349 %if %{build_userspace} 344 350 345 351 %package client 352 Provides: scripts-openafs-client 346 353 Requires: binutils, openafs = %{PACKAGE_VERSION} 347 354 348 355 %if %{fedorakmod} … … 403 410 404 411 %if %{build_authlibs} 405 412 %package authlibs 413 Provides: scripts-openafs-authlibs 406 414 Summary: OpenAFS authentication shared libraries 407 415 Group: Networking/Filesystems 408 416 … … 419 427 %endif 420 428 421 429 %package authlibs-devel 430 Provides: scripts-openafs-authlibs-devel 422 431 %if %{build_authlibs} 423 432 Requires: openafs-authlibs = %{PACKAGE_VERSION} 424 433 %endif … … 437 446 libraries. 438 447 439 448 %package devel 449 Provides: scripts-openafs-devel 440 450 Summary: OpenAFS Development Libraries and Headers 441 451 Group: Development/Filesystems 442 452 … … 465 475 administrators. 466 476 467 477 %package kernel-source 478 Provides: scripts-openafs-kernel-source 468 479 Summary: OpenAFS Kernel Module source tree 469 480 Group: Networking/Filesystems 470 481 Provides: openafs-kernel = %{PACKAGE_VERSION} … … 514 525 515 526 %if %{krb5support} 516 527 %package krb5 528 Provides: scripts-openafs-krb5 517 529 Summary: OpenAFS programs to use with krb5 518 530 Requires: openafs = %{PACKAGE_VERSION} 519 531 Group: Networking/Filesystems … … 540 552 %if %{build_modules} 541 553 542 554 %if %{fedorakmod} 543 %{expand:%(%{kmodtool} rpmtemplate %{kmod_name} %{kverrel} %{kvariants} 2>/dev/null)}555 %{expand:%(%{kmodtool} rpmtemplate %{kmod_name} %{kverrel} %{kvariants} | sed '/^%package/ aProvides: scripts-kmod-openafs' 2>/dev/null)} 544 556 545 557 %else 546 558 … … 699 711 700 712 # Patch openafs to build a kernel module named "openafs" instead of "libafs" 701 713 %patch0 -p1 -b .kmod26 714 %patch1000 -p1 -b .scripts 715 %patch1001 -p1 -b .postinit 716 %patch1002 -p1 -b .pts-encrypt 717 %patch1003 -p1 -b .localcsdb 718 %patch1004 -p1 -b .dprintf 702 719 703 720 ############################################################################## 704 721 #
Note: See TracBrowser
for help on using the repository browser.