source:
branches/fc11-dev/server/fedora/specs/openafs.spec.patch
@
2464
Last change on this file since 2464 was 1189, checked in by mitchb, 15 years ago | |
---|---|
File size: 2.8 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 Patch1005: openafs-numsysnames.patch 270 Patch1006: openafs-delta-linux26-defer-cred-changing-20090511.patch 271 264 272 # http://dl.openafs.org/dl/openafs/candidate/%{afsvers}/... 265 273 Source0: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-src.tar.bz2 266 274 Source1: http://www.openafs.org/dl/openafs/%{afsvers}/openafs-%{afsvers}-doc.tar.bz2 … … 343 351 %if %{build_userspace} 344 352 345 353 %package client 354 Provides: scripts-openafs-client 346 355 Requires: binutils, openafs = %{PACKAGE_VERSION} 347 356 348 357 %if %{fedorakmod} … … 403 412 404 413 %if %{build_authlibs} 405 414 %package authlibs 415 Provides: scripts-openafs-authlibs 406 416 Summary: OpenAFS authentication shared libraries 407 417 Group: Networking/Filesystems 408 418 … … 419 429 %endif 420 430 421 431 %package authlibs-devel 432 Provides: scripts-openafs-authlibs-devel 422 433 %if %{build_authlibs} 423 434 Requires: openafs-authlibs = %{PACKAGE_VERSION} 424 435 %endif … … 437 448 libraries. 438 449 439 450 %package devel 451 Provides: scripts-openafs-devel 440 452 Summary: OpenAFS Development Libraries and Headers 441 453 Group: Development/Filesystems 442 454 … … 465 477 administrators. 466 478 467 479 %package kernel-source 480 Provides: scripts-openafs-kernel-source 468 481 Summary: OpenAFS Kernel Module source tree 469 482 Group: Networking/Filesystems 470 483 Provides: openafs-kernel = %{PACKAGE_VERSION} … … 514 527 515 528 %if %{krb5support} 516 529 %package krb5 530 Provides: scripts-openafs-krb5 517 531 Summary: OpenAFS programs to use with krb5 518 532 Requires: openafs = %{PACKAGE_VERSION} 519 533 Group: Networking/Filesystems … … 540 554 %if %{build_modules} 541 555 542 556 %if %{fedorakmod} 543 %{expand:%(%{kmodtool} rpmtemplate %{kmod_name} %{kverrel} %{kvariants} 2>/dev/null)}557 %{expand:%(%{kmodtool} rpmtemplate %{kmod_name} %{kverrel} %{kvariants} | sed '/^%package/ aProvides: scripts-kmod-openafs' 2>/dev/null)} 544 558 545 559 %else 546 560 … … 699 713 700 714 # Patch openafs to build a kernel module named "openafs" instead of "libafs" 701 715 %patch0 -p1 -b .kmod26 716 %patch1000 -p1 -b .scripts 717 %patch1001 -p1 -b .postinit 718 %patch1002 -p1 -b .pts-encrypt 719 %patch1003 -p1 -b .localcsdb 720 %patch1004 -p1 -b .dprintf 721 %patch1005 -p1 -b .numsysnames 722 %patch1006 -p1 -b .defercredchanging 702 723 703 724 ############################################################################## 704 725 #
Note: See TracBrowser
for help on using the repository browser.