openafs-fuse_client-1.8.0-lp150.2.2.1<>,=[o:u/=„-rǸYDua24zƤy@'^ /lBZ>Iſ*^฻lM kz3 H<s<1I-L8ey9t:J]UZ'Y9Vq  R0_꜡2lV<ﯻ5P̠g{$T=%h g%]ǃ- v{{#5G z}TEdf:xr߭Vʥ?M>D4?4d ( H+4< Uh5A< L \ |  4\05(8 9 0 :#u =/*>/2?/:@/BG/LH/lI/X/Y/\/]0 ^0b1c1d2:e2?f2Bl2Du2Xv2x3334Copenafs-fuse_client1.8.0lp150.2.2.1OpenAFS FUSE File System ClientAFS is a cross-platform distributed file system product pioneered at Carnegie Mellon University and supported and developed as a product by Transarc Corporation (now IBM Pittsburgh Labs). It offers a client-server architecture for file sharing, providing location independence, scalability, and transparent migration capabilities for data. This client is using the EXPERIMENTAL FUSE interface on LINUX. It does not offer authentication etc.[o:ucloud124 EHopenSUSE Leap 15.0openSUSEIPL-1.0http://bugs.opensuse.orgSystem/Filesystemshttp://www.openafs.org/linuxx86_64 test -n "$FIRST_ARG" || FIRST_ARG="$1" # disable migration if initial install under systemd [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$FIRST_ARG" -eq 1 ]; then for service in openafs-fuse-client.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in openafs-fuse-client.service ; do # The tag file might have been left by a preceding # update (see 1059627) rm -f "/run/rpm-openafs-update-$service-new-in-upgrade" if [ ! -e "/usr/lib/systemd/system/$service" ]; then touch "/run/rpm-openafs-update-$service-new-in-upgrade" fi done for service in openafs-fuse-client.service ; do sysv_service="${service%.*}" if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --save $sysv_service || : done fiif [ ! -d /afs ]; then mkdir /afs fi PNAME=openafs-fuse-client SUBPNAME= SYSC_TEMPLATE=/usr/share/fillup-templates/sysconfig.$PNAME$SUBPNAME # If template not in new /usr/share/fillup-templates, fallback to old TEMPLATE_DIR if [ ! -f $SYSC_TEMPLATE ] ; then TEMPLATE_DIR=/var/adm/fillup-templates SYSC_TEMPLATE=$TEMPLATE_DIR/sysconfig.$PNAME$SUBPNAME fi SD_NAME="" if [ -x /bin/fillup ] ; then if [ -f $SYSC_TEMPLATE ] ; then echo "Updating /etc/sysconfig/$SD_NAME$PNAME ..." mkdir -p /etc/sysconfig/$SD_NAME touch /etc/sysconfig/$SD_NAME$PNAME /bin/fillup -q /etc/sysconfig/$SD_NAME$PNAME $SYSC_TEMPLATE fi else echo "ERROR: fillup not found. This should not happen. Please compare" echo "/etc/sysconfig/$PNAME and $TEMPLATE_DIR/sysconfig.$PNAME and" echo "update by hand." fi test -n "$FIRST_ARG" || FIRST_ARG="$1" [ -d /var/lib/systemd/migrated ] || mkdir -p /var/lib/systemd/migrated || : if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi if [ "$FIRST_ARG" -eq 1 ]; then if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl preset openafs-fuse-client.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in openafs-fuse-client.service ; do if [ ! -e "/run/rpm-openafs-update-$service-new-in-upgrade" ]; then continue fi rm -f "/run/rpm-openafs-update-$service-new-in-upgrade" if [ ! -x /usr/bin/systemctl ]; then continue fi /usr/bin/systemctl preset "$service" || : done for service in openafs-fuse-client.service ; do sysv_service=${service%.*} if [ -e /var/lib/systemd/migrated/$sysv_service ]; then continue fi if [ ! -x /usr/sbin/systemd-sysv-convert ]; then continue fi /usr/sbin/systemd-sysv-convert --apply $sysv_service || : touch /var/lib/systemd/migrated/$sysv_service || : done fi /sbin/ldconfig if [ "x$1" = "x" ]; then my_operation=0 else my_operation=$1 fi if [ $my_operation -gt 1 ]; then echo Not stopping the possibly running client. echo You must restart the client to put the upgrade into effect. else echo This is the experimental FUSE implementation of the openafs-client echo Please configure your cell like with the in-kernel openafs-client echo authentication etc. is not implemented yet in this version. fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable openafs-fuse-client.service || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop openafs-fuse-client.service ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -eq 0 -a -x /usr/bin/systemctl ]; then # Package removal, not upgrade /usr/bin/systemctl --no-reload disable || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_STOP_ON_REMOVAL" && . /etc/sysconfig/services test "$DISABLE_STOP_ON_REMOVAL" = yes -o \ "$DISABLE_STOP_ON_REMOVAL" = 1 && exit 0 /usr/bin/systemctl stop ) || : fi test -n "$FIRST_ARG" || FIRST_ARG="$1" if [ "$FIRST_ARG" -ge 1 ]; then # Package upgrade, not uninstall if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : ( test "$YAST_IS_RUNNING" = instsys && exit 0 test -f /etc/sysconfig/services -a \ -z "$DISABLE_RESTART_ON_UPDATE" && . /etc/sysconfig/services test "$DISABLE_RESTART_ON_UPDATE" = yes -o \ "$DISABLE_RESTART_ON_UPDATE" = 1 && exit 0 /usr/bin/systemctl try-restart openafs-fuse-client.service ) || : fi else # package uninstall for service in openafs-fuse-client.service ; do sysv_service="${service%.*}" rm -f "/var/lib/systemd/migrated/$sysv_service" || : done if [ -x /usr/bin/systemctl ]; then /usr/bin/systemctl daemon-reload || : fi fi if [ -d /afs ]; then echo make sure to remove directory /afs if unwanted. fi /sbin/ldconfig # # client 4AG!U [o9%[o98[o9<[o9%[o9$[o9%e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855c48066c2a15ef268dd05a91a42c4de90ff4e28b8d2f7a5896c874ef3597407a60c9aebf8a113e033e2cc0503b8c25aa31782477bc28eed3c061edcbe6e59fd1d405072be0f558758a902016ed85bb7e9d0af8c9417d604cf2d63dd56ae0dabf21d01f7b182052e9e49979efabc44cd1aa08b9a6838bd69d26f6dddfb8e6e2560db41ee87c525dd996b92486091ef82bb8ed72fbf2ff2b44e026a927cad8a9eb2servicerootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootopenafs-1.8.0-lp150.2.2.1.src.rpmconfig(openafs-fuse_client)config(openafs-fuse_client)openafs-fuse_clientopenafs-fuse_client(x86-64)     /bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/shconfig(openafs-fuse_client)config(openafs-fuse_client)libafshcrypto.so.2()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.14)(64bit)libc.so.6(GLIBC_2.2.5)(64bit)libc.so.6(GLIBC_2.3)(64bit)libc.so.6(GLIBC_2.4)(64bit)libfuse.so.2()(64bit)libfuse.so.2(FUSE_2.5)(64bit)libfuse.so.2(FUSE_2.6)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.2.5)(64bit)libpthread.so.0(GLIBC_2.3.2)(64bit)libresolv.so.2()(64bit)libresolv.so.2(GLIBC_2.2.5)(64bit)librokenafs.so.2()(64bit)openafsrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)1.8.0-lp150.2.2.11.8.0-lp150.2.2.11.8.03.0.4-14.6.0-14.0-15.2-1openafs-client4.14.1ZK@Z؄ZԐ@Za@Z@ZZTZ`@ZZZZR Z)-@YKYKYKXYXX6@Xa@XBX@X,J@X*WW@Wm W1@V@Vs@VP\L@guillaume.gardet@opensuse.orgchristof.hanke@mpcdf.mpg.dechristof.hanke@mpcdf.mpg.dechristof.hanke@mpcdf.mpg.dechristof.hanke@mpcdf.mpg.dechristof.hanke@mpcdf.mpg.dejengelh@inai.dechristof.hanke@mpcdf.mpg.dechristof.hanke@mpcdf.mpg.dechristof.hanke@mpcdf.mpg.dechristof.hanke@mpcdf.mpg.dechristof.hanke@mpcdf.mpg.dechristof.hanke@mpcdf.mpg.dechristof.hanke@mpcdf.mpg.dechristof.hanke@mpcdf.mpg.dechristof.hanke@mpcdf.mpg.dechristof.hanke@mpcdf.mpg.dechristof.hanke@mpcdf.mpg.dechristof.hanke@rzg.mpg.dechristof.hanke@rzg.mpg.dechristof.hanke@rzg.mpg.dechristof.hanke@rzg.mpg.dechristof.hanke@rzg.mpg.dechristof.hanke@rzg.mpg.deaj@suse.comchristof.hanke@rzg.mpg.dechristof.hanke@rzg.mpg.dechristof.hanke@rzg.mpg.dechristof.hanke@rzg.mpg.dechristof.hanke@rzg.mpg.dechristof.hanke@rzg.mpg.decseader@novell.com- Update to 1.8.0 - Fix AArch64 build by updating spec and backporting patches: * add_support_fo_arm64_linux26.patch * dont_require_AFS_SYSCALL.patch * add_AFS_STRINGIZE_macro.patch * avoid_double_param_in_arm64_kernel.patch- remove package krb5-mit. It contained binaries for server and client. Besides, client and server already had an implicit dependency on krb5. Put the binaries to client and server-package respectively. - Remove openafs-1.8.x.heimdal.patch and everything heimdal-related. SUSE does not provide a proper heimdal and it's untested for a long time.- fdupes: use symlinks instead of hardlinks. Do not fdupe /etc and /var- fix dependencies between packages, so that fuse-client can be installed. - cleanup old sys-v sysconfig files and other minor fixes - fix unit file for fuse-client- build fuse-client unconditionally. - do not build KMP on unsupported architectures so that overall build succeeds.- rename binary backup to afs_backup. - rename man pages and prefix "backup" in content - prefix "scout" by "afs_" in man-page - remove unnecessary macro indirection %ARCH - replace hard-coded paths by macros - make whitespace more consistent - minor syntax and typo fixes- Replace old $RPM_* vars (most of them) by macros. - Replace unnecessary macro indirections like %bindir by %_bindir.- cleanup last cleanup: also remove rc.* files- cleanup package for Factory: - rename package to openafs. - remove sys-v init stuff. - apply recommendations given in Request 581009- add compat macro for new _fillupdir macro introduced in Nov 2017- update to 1.8.0pre5- update to 1.8.0pre4 - add patch for ncurses detection- update to 1.8.0pre3 - add integrity check of tar-balls- do not strip binaries on install - fix %postun server- update to 1.8.0pre2 - use a preamble-file for KMP - sort/cleanup/beautify spec-file- spec-file: + use hardlinks for fdupes to provide correct header files in kernel-source + minor bugfixes, reorganization - rename changes file to openafs18.changes- rename package to openafs18-* so they don't override stable openafs-1.6 ones - move ld.so to main package -- was in server-packages- enable building of KMP - make openafs-krb5-mit package dependend on openafs-client package - add ld.so - config to main package- remove pam, is not build on x86_64 and i596- first version of 1.8 - remove docs package, put man pages in induvidual packets - remove layout-patch, deal with this in spec file directly- add new ChangeLog- update to version 1.6.20- add missing RemainAfterExit=true to client-systemd unit.- update to version 1.6.19- Update README: Change SuSE to SUSE.- update to version 1.6.18.2- update to version 1.6.18.1- update to version 1.6.18- update to version 1.6.17 - cleanup- update to version 1.6.16 - remove fix for configure for new ncurses, now dealt with in shipped package- start using change.log again - fix configure test for new ncurses- update to version 1.4.12.1/bin/sh/bin/sh/bin/sh/bin/sh1.8.0-lp150.2.2.11.8.0-lp150.2.2.11.8.0-lp150.2.2.11.8.0-lp150.2.2.1SuidCellscacheinfoopenafs-fuse-client.serviceafsd.fusercopenafs-fuse-clientsysconfig.openafs-fuse-clientafsd.fuse.8.gzopenafs/etc/openafs//usr/lib/systemd/system//usr/sbin//usr/share/fillup-templates//usr/share/man/man8//var/cache/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protection -gobs://build.opensuse.org/openSUSE:Maintenance:8582/openSUSE_Leap_15.0_Update/13073deeb0df1f54ec9d4ae7c8f15cdd-openafs.openSUSE_Leap_15.0_Updatedrpmxz5x86_64-suse-linuxemptyASCII textELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 3.2.0, BuildID[sha1]=067b6b06cb2386f849d00f3f354bbece356c12fe, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)directoryutf-886b156988097b5bbd6d30c3d539bb1865548f6bef4b102f7269f2275004d24ff?7zXZ !t/k]"k%2)N2 9mUsAFLramF2Jv{}*iu?yW&?wZҁ>]Ҏj8,%&Q"f~IVp.g&rOz,mwNiF0-u)cQk#a$MBE]roM/ l({H=ɶſj0r[&_JJV-j#UZWץ#߽:gyKs;k{Xgϧɇv ,!$3$Uz4y-t|<6!𺘾VaWD aA/Eya=Wᚼd:>֛j=&Xq:R쭻NDmohy&jPbfb k *YѠZ),FK%ib9?h%0Qv ދawtv)tuD 1U[Z;7(6jyhmA&)eZ/5G% xlA |O]躽ft2W^N7Def1 -խ\HBe`SRa~qU[+TCbZs2cQ8G\pdvdL 8|C0`4cmlخZ IE>YETMNgӆ1Bi_Iz[dFqm;Q@tgX!C0HF,ʴy~6YڳQ;\ >H:>5U q dz4Bo۱wsKpG_ C ˬ=ere/6M7y#+ڑ,ɠ`)ϲc`%Jw˹qiiiq 0LXVW{y# 2kaV@r>#-^xn<Yf_0ZF]9msj^x}l* Gf_\ L1T>_tVh{oq"*ހ6F9 WL;JKsۆS,8WAh}&t\ ħ,ȴ2y#AIxhBB9"fy$&ڔ{CMJLTCsB%i'(#ڴo@/Ĝ#RrQH3#FO PFMOZ:Xo\ v(DDIG!+S[+=܃6 0, YZ