- add perl-rpm-packaging to BuildRequires: to resolve

"Have Choice"-Error  for arch ppc64le 
- update to latest git branch stable-1_8_x
- add upstream-patches required for kernel 6.14
  + 4702930f8dd87a6cad1d59ef8c127003fded1f31.patch
    (LINUX: Refactor afs_linux_dentry_revalidate())
  + 0306f3fdac736e15620f5802bdce510d25bb2450.patch 
    (Linux-6.14: Handle dops.d_revalidate with parent)

OBS-URL: https://build.opensuse.org/package/show/filesystems/openafs?expand=0&rev=135
This commit is contained in:
Christof Hanke
2025-04-10 12:18:55 +00:00
committed by Git OBS Bridge
commit 945e15c009
44 changed files with 4173 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
[Unit]
Description=OpenAFS Client
Wants=network-online.target
After=syslog.target network-online.target
Before=remote-fs.target
[Service]
Type=forking
RemainAfterExit=true
EnvironmentFile=/etc/sysconfig/openafs-client
ExecStartPre=/sbin/modprobe libafs --allow-unsupported
ExecStart=/usr/sbin/afsd $AFSD_ARGS
ExecStartPost=/usr/bin/fs sysname $SYSNAME
ExecStartPost=/usr/bin/fs setcrypt $CRYPT
ExecStop=/usr/bin/umount /afs
ExecStop=/usr/sbin/afsd -shutdown
ExecStop=/sbin/rmmod libafs
[Install]
WantedBy=multi-user.target remote-fs.target