openafs-server-1.8.0-lp150.2.2.1<>,[o:u/=„tIǾGK܋8V?T:ob?AwEy ?z`Wx`x)9_ɗ#eF9EO1n2K•FSi1_e[*#7O>z;9UAʌ.5@D_#oXm'-3]*R| fM_f4 eb_Ki`DA]rg] \dJ>A?d # > ")ce|| | | | 7| :(|<|>|@A|CC,!C!F!(F8F 9Gd :J =V^>Vf?Vn@VvGV|HXp|IZ`|XZYZ\[|]\|^e bf)cfdgbeggfgjlglug|vip HLRCopenafs-server1.8.0lp150.2.2.1OpenAFS File System ServerAFS 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. In addition, among its features are authentication, encryption, caching, disconnected operations, replication for higher availability and load balancing, and ACLs. This package contains the static libraries and header files needed to develop applications for OpenAFS.[o:ucloud124@openSUSE 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-server.service ; do sysv_service="${service%.*}" touch "/var/lib/systemd/migrated/$sysv_service" || : done else for service in openafs-server.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-server.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 fi/sbin/ldconfig PNAME=openafs-server 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-server.service || : fi elif [ "$FIRST_ARG" -gt 1 ]; then for service in openafs-server.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-server.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 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 services. echo You must restart the service to put the upgrade into effect. else echo For configuring the server, please check /etc/sysconfig/openafs-server echo and/or follow the instructions found on http://www.openafs.org to install an openafs-client. 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-server.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-server.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/sbin/ldconfig 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-server.service ) || : fi else # package uninstall for service in openafs-server.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 # # devel gS P n3S2P(xs n  E  @ P /  ] 8 , ; e7@V< t j z _ w n b  \ e d \  p } } # | r    AA큤큤AA[o9%[o9,[o98[o98[o98[o98[o98[o98[o98[o98[o98[o98[o98[o98[o9%[o98[o98[o98[o98[o98[o98[o98[o98[o9<[o98[o98[o98[o98[o98[o98[o98[o9%[o9$[o9$[o9$[o9$[o9$[o9$[o9$[o9$[o9$[o9$[o9$[o9$[o9$[o9$[o9$[o9$[o9$[o9$[o9$[o9$[o9$[o9$[o9$[o9$[o9$[o9$[o9%[o9%[o9%[o9%[o9;[o9;[o9;[o9;[o9;[o9;[o9;[o9;[o9;[o9;[o9;[o9;[o9;[o9;[o9;[o9;[o9;[o9;[o9;[o9;[o9;[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%[o9%a9fce67ac9cd602f7ef7de8a2e0be63ba1548af6e0c1c9f17dfa53e0c3fcf530be9b8c7f56e93cbbe8f2c71dbd1bf1a641de92517aaca1f47d44b67cac6347738887b59e54a80dbd5bcb8ce9d082db21fce069e6357f5fbd824db1bf681c727a8ecfc6abdff6d0393ab86e85458dd7330a349aaa3a2bfb33a31233aece3f68d0dfe19384d0d08a88bd19f79171aeeaf09dc9a9e13a3c9b077b8e414dc2c73a5e807614b06cbed09f28bde82c2dde2d1e5282b15bf5f7fa8aa0a013dcd63787500b9b4e0df87be69f5e0c03638ac60735b84c01c8afd98fb9d67d973aba046faba10b74b70e8925ad4414d8473ec3579db60cb72fb44c752d32a1d8514a04da71de3ef6c204eb28271a74647031e9fa2d915536b69ebb91ba0e9c507035b4d18dfe6c77d3806ba75ed56ab4bf8c1760d9a9878a87d254261285c4daec161c231010b4d5033b5e4f503d53ae086164f7962c68dd9eb5babaf966818ccba068509ec6cc8f78dd315d4aca88a8dc9bd4f02b288b5c0c545658faf2825cd72e656ffba6bb77c764c485f3e37ca2cd5391b43cc96d59781e1388e625570d17af33412a02f22bb842d09761b8c3d0fdd2ca76179d41d13069e8b6fc72cd9a7adc71d2ecb2936e725b53f5301116c11c7dd00e7ede18605611055a64cf2e5be5a42047e9e857e3c39d8590109219787952aa22d48c18ba1289a06f169ede30d5aa1e6f52d08bc5140c12a9863841f1319a0aa18f598eb7b882b716c5a352d1424c7a06c86ffbd55355fc0cb313cf85fcf2df4ca8d24d63f13bc75cfac45fabc69c7515ddef99330ac05319b5f6487b9e8d5132e3afb93a3763928dcb5d4558b2f2ad2bd47692e830fea50949bc7cd5ae0d7efd56917262042b387e0fa1809d13f04cafb03595233e642a77329efaed3dddee380be45dc1df86c09f0b180a0bd2668efaacfcd370a5c925d15b0562143d2224636cdb0ddd93f349a0602e8beac8ed577f9ed7fd29d7abc750d4a417bb832f0798a3c739d925fe6e83f2ff0729011a0eee94e97e836a15a9f77ddd9d3c7be9ea662c64610416233a5ae2ff5d00a6bbceecad0a95118dfd96c681ed699b299a5728705a060ea74386851c2f118535dc1db6181b4f4ff9e5d407682b2ffa763be0599fc3e1ed6c862fe0bfdaad26ec6c2a612e80878fa78f7eb5cd30cb0aa598670bda132200262ad329bc3457b7c915635c67813f2b5b108ecd8de96a3129f8fea1a9247d492a2a473e83d87d6ec31c9d6dea665dfadc71f9949ad75081f4275b0aa693da3d48d1f47630e56939fbb5a8470ef4bba1caf53074f5280b9caf9d2449b922c59bc48150d8c655887ce91cc90ad2a6ccf91d17167ca979f6b70082033b799dde70ab28ce1248bda9833f9a095a94f3f6baa18eb4c28863bf3d3312d47efe7ba1bdb482e4082481aee44a7715ee91c1213052061a47030e91aa8378c99c862a1a69d844418fa452391255a940460125e461107a224c98f7f331d721cefe1b35faf162c6f5d1c01ef240ffb65ea4b637a832c18ef93059a8800b768a9efadd55e45fea5e6251b30f676dc3472e0ae13cb64b91e86f2818c6888f2fe0eb9bf67251defcf33955cfbcc7b7c53abb56cf00d8edbced23b2af9a6f5dbeaff3f1df6a32777b3efce29cffcebe4b231e12b734e3f54c2a15467fe714527a4a7e77ee4e2fe258d0dc727c02b8d1f2c62c5f8046b9931729befcd24c2169a2a6731510f6f4f8614112efffc2450358dc168e3d427569ec50accaae887fc2b321795639b08c63c6fac80721265fb0b846df15e90bb4f31c613c3227a1d966cb765c13cffdf813f380b0ddeea28010c04e839a38a0fda52dc3d21f891339f4cc4a4a53b340d1c51edafdf6e9b62c06ec0bf77f0204c152e4e98a6e841d9006ea38ead29d4073d3f49a8d72993823442c9dcfb8815331b69372ebd4a367d7fd1a4a4e4a88c5bc5c511cd371ef752e78bdf635e2b8dcda7ac171735f0c6e01d24874a5b272187aa11aed202043ff4fdd6b5e1256d91f7084dc649f56d61b33725ca89ce1b7e5feec5757cc897866e2a7ddff3de0fcf818ecd685f99c2d52852805c277074029ac2915e5d3cb029b44c4dae8d9a238e55d5df17b2297252efcfa45e08a6c17adc165863fb753a437a9cf62a6272901e327d457a27971321731a5d5216b68bbf4de31d40eba19dacbc0019b185be61deb796326add78e10a4610f1365b6d7c150f8983f019819f38d8027b7adfa041d04d20cdfc7135f0c723590d4bfe8653c205032cd679c85cd5ff9d22cfe75b9166b9f89193a8c392145881c8f5316fb9d9f74ca93bbbb2dc4b6af21612bfb9d8cfb41b320a69496eb5c9c222d5ffc709881e7ac6e02ba670cebb00f9fcaac703bc0db54d6c69d6b48efd37bdd352dad8332366503f9942333e513d597ab7cc674e1dd215490e3fa0585dbe7b9be120a914853aae2d50568fa9328b70afc0d5a90510548a69fbd5a0329891531a2e2b3875bb47f76335a542fb9de2e3988af37daceb1bebdcc214df1ce66dd6212c91deb2311f948972f5f460f1c68794d24ba5106c4fc026910a165f3098f3b7d8ded1c0f77a816053ac801a22813a1ddf7cfee5e66ed886c8440b0888bfd9e999afd15bd8194ec929e6eef07d0df0203dc52422afc3e4d7d86d3a922dfd08fdad1562fd00106d5cfe5f9a18820409d02bafdb5dbf04035525c469f997c854c5c74403d75a3fb4c46e2e30e8b088030e477645823ae58dde3e5b8d38e3ac4bca9c0077c43da436059da1929f679eed30dcba0e55a906841ee241d947c358c5339acb86064fd74324ff60fd23211016a19808759ce1fe393fb14d70e7bef56cf64f407a433c2324f4c0d6f00c2d620fa25d476477b7b86809105927adbd4eaec162126f4d108d67b984643dc28a1949831bd3e63ee1eec694ba11eaf4abc4051fd9eba37bae02a96b46bf3532e235ff65e204fc551f8605939dc1803f2f29f8d99e9ebf2b07d9f14b189ff2e2134a2eae8dcda89b88efdb43be41d61e60bbd6f4712e22759fb57cda54ce0a574a42b20027c6f397cf5326f8064b2660956c26232b92b851b775b6bd7a92bd5bac0030a23feb4f0e9a891d236ce621af68f86e674d2f2b7d2e9c921612349552b280588f1ff4484abbaa17de78787358499b856f7e568def9a81c6585a2eac11ce5c5d0888f59f29b37aeaf12393395599c70c4a856d686031bc4673750a5b9db60c4b63d1fa19c29ea8245dc9d76d6e0a82a0c86870000a94b83bdb5f971207c3806c5415c2bcd8ae85c210ea1ef9e1c8d8e4ae751b4e5006c6f85df684299d35a80f23e3f689871d9d105f2877bf53cfc13910ff275e2d99a27ffc01fe92d3e5e66e25b528a789a2a8ea7a818b03d66ffe36557a6e8495a3f956d962adcbe566de7d4553223e6462cb88b6fb10d9100f6a5d7c9a1fad7618d086ecd2b5ebd7c0386031194969ffce7aeae8d0079720c244fbda1f5c7366deb009f532dbbe2fdb2162f9e7e1cd42e64d8ffdc169f92d3ef1eb7c026db67d0c6d71b7120d2d06ec98c875dcb2d4a8da1497de0e015ef70e375b5392c66604371093498f4b74605113a7eda3142b636cb24c49ff43d289b8ed899b8e435b613c16140074752179382fd4d45bf6cb7c97eb840300ca8121540681657bdb19201616279b3ab7e5793a2c67a77c5ddee25df0701475aad02aa64c99cee4f46b5747cdc9c4f8cd7249931bbfc0946829b6aea6a441dd5cec4f36de4f8ae8fbd28254c5424c63df3c91849f92d2786129367e00a0bf12de2ad2b88fcb876bc32c8f0032efbd4e00d6e908fb30d7a97e5cfcdd0bf6a05a9c72ff0809da22e288afe411cccf1955771849ca56e02ef49c82b5ee221d48f5c56b6ba161249b3b5db5a0b54ec82ab050af46c95d66b216be9fc892c5175f14745be8436493786fbc225fff21ac09f7319144acfb42537b4a45bf4c2501de1b37bd3ff32515a7cdaa0751b61ffe649991380688fbdadd4cf1df6bfb176b4fe50e3f8cf18032706c1e19b896fc965514831de01bbb18bc3501dca520a4541aba7185dc4d7eb0650699a7f884ca520a700ac83e490dc7b3822bd2ca0618eaf4e45a25f661d7a46daff9359222816fa988429e3a1fd6f59fba85177f217359a53e46fef60c3d65448a470534a28cf39c85478d6235446458eef2a19f42f4eb4f15a44652df3dfdbd1cf6b25bc519bff150efd64df789472baa1488246371bdc81dbeb7ab3d876a984c9e0d31b59fe9e5a360595ac1d0586ad51acb82321ba0f1fc7024ab6f0d7cc3496eb56243a2ae3db72147d956ecf7091b2ec43c2b8c2b5f921d18552f85642fd661714ba52855049670265fa64927ffc83280c59f759480e3153fdde7b58862f612f34f231b2e6467ea10cd47a5864d3e873e1servicefssync-debug.8.gzfssync-debug_attach.8.gzfssync-debug_callback.8.gzfssync-debug_detach.8.gzfssync-debug_error.8.gzfssync-debug_header.8.gzfssync-debug_leaveoff.8.gzfssync-debug_list.8.gzfssync-debug_mode.8.gzfssync-debug_move.8.gzfssync-debug_offline.8.gzfssync-debug_online.8.gzfssync-debug_query.8.gzfssync-debug_stats.8.gzfssync-debug_vgcadd.8.gzfssync-debug_vgcdel.8.gzfssync-debug_vgcquery.8.gzfssync-debug_vgcscan.8.gzfssync-debug_vgcscanall.8.gzfssync-debug_vnode.8.gzfssync-debug_volop.8.gzrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootrootopenafs-1.8.0-lp150.2.2.1.src.rpmopenafs-serveropenafs-server(x86-64)     /bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/sh/bin/shlibafshcrypto.so.2()(64bit)libc.so.6()(64bit)libc.so.6(GLIBC_2.10)(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.3.2)(64bit)libc.so.6(GLIBC_2.3.4)(64bit)libc.so.6(GLIBC_2.4)(64bit)libcrypt.so.1()(64bit)libcrypt.so.1(GLIBC_2.2.5)(64bit)libkrb5.so.3()(64bit)libkrb5.so.3(krb5_3_MIT)(64bit)libpthread.so.0()(64bit)libpthread.so.0(GLIBC_2.12)(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.03.0.4-14.6.0-14.0-15.2-14.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/sh  !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|1.8.0-lp150.2.2.11.8.0-lp150.2.2.1 serveropenafsbuserverdafileserverdasalvagerdavolserverfileserverptserversalvagersalvageserverupclientupservervlservervolserveropenafs-server.serviceakeyconvertasetkeybos_utilbosserverdafssync-debugfssync-debugprdb_checkpt_utilrcopenafs-serversalvsync-debugstate_analyzervldb_checkvldb_convertvoldumpvolinfovolscansysconfig.openafs-serverAuthLog.5.gzAuthLog.dir.5.gzBackupLog.5.gzBosConfig.5.gzBosLog.5.gzFORCESALVAGE.5.gzFileLog.5.gzKeyFile.5.gzKeyFileExt.5.gzNoAuth.5.gzPtLog.5.gzSALVAGE.fs.5.gzSalvageLog.5.gzUserList.5.gzVLLog.5.gzVolserLog.5.gzafs_volume_header.5.gzbdb.DB0.5.gzkrb.conf.5.gzkrb.excl.5.gzprdb.DB0.5.gzsalvage.lock.5.gztapeconfig.5.gzvldb.DB0.5.gzakeyconvert.8.gzasetkey.8.gzbos_util.8.gzbosserver.8.gzbuserver.8.gzdafileserver.8.gzdafssync-debug.8.gzdafssync-debug_attach.8.gzdafssync-debug_callback.8.gzdafssync-debug_detach.8.gzdafssync-debug_error.8.gzdafssync-debug_header.8.gzdafssync-debug_leaveoff.8.gzdafssync-debug_list.8.gzdafssync-debug_mode.8.gzdafssync-debug_move.8.gzdafssync-debug_offline.8.gzdafssync-debug_online.8.gzdafssync-debug_query.8.gzdafssync-debug_stats.8.gzdafssync-debug_vgcadd.8.gzdafssync-debug_vgcdel.8.gzdafssync-debug_vgcquery.8.gzdafssync-debug_vgcscan.8.gzdafssync-debug_vgcscanall.8.gzdafssync-debug_vnode.8.gzdafssync-debug_volop.8.gzdasalvager.8.gzdavolserver.8.gzfileserver.8.gzfssync-debug.8.gzfssync-debug_attach.8.gzfssync-debug_callback.8.gzfssync-debug_detach.8.gzfssync-debug_error.8.gzfssync-debug_header.8.gzfssync-debug_leaveoff.8.gzfssync-debug_list.8.gzfssync-debug_mode.8.gzfssync-debug_move.8.gzfssync-debug_offline.8.gzfssync-debug_online.8.gzfssync-debug_query.8.gzfssync-debug_stats.8.gzfssync-debug_vgcadd.8.gzfssync-debug_vgcdel.8.gzfssync-debug_vgcquery.8.gzfssync-debug_vgcscan.8.gzfssync-debug_vgcscanall.8.gzfssync-debug_vnode.8.gzfssync-debug_volop.8.gzprdb_check.8.gzpt_util.8.gzptserver.8.gzsalvager.8.gzsalvageserver.8.gzstate_analyzer.8.gzupclient.8.gzupserver.8.gzvldb_check.8.gzvldb_convert.8.gzvlserver.8.gzvoldump.8.gzvolinfo.8.gzvolscan.8.gzvolserver.8.gzopenafsopenafs/etc/openafs//usr/lib//usr/lib/openafs//usr/lib/systemd/system//usr/sbin//usr/share/fillup-templates//usr/share/man/man5//usr/share/man/man8//var/lib//var/log/-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-linux  directoryELF 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]=73e5677c5071ce26cef7c5effe61d71033bba2f4, strippedELF 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]=4732323f259f49fbb0d0251db12eeebf8195405d, strippedELF 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]=ad57bba3296cc21c90a91e1193ae7c2d856f5dfc, strippedELF 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]=ede44e14224b9c660318515d65379e0ec7bc6df2, strippedELF 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]=0a2eb25868ec62e51dd36bd3bda9066a57fe41a9, strippedELF 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]=628558b154130249f299faf8731e6056f70c71cd, strippedELF 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]=27338de3a1812768c9aef20f097507af033f25d2, strippedELF 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]=426fb4ced47b2e3b0d0a62fe8cc65af18727d6cb, strippedELF 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]=ab2be6d9521ed1358420572bc5bcfd0905c0a485, strippedELF 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]=2434be092dda6e19a7aafe95515c0e4f3c0b5c86, strippedELF 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]=6a344aee5d28dc58b316a9fe7079a61c6bd1a646, strippedELF 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]=c819f5e1d8951d22849eefb6602ce3fb2d3bd7c0, strippedASCII 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]=9b60361ff4e51690671950949aff9a5a16fe22af, strippedELF 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]=0a95a2fced1cbf01a3bec65efe72fa0948227348, strippedELF 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]=fb328bc87e448d6fcbea794bb6eb3a94f8b36d44, strippedELF 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]=f79e963fc9c968ab11cf1c1584f7e256908a3cea, strippedELF 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]=2dc474bd35332b2bbe5a365177546da14c967807, strippedELF 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]=35958fcf650f38a71ebae981fd1590da88bceecd, strippedELF 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]=6acc13a3798f7296eb4d06403a5b4967975a7a48, strippedELF 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]=6392b6a7bbce16a92ed3b9232dd4920317e6b1a7, strippedELF 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]=49bb854dd292194face4fd5cf3fc2c91b95946e6, strippedELF 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]=766586065689a0d3e7fa6d830a06974d7d6c401b, strippedELF 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]=946d88c63f992ecaa3a393a624ee4d74cfe12b28, strippedELF 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]=c30881a810ebbf72428843b64bd07ba7708ced01, strippedELF 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]=72f21ef773c2c093929b9433a334269883397194, strippedELF 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]=57b7715d93934273d945509d25d8f9e785f34334, strippedELF 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]=3ed82b8e460d6dd9593b77d164f376a22539a830, strippedtroff or preprocessor input, ASCII text (gzip compressed data, max compression, from Unix)Algol 68 source, ASCII text (gzip compressed data, max compression, from Unix)utf-86079ab030fc7a57d7ff011ea53ca7d1fbb179f4f8f2bc9ac046b79544de10b68?7zXZ !t/ o]"k% ."kH[x~.!&Ԅ{=0~Lhf?Έ!]X@SCN oAyW4 8R`MՋR'|Zc35 =;V !B w>phI:Q4Y- 7T2hi*&%.v?y3i`狳4j{BRIg*qx nm m!o0WHuGV&mɸdI:(1?osvc #{7*;M-tוs{I*D:ձuL7O?y<7 ~.[8'BVGD4B F$ v"OymA \](hArjقh>A']S 26d*ʄ}Ctd:ǕHDe,iegVl+@e;> ZfC zlWow;ۖ(3<4el۷sT.".ts@} nm *MX58O> <878_.uX51'\[ʆDַZW>~p]\wjǘWd{$7ç2T?L709⟴abMQV6J $+8`O/ҼYA[3eJwA͐V. xM=שqCWEs Z) JV>+%b5[yl[W-0uXG7I-,Ym`K -MmXxع4ذ~CVa! Ѽ^b`h FGǘQj0>mL 0]9ݬJMʲXŋMK2l;j >o5U ;`IJ\t懆oZ8rS_w12mwEbO\t@i/{ElCLСilNo-- ۡH/;s]F1s 1Y }^(qmPOG 8iݪG?1G*hDn#2ĕsm$Pٷ瞬C36PDߎnϘ.ҦhJHQѯlEL #n4+滹m1WɴTL-{&{?\l\PC!<]Jq`uU$HQn&:ّQ (P׈h[ؼﰈO]'((ph7(̐z "Nބl̨tbTI'wH(U0q19@QZ4iMXE`@B(]{ެ4gXv4ch`䵀D9=}. 6{BY.515)*Ԑ`s(ԭE}r@D[?9 |{H虬)$p1"-;KڨKcpHUMs~R~&Q]lȳ d*~|[ϩZ Z+U )}Zu_ rtGN9 B0YZO*ZwنHچg?}"7bw\7r?I@Q *WWB܂FGZ >_qa THvlrr̓]:htt'7)͹d5 ӛSXEJJ|)W+5 E6ty쵍0'h 'kNWY.gA9o3WiI/hüo,oqb/q8*G&!xW,qkUa*8^9 N 8m2'J_)#y1'5F10+^@(_^8SCtMk)E5P%$NͨBdJt̆ 3xl}2()6 95x=9:IRN2FhCgQlլdElp F#]B`g NZd0.;<"l=&ȱ)0P(PA=Ae)Gx x"M*e/h3Ky_d(*檧s Vk֫7%UGCq5${|.W0lQgH3HBk)L^B8ڶ-ƫ u*СꉝF?!H$VRҒfy0-A? q2г~\HmLudbKa^56Xʞ;OSV^F &X1M V(*u:>!9:97b k??ώ8*=y{VYqb]Ro/xAX~1ncAʏW_ep<9lx V) ̸Q-whx}FIc,6LO$ƛ-^U v-߱P"^Bqe7yx yeմﬖQ}R?x4<ڬ[%+CJqߎ;>&v>n YZ