<86>Dec 19 04:33:02 userdel[1908689]: delete user 'rooter' <86>Dec 19 04:33:02 userdel[1908689]: removed group 'rooter' owned by 'rooter' <86>Dec 19 04:33:02 userdel[1908689]: removed shadow group 'rooter' owned by 'rooter' <86>Dec 19 04:33:02 groupadd[1908699]: group added to /etc/group: name=rooter, GID=1799 <86>Dec 19 04:33:02 groupadd[1908699]: group added to /etc/gshadow: name=rooter <86>Dec 19 04:33:02 groupadd[1908699]: new group: name=rooter, GID=1799 <86>Dec 19 04:33:02 useradd[1908707]: new user: name=rooter, UID=1799, GID=1799, home=/root, shell=/bin/bash, from=none <86>Dec 19 04:33:02 userdel[1908726]: delete user 'builder' <86>Dec 19 04:33:02 userdel[1908726]: removed group 'builder' owned by 'builder' <86>Dec 19 04:33:02 userdel[1908726]: removed shadow group 'builder' owned by 'builder' <86>Dec 19 04:33:02 groupadd[1908735]: group added to /etc/group: name=builder, GID=1800 <86>Dec 19 04:33:02 groupadd[1908735]: group added to /etc/gshadow: name=builder <86>Dec 19 04:33:02 groupadd[1908735]: new group: name=builder, GID=1800 <86>Dec 19 04:33:02 useradd[1908750]: new user: name=builder, UID=1800, GID=1800, home=/usr/src, shell=/bin/bash, from=none <13>Dec 19 04:33:05 rpmi: libnl-common-3.11.0-alt1 sisyphus+363620.100.1.1 1732864957 installed <13>Dec 19 04:33:05 rpmi: libnl3-3.11.0-alt1 sisyphus+363620.100.1.1 1732864957 installed <13>Dec 19 04:33:05 rpmi: libp11-kit-1:0.25.5-alt1 sisyphus+352553.100.1.1 1720622573 installed <13>Dec 19 04:33:05 rpmi: libtasn1-4.19.0-alt3 sisyphus+327816.100.1.1 1692802615 installed <13>Dec 19 04:33:05 rpmi: rpm-macros-alternatives-0.5.2-alt2 sisyphus+315270.200.2.1 1676457367 installed <13>Dec 19 04:33:05 rpmi: alternatives-0.5.2-alt2 sisyphus+315270.200.2.1 1676457367 installed <13>Dec 19 04:33:05 rpmi: ca-certificates-2024.12.10-alt1 sisyphus+364633.200.3.1 1733918603 installed <13>Dec 19 04:33:05 rpmi: ca-trust-0.2.0-alt1 sisyphus+344843.100.1.1 1712743326 installed <13>Dec 19 04:33:05 rpmi: p11-kit-trust-1:0.25.5-alt1 sisyphus+352553.100.1.1 1720622573 installed <13>Dec 19 04:33:05 rpmi: libcrypto3-3.1.7-alt2 sisyphus+359910.100.1.1 1729080439 installed <13>Dec 19 04:33:05 rpmi: libssl3-3.1.7-alt2 sisyphus+359910.100.1.1 1729080439 installed <13>Dec 19 04:33:05 rpmi: libssl-devel-3.1.7-alt2 sisyphus+359910.100.1.1 1729080439 installed <13>Dec 19 04:33:05 rpmi: libnl-devel-3.11.0-alt1 sisyphus+363620.100.1.1 1732864957 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/hostapd-2.11-alt1.nosrc.rpm (w1.gzdio) Installing hostapd-2.11-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.25229 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf hostapd-2.11 + /bin/mkdir -p hostapd-2.11 + cd hostapd-2.11 + echo 'Source #0 (hostapd-2.11-alt1.tar):' Source #0 (hostapd-2.11-alt1.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/hostapd-2.11-alt1.tar + echo 'Source #1 (src-2.11-alt1.tar):' Source #1 (src-2.11-alt1.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/src-2.11-alt1.tar + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.25229 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd hostapd-2.11 + cp hostapd/defconfig hostapd/.config + CFLAGS='-pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto' + make -C hostapd make: Entering directory '/usr/src/RPM/BUILD/hostapd-2.11/hostapd' CC main.c CC config_file.c CC ../src/ap/hostapd.c CC ../src/ap/wpa_auth_glue.c CC ../src/ap/drv_callbacks.c CC ../src/ap/ap_drv_ops.c CC ../src/ap/utils.c CC ../src/ap/authsrv.c CC ../src/ap/ieee802_1x.c CC ../src/ap/ap_config.c CC ../src/ap/eap_user_db.c CC ../src/ap/ieee802_11_auth.c CC ../src/ap/sta_info.c CC ../src/ap/wpa_auth.c CC ../src/ap/tkip_countermeasures.c CC ../src/ap/ap_mlme.c CC ../src/ap/wpa_auth_ie.c CC ../src/ap/preauth_auth.c CC ../src/ap/pmksa_cache_auth.c CC ../src/ap/ieee802_11_shared.c CC ../src/ap/beacon.c CC ../src/ap/bss_load.c CC ../src/ap/neighbor_db.c CC ../src/ap/rrm.c CC ../src/common/ptksa_cache.c CC ../src/drivers/drivers.c CC ../src/ap/taxonomy.c CC ../src/utils/eloop.c CC ../src/utils/common.c CC ../src/utils/wpa_debug.c CC ../src/utils/wpabuf.c CC ../src/utils/os_unix.c CC ../src/utils/ip_addr.c CC ../src/utils/crc32.c CC ../src/common/ieee802_11_common.c CC ../src/common/wpa_common.c CC ../src/common/hw_features_common.c CC ../src/eapol_auth/eapol_auth_sm.c CC ../src/eapol_auth/eapol_auth_dump.c CC ../src/radius/radius.c CC ../src/radius/radius_client.c CC ../src/radius/radius_das.c CC ../src/ap/accounting.c CC ../src/ap/vlan_init.c CC ../src/ap/vlan_ifconfig.c CC ../src/ap/vlan.c CC ../src/ap/vlan_full.c CC ../src/ap/vlan_util.c CC ../src/common/ctrl_iface_common.c CC ctrl_iface.c CC ../src/ap/ctrl_iface_ap.c CC ../src/common/ocv.c CC ../src/ap/wpa_auth_ft.c CC ../src/ap/eth_p_oui.c CC ../src/common/sae.c CC ../src/common/sae_pk.c CC ../src/ap/wnm_ap.c CC ../src/ap/ieee802_11_eht.c CC ../src/ap/ieee802_11_he.c CC ../src/ap/mbo_ap.c CC ../src/drivers/driver_hostap.c CC ../src/drivers/driver_wired.c CC ../src/drivers/driver_wired_common.c CC ../src/drivers/driver_nl80211.c CC ../src/drivers/driver_nl80211_capa.c CC ../src/drivers/driver_nl80211_event.c CC ../src/drivers/driver_nl80211_monitor.c CC ../src/drivers/driver_nl80211_scan.c CC ../src/drivers/driver_none.c CC ../src/drivers/netlink.c CC ../src/drivers/rfkill.c CC ../src/utils/radiotap.c CC ../src/drivers/linux_ioctl.c CC ../src/l2_packet/l2_packet_linux.c CC ../src/eap_server/eap_server_md5.c CC ../src/eap_server/eap_server_tls.c CC ../src/eap_server/eap_server_peap.c CC ../src/eap_common/eap_peap_common.c CC ../src/eap_server/eap_server_ttls.c CC ../src/eap_server/eap_server_mschapv2.c CC ../src/eap_server/eap_server_gtc.c CC ../src/eap_server/eap_server_sim.c CC ../src/eap_server/eap_server_aka.c CC ../src/eap_common/eap_sim_common.c CC ../src/eap_server/eap_sim_db.c CC ../src/eap_server/eap_server_psk.c CC ../src/eap_common/eap_psk_common.c CC ../src/eap_server/eap_server_sake.c CC ../src/eap_common/eap_sake_common.c CC ../src/eap_server/eap_server_gpsk.c CC ../src/eap_common/eap_gpsk_common.c CC ../src/eap_server/eap_server_pwd.c CC ../src/eap_common/eap_pwd_common.c CC ../src/eap_server/eap_server_fast.c CC ../src/eap_common/eap_fast_common.c CC ../src/utils/uuid.c CC ../src/ap/wps_hostapd.c CC ../src/eap_server/eap_server_wsc.c CC ../src/eap_common/eap_wsc_common.c CC ../src/wps/wps.c CC ../src/wps/wps_common.c CC ../src/wps/wps_attr_parse.c CC ../src/wps/wps_attr_build.c CC ../src/wps/wps_attr_process.c CC ../src/wps/wps_dev_attr.c CC ../src/wps/wps_enrollee.c CC ../src/wps/wps_registrar.c CC ../src/wps/wps_upnp.c CC ../src/wps/wps_upnp_ssdp.c CC ../src/wps/wps_upnp_web.c CC ../src/wps/wps_upnp_event.c CC ../src/wps/wps_upnp_ap.c CC ../src/wps/upnp_xml.c CC ../src/wps/httpread.c CC ../src/wps/http_client.c CC ../src/wps/http_server.c CC ../src/common/dpp.c CC ../src/common/dpp_auth.c CC ../src/common/dpp_backup.c CC ../src/common/dpp_crypto.c CC ../src/common/dpp_pkex.c CC ../src/common/dpp_reconfig.c CC ../src/common/dpp_tcp.c CC ../src/ap/dpp_hostapd.c CC ../src/ap/gas_query_ap.c CC ../src/eap_server/eap_server_ikev2.c CC ../src/eap_server/ikev2.c CC ../src/eap_common/eap_ikev2_common.c CC ../src/eap_common/ikev2_common.c CC ../src/eap_server/eap_server_tnc.c CC ../src/eap_server/tncs.c CC eap_register.c CC ../src/eap_server/eap_server.c CC ../src/eap_common/eap_common.c CC ../src/eap_server/eap_server_methods.c CC ../src/eap_server/eap_server_identity.c CC ../src/common/dragonfly.c CC ../src/crypto/ms_funcs.c CC ../src/eap_common/chap.c CC ../src/eap_server/eap_server_tls_common.c CC ../src/crypto/tls_openssl.c CC ../src/crypto/tls_openssl_ocsp.c CC ../src/crypto/crypto_openssl.c CC ../src/crypto/fips_prf_openssl.c CC ../src/crypto/aes-eax.c CC ../src/crypto/aes-siv.c CC ../src/crypto/aes-ctr.c CC ../src/crypto/aes-encblock.c CC ../src/crypto/sha1-prf.c CC ../src/crypto/sha1-tprf.c CC ../src/crypto/sha1-tlsprf.c CC ../src/crypto/sha256-prf.c CC ../src/crypto/sha256-tlsprf.c CC ../src/crypto/sha256-kdf.c CC ../src/crypto/sha384-kdf.c CC ../src/crypto/sha512-kdf.c CC ../src/crypto/sha384-prf.c CC ../src/crypto/sha512-prf.c CC ../src/tls/asn1.c CC ../src/crypto/dh_groups.c CC ../src/crypto/random.c CC ../src/utils/base64.c CC ../src/utils/json.c CC ../src/ap/wmm.c CC ../src/ap/ap_list.c CC ../src/ap/comeback_token.c CC ../src/pasn/pasn_responder.c CC ../src/pasn/pasn_common.c CC ../src/ap/ieee802_11.c CC ../src/ap/hw_features.c CC ../src/ap/dfs.c CC ../src/ap/ieee802_11_ht.c CC ../src/ap/ieee802_11_vht.c CC ../src/ap/hs20.c CC ../src/common/gas.c CC ../src/ap/gas_serv.c CC ../src/ap/x_snoop.c CC ../src/ap/dhcp_snoop.c CC ../src/ap/ndisc_snoop.c CC ../src/drivers/driver_common.c CC ../src/ap/acs.c CC ../src/fst/fst.c CC ../src/fst/fst_group.c CC ../src/fst/fst_iface.c CC ../src/fst/fst_session.c CC ../src/fst/fst_ctrl_aux.c CC ../src/fst/fst_ctrl_iface.c In function 'wpabuf_free', inlined from 'wps_build_ap_cred' at ../src/wps/wps_registrar.c:1858:3, inlined from 'wps_process_ap_settings_r' at ../src/wps/wps_registrar.c:2941:9, inlined from 'wps_process_m7' at ../src/wps/wps_registrar.c:3016:6, inlined from 'wps_process_wsc_msg' at ../src/wps/wps_registrar.c:3090:9, inlined from 'wps_registrar_process_msg' at ../src/wps/wps_registrar.c:3432:10: ../src/utils/wpabuf.c:202:17: warning: 'free' called on pointer '_578' with nonzero offset 32 [-Wfree-nonheap-object] 202 | os_free(buf->buf); | ^ In function 'os_zalloc', inlined from 'wpabuf_alloc' at ../src/utils/wpabuf.c:124:23, inlined from 'wps_build_ap_cred' at ../src/wps/wps_registrar.c:1852:8, inlined from 'wps_process_ap_settings_r' at ../src/wps/wps_registrar.c:2941:9, inlined from 'wps_process_m7' at ../src/wps/wps_registrar.c:3016:6, inlined from 'wps_process_wsc_msg' at ../src/wps/wps_registrar.c:3090:9, inlined from 'wps_registrar_process_msg' at ../src/wps/wps_registrar.c:3432:10: ../src/utils/os_unix.c:486:16: note: returned from 'calloc' 486 | return calloc(1, size); | ^ In function 'wpabuf_free', inlined from 'radius_msg_free' at ../src/radius/radius.c:132:2, inlined from 'radius_msg_free' at ../src/radius/radius.c:127:6, inlined from 'radius_msg_new' at ../src/radius/radius.c:112:3: ../src/utils/wpabuf.c:202:17: warning: 'free' called on pointer '_35' with nonzero offset 32 [-Wfree-nonheap-object] 202 | os_free(buf->buf); | ^ In function 'os_zalloc', inlined from 'wpabuf_alloc' at ../src/utils/wpabuf.c:124:23, inlined from 'radius_msg_new' at ../src/radius/radius.c:110:13: ../src/utils/os_unix.c:486:16: note: returned from 'calloc' 486 | return calloc(1, size); | ^ In function 'wpabuf_free', inlined from 'dpp_build_conf_req_attr' at ../src/common/dpp.c:914:2, inlined from 'dpp_build_conf_req' at ../src/common/dpp.c:947:13, inlined from 'dpp_build_conf_req_helper.constprop' at ../src/common/dpp.c:1044:8: ../src/utils/wpabuf.c:202:17: warning: 'free' called on pointer '_332' with nonzero offset 32 [-Wfree-nonheap-object] 202 | os_free(buf->buf); | ^ In function 'os_zalloc', inlined from 'wpabuf_alloc' at ../src/utils/wpabuf.c:124:23, inlined from 'dpp_build_conf_req_attr' at ../src/common/dpp.c:826:8, inlined from 'dpp_build_conf_req' at ../src/common/dpp.c:947:13, inlined from 'dpp_build_conf_req_helper.constprop' at ../src/common/dpp.c:1044:8: ../src/utils/os_unix.c:486:16: note: returned from 'calloc' 486 | return calloc(1, size); | ^ In function 'wpabuf_free', inlined from 'wps_build_m4' at ../src/wps/wps_registrar.c:2004:3, inlined from 'wps_registrar_get_msg' at ../src/wps/wps_registrar.c:2161:9, inlined from 'wps_get_msg' at ../src/wps/wps.c:225:10: ../src/utils/wpabuf.c:202:17: warning: 'free' called on pointer '_189' with nonzero offset 32 [-Wfree-nonheap-object] 202 | os_free(buf->buf); | ^ In function 'os_zalloc', inlined from 'wpabuf_alloc' at ../src/utils/wpabuf.c:124:23, inlined from 'wps_build_m4' at ../src/wps/wps_registrar.c:1998:10, inlined from 'wps_registrar_get_msg' at ../src/wps/wps_registrar.c:2161:9, inlined from 'wps_get_msg' at ../src/wps/wps.c:225:10: ../src/utils/os_unix.c:486:16: note: returned from 'calloc' 486 | return calloc(1, size); | ^ In function 'wpabuf_free', inlined from 'wps_build_m6' at ../src/wps/wps_registrar.c:2040:3, inlined from 'wps_registrar_get_msg' at ../src/wps/wps_registrar.c:2165:9, inlined from 'wps_get_msg' at ../src/wps/wps.c:225:10: ../src/utils/wpabuf.c:202:17: warning: 'free' called on pointer '_322' with nonzero offset 32 [-Wfree-nonheap-object] 202 | os_free(buf->buf); | ^ In function 'os_zalloc', inlined from 'wpabuf_alloc' at ../src/utils/wpabuf.c:124:23, inlined from 'wps_build_m6' at ../src/wps/wps_registrar.c:2034:10, inlined from 'wps_registrar_get_msg' at ../src/wps/wps_registrar.c:2165:9, inlined from 'wps_get_msg' at ../src/wps/wps.c:225:10: ../src/utils/os_unix.c:486:16: note: returned from 'calloc' 486 | return calloc(1, size); | ^ In function 'wpabuf_free', inlined from 'wps_build_m8' at ../src/wps/wps_registrar.c:2076:3, inlined from 'wps_registrar_get_msg' at ../src/wps/wps_registrar.c:2169:9, inlined from 'wps_get_msg' at ../src/wps/wps.c:225:10: ../src/utils/wpabuf.c:202:17: warning: 'free' called on pointer '_374' with nonzero offset 32 [-Wfree-nonheap-object] 202 | os_free(buf->buf); | ^ In function 'os_zalloc', inlined from 'wpabuf_alloc' at ../src/utils/wpabuf.c:124:23, inlined from 'wps_build_m8' at ../src/wps/wps_registrar.c:2070:10, inlined from 'wps_registrar_get_msg' at ../src/wps/wps_registrar.c:2169:9, inlined from 'wps_get_msg' at ../src/wps/wps.c:225:10: ../src/utils/os_unix.c:486:16: note: returned from 'calloc' 486 | return calloc(1, size); | ^ In function 'wpabuf_free', inlined from 'wps_build_m5' at ../src/wps/wps_enrollee.c:220:3, inlined from 'wps_enrollee_get_msg' at ../src/wps/wps_enrollee.c:467:9, inlined from 'wps_get_msg' at ../src/wps/wps.c:227:10: ../src/utils/wpabuf.c:202:17: warning: 'free' called on pointer '_645' with nonzero offset 32 [-Wfree-nonheap-object] 202 | os_free(buf->buf); | ^ In function 'os_zalloc', inlined from 'wpabuf_alloc' at ../src/utils/wpabuf.c:124:23, inlined from 'wps_build_m5' at ../src/wps/wps_enrollee.c:214:10, inlined from 'wps_enrollee_get_msg' at ../src/wps/wps_enrollee.c:467:9, inlined from 'wps_get_msg' at ../src/wps/wps.c:227:10: ../src/utils/os_unix.c:486:16: note: returned from 'calloc' 486 | return calloc(1, size); | ^ In function 'wpabuf_free', inlined from 'wps_build_m7' at ../src/wps/wps_enrollee.c:389:3, inlined from 'wps_enrollee_get_msg' at ../src/wps/wps_enrollee.c:471:9, inlined from 'wps_get_msg' at ../src/wps/wps.c:227:10: ../src/utils/wpabuf.c:202:17: warning: 'free' called on pointer '_703' with nonzero offset 32 [-Wfree-nonheap-object] 202 | os_free(buf->buf); | ^ In function 'os_zalloc', inlined from 'wpabuf_alloc' at ../src/utils/wpabuf.c:124:23, inlined from 'wps_build_m7' at ../src/wps/wps_enrollee.c:383:10, inlined from 'wps_enrollee_get_msg' at ../src/wps/wps_enrollee.c:471:9, inlined from 'wps_get_msg' at ../src/wps/wps.c:227:10: ../src/utils/os_unix.c:486:16: note: returned from 'calloc' 486 | return calloc(1, size); | ^ LD hostapd CC hostapd_cli.c CC ../src/common/wpa_ctrl.c CC ../src/common/cli.c CC ../src/utils/edit.c LD hostapd_cli make: Leaving directory '/usr/src/RPM/BUILD/hostapd-2.11/hostapd' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.97301 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/hostapd-buildroot + : + /bin/rm -rf -- /usr/src/tmp/hostapd-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd hostapd-2.11 + install -pD -m0644 /usr/src/RPM/SOURCES/hostapd.sysconfig /usr/src/tmp/hostapd-buildroot/etc/sysconfig/hostapd + install -pD -m0644 /usr/src/RPM/SOURCES/hostapd.service /usr/src/tmp/hostapd-buildroot/usr/lib/systemd/system/hostapd.service + install -pD -m0755 /usr/src/RPM/SOURCES/hostapd.init /usr/src/tmp/hostapd-buildroot/etc/rc.d/init.d/hostapd + install -pD -m0755 hostapd/hostapd /usr/src/tmp/hostapd-buildroot/usr/sbin/hostapd + install -p -m0755 hostapd/hostapd_cli /usr/src/tmp/hostapd-buildroot/usr/sbin + install -pD -m0600 hostapd/hostapd.conf /usr/src/tmp/hostapd-buildroot/etc/hostapd/hostapd.conf + install -pm0600 hostapd/hostapd.accept hostapd/hostapd.deny /usr/src/tmp/hostapd-buildroot/etc/hostapd + install -pm0644 -D hostapd/hostapd.8 /usr/src/tmp/hostapd-buildroot/usr/share/man/man8/hostapd.8 + install -pm0644 -D hostapd/hostapd_cli.1 /usr/src/tmp/hostapd-buildroot/usr/share/man/man1/hostapd_cli.1 + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/hostapd-buildroot (auto) Verifying and fixing files in /usr/src/tmp/hostapd-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/hostapd-buildroot/ (default) Compressing files in /usr/src/tmp/hostapd-buildroot (auto) Verifying systemd units in /usr/src/tmp/hostapd-buildroot Adjusting library links in /usr/src/tmp/hostapd-buildroot ./usr/lib: (from :0) Verifying ELF objects in /usr/src/tmp/hostapd-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/hostapd-buildroot Processing files: hostapd-2.11-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.56018 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd hostapd-2.11 + DOCDIR=/usr/src/tmp/hostapd-buildroot/usr/share/doc/hostapd-2.11 + export DOCDIR + rm -rf /usr/src/tmp/hostapd-buildroot/usr/share/doc/hostapd-2.11 + /bin/mkdir -p /usr/src/tmp/hostapd-buildroot/usr/share/doc/hostapd-2.11 + cp -prL hostapd/ChangeLog hostapd/README hostapd/README-WPS hostapd/eap_testing.txt /usr/src/tmp/hostapd-buildroot/usr/share/doc/hostapd-2.11 + chmod -R go-w /usr/src/tmp/hostapd-buildroot/usr/share/doc/hostapd-2.11 + chmod -R a+rX /usr/src/tmp/hostapd-buildroot/usr/share/doc/hostapd-2.11 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.zctleB find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.pvC00j find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Finding Requires(post) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SHUlAF Finding Requires(preun) (using /usr/lib/rpm/find-scriptlet-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.WiuFah Requires: /bin/sh, /etc/rc.d/init.d, /etc/rc.d/init.d(SourceIfNotEmpty), /etc/rc.d/init.d(is_yes), /etc/rc.d/init.d(msg_reloading), /etc/rc.d/init.d(start_daemon), /etc/rc.d/init.d(status), /etc/rc.d/init.d(stop_daemon), /etc/rc.d/init.d/functions, /lib64/ld-linux-x86-64.so.2, libc.so.6(GLIBC_2.14)(64bit), libc.so.6(GLIBC_2.15)(64bit), libc.so.6(GLIBC_2.17)(64bit), libc.so.6(GLIBC_2.2.5)(64bit), libc.so.6(GLIBC_2.3)(64bit), libc.so.6(GLIBC_2.3.4)(64bit), libc.so.6(GLIBC_2.34)(64bit), libc.so.6(GLIBC_2.4)(64bit), libc.so.6(GLIBC_2.7)(64bit), libcrypto.so.3()(64bit) >= set:qivVyl4YZ4aC7YHkv1SSIZocBe3W6P54gOelof2Uw31RKZmfFAOt5UjR0u1zxloxTK6czewCvNn5N8kVDf4x19PIqAOZBhODed1J0xGZ3LB5NYMzGQolkfGZhfeIaRDrfCBrcP2owPOOwAonHBeOFmJqB4m6mdnNFAGN8OgCkTonl4JZcxA6EnbNfUG8Njlul0Z92ZKRkgrrcb6BxuhkrfRqkxMgalGZkh9jsmw3AZCeAqpaR8kPxUY742O1HrQmcTFlXAh4Zy8haqa2j6tD0Z19Y2P0nVUsZxAssZbJl41TJ0RGO7iMudDMD8bae7qyTkrwAdOUoXLyj1WOD8HJhH9d8Jh39hf9ahhSRIQs4XFZJuD4w1uPg4TaTDcXAFxoUF8PIxAjjxO0wgoxWzMkrZaNtM9XXXjgev6SFI1ZKXUy251ZvGnziH8AHyCYdqa31jA6X4kMSqB7Z38Do8vSU2v1G7NRAGn7R6gjeMZGuwQDEADPkNEmCjF3cRSIoym0bEKRO6nvOgjiZtTQfCxSxpybjLmrwm4Ev1nCN9LWipW0R7svq5s29rZx3kUL4iqnI11ppn1z0Xp0dVRw4dZBeLW5lAFQBZmOYrrJqnSKoLH0hmwcwblRSZtSqR3yYocHTQHMZjHuovXfUEt3DaxBLqStvn1, libcrypto.so.3(OPENSSL_3.0.0)(64bit), libm.so.6(GLIBC_2.29)(64bit), libnl-3.so.200()(64bit) >= set:mgoBVEdBLAGxHjjOfqqUc57UWzhSB8e4IQE7KsvSKX9nZdnTttWBj9iYIPsFbJtbOZrgbGOOoztosK26b29QYYNvRCMpsyQSKAkOBru8H5j4CSbzovKhGRddBtjEdnD1uLiixIP5, libnl-3.so.200(libnl_3)(64bit), libnl-3.so.200(libnl_3_2_27)(64bit), libnl-genl-3.so.200()(64bit) >= set:jfZz1nzCQrWClzx9gGPT95v1, libnl-genl-3.so.200(libnl_3)(64bit), libnl-route-3.so.200()(64bit) >= set:ok9LkvxCUuOwvaI3G4VkONPdnypR7wek60, libnl-route-3.so.200(libnl_3)(64bit), libssl.so.3()(64bit) >= set:ngvaTibIKpZ7qkrak0NQI7XboSohcKZlaPR8qxg1GcP6Kw0X1Nq16reXDcMrqZG98xMeocP7gvR0y4Z9mNJMroZ3vYmNUQuZ6UAKt9vV9yZBqVE7VOD6HeCtjZ7QIOHSWK2XR1ZjwlFeT8DiwQer0eeCCBU7E5hmLF1ZCLhkjnNe9FBthkR0ovxX1ZL6EEstI8Pl, libssl.so.3(OPENSSL_3.0.0)(64bit), rtld(GNU_HASH) Requires(interp): /bin/sh Requires(rpmlib): rpmlib(SetVersions) Requires(post): /bin/sh, /usr/sbin/post_service Requires(preun): /bin/sh, /usr/sbin/preun_service Obsoletes: hostap-tools Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ORlFYp Creating hostapd-debuginfo package Processing files: hostapd-debuginfo-2.11-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.X9Xtee find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.JLaRkr find-requires: running scripts (debuginfo) Requires: hostapd = 2.11-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libcrypto.so.3), debug64(libm.so.6), debug64(libnl-3.so.200), debug64(libnl-genl-3.so.200), debug64(libnl-route-3.so.200), debug64(libssl.so.3) Adding to hostapd-debuginfo a strict dependency on hostapd Wrote: /usr/src/RPM/RPMS/x86_64/hostapd-2.11-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/hostapd-debuginfo-2.11-alt1.x86_64.rpm (w2T16.xzdio) 67.13user 11.45system 0:33.80elapsed 232%CPU (0avgtext+0avgdata 93184maxresident)k 0inputs+0outputs (0major+2306945minor)pagefaults 0swaps 3.14user 2.61system 0:43.21elapsed 13%CPU (0avgtext+0avgdata 135508maxresident)k 0inputs+0outputs (0major+203916minor)pagefaults 0swaps --- hostapd-2.11-alt1.x86_64.rpm.repo 2024-07-23 13:29:54.000000000 +0000 +++ hostapd-2.11-alt1.x86_64.rpm.hasher 2024-12-19 04:33:42.143784659 +0000 @@ -62,4 +62,4 @@ File: /usr/lib/systemd/system/hostapd.service 100644 root:root 9d868d3e8615afb5d94585880b07a207 -File: /usr/sbin/hostapd 100755 root:root 14ba74a37120a6739c1ab3ba92f76b93 -File: /usr/sbin/hostapd_cli 100755 root:root 40aeb9e6759423faf3ae6cd3e5228614 +File: /usr/sbin/hostapd 100755 root:root ce528430a1df9e78034aefac6998ad9a +File: /usr/sbin/hostapd_cli 100755 root:root 3e06cc080d9f320d0a9cde29613f5f7f File: /usr/share/doc/hostapd-2.11 40755 root:root @@ -71,2 +71,2 @@ File: /usr/share/man/man8/hostapd.8.xz 100644 root:root b395cfee7db41709bce5d30de41c0b5a -RPMIdentity: a09db46142e9454b7f04e65e12140352d8440c02c69593c3fda50169f874e7747c6b6c94c4c424076b123bca154f62d41ecbe07a31dda2196c47538aaf05e0af +RPMIdentity: 789451e1a237f9d7fa687b217771e9de9174cfb24c4fac48aed3ea9c8ec7a14249b18cb5373671c9d86cfcc479bb307da643ca261c06184e674c95e91b00bbd2 --- hostapd-debuginfo-2.11-alt1.x86_64.rpm.repo 2024-07-23 13:29:54.000000000 +0000 +++ hostapd-debuginfo-2.11-alt1.x86_64.rpm.hasher 2024-12-19 04:33:42.225785723 +0000 @@ -1,7 +1,7 @@ -/usr/lib/debug/.build-id/88 40755 root:root -/usr/lib/debug/.build-id/88/a7da1b6a20967fcc3220891aa695963ceadde1 120777 root:root ../../../../sbin/hostapd_cli -/usr/lib/debug/.build-id/88/a7da1b6a20967fcc3220891aa695963ceadde1.debug 120777 root:root ../../usr/sbin/hostapd_cli.debug -/usr/lib/debug/.build-id/b8 40755 root:root -/usr/lib/debug/.build-id/b8/12a0fa86d36a3701c9c7cfd0e58f9e28ba0ffc 120777 root:root ../../../../sbin/hostapd -/usr/lib/debug/.build-id/b8/12a0fa86d36a3701c9c7cfd0e58f9e28ba0ffc.debug 120777 root:root ../../usr/sbin/hostapd.debug +/usr/lib/debug/.build-id/10 40755 root:root +/usr/lib/debug/.build-id/10/0d07c3924de7a24e41eefddbce1de74870f93d 120777 root:root ../../../../sbin/hostapd_cli +/usr/lib/debug/.build-id/10/0d07c3924de7a24e41eefddbce1de74870f93d.debug 120777 root:root ../../usr/sbin/hostapd_cli.debug +/usr/lib/debug/.build-id/91 40755 root:root +/usr/lib/debug/.build-id/91/8675f4dca7f08bb3a2de961fd55b362aff7328 120777 root:root ../../../../sbin/hostapd +/usr/lib/debug/.build-id/91/8675f4dca7f08bb3a2de961fd55b362aff7328.debug 120777 root:root ../../usr/sbin/hostapd.debug /usr/lib/debug/usr/sbin/hostapd.debug 100644 root:root @@ -389,10 +389,10 @@ Provides: hostapd-debuginfo = 2.11-alt1:sisyphus+353438.100.1.1 -File: /usr/lib/debug/.build-id/88 40755 root:root -File: /usr/lib/debug/.build-id/88/a7da1b6a20967fcc3220891aa695963ceadde1 120777 root:root ../../../../sbin/hostapd_cli -File: /usr/lib/debug/.build-id/88/a7da1b6a20967fcc3220891aa695963ceadde1.debug 120777 root:root ../../usr/sbin/hostapd_cli.debug -File: /usr/lib/debug/.build-id/b8 40755 root:root -File: /usr/lib/debug/.build-id/b8/12a0fa86d36a3701c9c7cfd0e58f9e28ba0ffc 120777 root:root ../../../../sbin/hostapd -File: /usr/lib/debug/.build-id/b8/12a0fa86d36a3701c9c7cfd0e58f9e28ba0ffc.debug 120777 root:root ../../usr/sbin/hostapd.debug -File: /usr/lib/debug/usr/sbin/hostapd.debug 100644 root:root 5db538f51602102f7357c8cdc18a9a01 -File: /usr/lib/debug/usr/sbin/hostapd_cli.debug 100644 root:root 3452d8785daa23d8fdf6d23d3fab1a75 +File: /usr/lib/debug/.build-id/10 40755 root:root +File: /usr/lib/debug/.build-id/10/0d07c3924de7a24e41eefddbce1de74870f93d 120777 root:root ../../../../sbin/hostapd_cli +File: /usr/lib/debug/.build-id/10/0d07c3924de7a24e41eefddbce1de74870f93d.debug 120777 root:root ../../usr/sbin/hostapd_cli.debug +File: /usr/lib/debug/.build-id/91 40755 root:root +File: /usr/lib/debug/.build-id/91/8675f4dca7f08bb3a2de961fd55b362aff7328 120777 root:root ../../../../sbin/hostapd +File: /usr/lib/debug/.build-id/91/8675f4dca7f08bb3a2de961fd55b362aff7328.debug 120777 root:root ../../usr/sbin/hostapd.debug +File: /usr/lib/debug/usr/sbin/hostapd.debug 100644 root:root 07151f33b30c874282fad128fe6a692e +File: /usr/lib/debug/usr/sbin/hostapd_cli.debug 100644 root:root 2e10b4aa2cd8eb434e201ea84bc5591f File: /usr/src/debug/hostapd-2.11 40755 root:root @@ -767,2 +767,2 @@ File: /usr/src/debug/hostapd-2.11/src/wps/wps_upnp_web.c 100644 root:root f0e24ea11b2e016c3378472de4f5703d -RPMIdentity: 4e866c4590df0c641629afb1241d13f0432ff1ebbbe1669597e64f541f67f583b4038de7385902826ab25162144d9ef793db2f87d0c4a68602251020db20df2d +RPMIdentity: f8dc807ecd186b71dbf9bce2305753252eb17451218bb8106fdd36c1341ff3b7d6a531d0d3c2d94260f7f5659bb3a3cbd38c85670d91960d536c530dc36c0b6e