SQLite format 3@ .,P = ggi g%gB1161:6fd41cace63fb2ee8f94d4d59bd375dfe95feaee1173:6d8a323bea828fa5fb0f322a59620ebe62604f8c8install -y pgadmin4-9.2-1.el8.noarch xdg-utils@ gg/ g g 1166:1bda499fe3746e7b725d912cfbe4eb76687258d51161:6fd41cace63fb2ee8f94d4d59bd375dfe95feaee8remove -y pgadmin4 pgadmin4-web pgadmin4-desktop pgadmin4-server python3-mod_wsgi  trans!trans_item  pgAdmin4 appstream @System 1a Afailed to read link /etc/ld.so.conf.d/postgresql-pgdg-libs.conf: No such file or directoryl Ywarning: file /etc/httpd/conf.modules.d/10-wsgi-python3.conf: remove failed: No such file or directory_ ?warning: /etc/httpd/conf.d/pgadmin4.conf saved as /etc/httpd/conf.d/pgadmin4.conf.rpmsave       "~qdVI</"                                                        j@|; ^ >  ./#postgresql17-libs17.41PGDG.rhel8x86_64"%pgadmin4-web9.21.el8noarch%+pgadmin4-server9.21.el8x86_64&-pgadmin4-desktop9.21.el8x86_64  pgadmin49.21.el8noarchL ?K python39-setuptools-wheel50.3.26.module+el8.10.0+1861+0f5e39ecnoarchF 3K python39-setuptools50.3.26.module+el8.10.0+1861+0f5e39ecnoarchE 1K python39-pip-wheel20.2.49.module+el8.10.0+1860+afcc1c71noarch? %K python39-pip20.2.49.module+el8.10.0+1860+afcc1c71noarchC/Kpython39-mod_wsgi4.7.17.module+el8.10.0+1860+afcc1c71x86_64@'Kpython39-libs3.9.201.module+el8.10.0+1876+829fd4e0x86_64;Kpython393.9.201.module+el8.10.0+1876+829fd4e0x86_64(-python3-mod_wsgi4.6.45.el8x86_64#%pgadmin4-web6.211.el8noarch&+pgadmin4-server6.211.el8x86_64'-pgadmin4-desktop6.211.el8x86_64 pgadmin46.211.el8noarch         K $ n E D j./#postgresql17-libs17.41PGDG.rhel8x86_64"%pgadmin4-web9.21.el8noarch%+pgadmin4-server9.21.el8x86_64&-pgadmin4-desktop9.21.el8x86_64pgadmin49.21.el8noarch L?Kpython39-setuptools-wheel50.3.26.module+el8.10.0+1861+0f5e39ecnoarch F3Kpython39-setuptools50.3.26.module+el8.10.0+1861+0f5e39ecnoarch E1Kpython39-pip-wheel20.2.49.module+el8.10.0+1860+afcc1c71noarch ?%Kpython39-pip20.2.49.module+el8.10.0+1860+afcc1c71noarch C/Kpython39-mod_wsgi4.7.17.module+el8.10.0+1860+afcc1c71x86_64@'Kpython39-libs3.9.201.module+el8.10.0+1876+829fd4e0x86_64;Kpython393.9.201.module+el8.10.0+1876+829fd4e0x86_64(-python3-mod_wsgi4.6.45.el8x86_64#%pgadmin4-web6.211.el8noarch&+pgadmin4-server6.211.el8x86_64'-pgadmin4-desktop6.211.el8x86_64 pgadmin46.211.el8noarch        6 8PI AU/indexsqlite_autoindex_comps_environmen {tabletranstransCREATE TABLE trans ( id INTEGER PRIMARY KEY AUTOINCREMENT, dt_begin INTEGER NOT NULL, /* (unix timestamp) date and time of transaction begin */ dt_end INTEGER, /* (unix timestamp) date and time of transaction end */ rpmdb_version_begin TEXT, rpmdb_version_end TEXT, releasever TEXT NOT NULL, /* var: $releasever */ user_id INTEGER NOT NULL, /* user ID (UID) */ cmdline TEXT, /* recorded command line (program, options, arguments) */ state INTEGER NOT NULL /* (enum) */ , comment TEXT DEFAULT '');--)tableitem_replaced_byitem_replaced_byCREATE TABLE item_replaced_by ( /* M:N relationship between transaction items */ trans_item_id INTEGER REFERENCES trans_item(id), by_trans_item_id INTEGER REFERENCES trans_item(id), PRIMARY KEY (trans_item_id, by_trans_item_id) )?S-indexsqlite_autoindex_item_replaced_by_1item_replaced_by ^!!tabletrans_itemtrans_itemCREATE TABLE trans_item ( id INTEGER PRIMARY KEY AUTOINCREMENT, trans_id INTEGER REFERENCES trans(id), item_id INTEGER REFERENCES item(id), repo_id INTEGER REFERENCES repo(id), action INTEGER NOT NULL, /* (enum) */ reason INTEGER NOT NULL, /* (enum) */ state INTEGER NOT NULL /* (enum) */ )'1tableitemitemCREATE TABLE item ( id INTEGER PRIMARY KEY, item_type INTEGER NOT NULL /* (enum) 1: rpm, 2: group, 3: env ...*/ )))?tableconsole_outputconsole_outputCREATE TABLE console_output ( id INTEGER PRIMARY KEY, trans_id INTEGER REFERENCES trans(id), file_descriptor INTEGER NOT NULL, /* stdout: 1, stderr : 2 */ line TEXT NOT NULL )tablereporepoCREATE TABLE repo ( id INTEGER PRIMARY KEY, repoid TEXT NOT NULL /* repository ID aka 'repoid' */ )P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)x B  g F?Bn7tableconfigconfigCREATE TABLE config ( key TEXT PRIMARY KEY, value TEXT NOT NULL )+?indexsqlite_autoindex_config_1config^1!yindextrans_item_item_idtrans_itemCREATE INDEX trans_item_item_id ON trans_item(item_id)a3!}indextrans_item_trans_idtrans_itemCREATE INDEX trans_item_trans_id ON trans_item(trans_id)9Qindexrpm_namerpmCREATE INDEX rpm_name ON rpm(name)L;;/tablecomps_environment_groupcomps_environment_groupCREATE TABLE comps_environment_group ( id INTEGER PRIMARY KEY AUTOINCREMENT, environment_id INTEGER NOT NULL, groupid TEXT NOT NULL, installed INTEGER NOT NULL, group_type INTEGER NOT NULL, FOREIGN KEY(environment_id) REFERENCES comps_environment(item_id), CONSTRAINT comps_environment_group_unique_groupid UNIQUE (environment_id, groupid) )Ma;indexsqlite_autoindex_comps_environment_group_1comps_environment_groupAU/indexsqlite_autoindex_comps_environment_1comps_environment;//%tablecomps_environmentcomps_environmentCREATE TABLE comps_environment ( item_id INTEGER UNIQUE NOT NULL, environmentid TEXT NOT NULL, name TEXT NOT NULL, translated_name TEXT NOT NULL, pkg_types INTEGER NOT NULL, FOREIGN KEY(item_id) REFERENCES item(id) )EY3indexsqlite_autoindex_comps_group_package_1comps_group_package33Ytablecomps_group_packagecomps_group_packageCREATE TABLE comps_group_package ( id INTEGER PRIMARY KEY AUTOINCREMENT, group_id INTEGER NOT NULL, name TEXT NOT NULL, installed INTEGER NOT NULL, pkg_type INTEGER NOT NULL, FOREIGN KEY(group_id) REFERENCES comps_group(item_id), CONSTRAINT comps_group_package_unique_name UNIQUE (group_id, name) )5I#indexsqlite_autoindex_comps_group_1comps_group### tablecomps_groupcomps_groupCREATE TABLE comps_group ( item_id INTEGER UNIQUE NOT NULL, groupid TEXT NOT NULL, name TEXT NOT NULL, translated_name TEXT NOT NULL, pkg_types INTEGER NOT NULL, FOREIGN KEY(item_id) REFERENCES item(id) )% 9indexsqlite_autoindex_rpm_2rpm% 9indexsqlite_autoindex_rpm_1rpm  #tablerpmrpm CREATE TABLE rpm ( item_id INTEGER UNIQUE NOT NULL, name TEXT NOT NULL, epoch INTEGER NOT NULL, /* empty epoch is stored as 0 */ version TEXT NOT NULL, release TEXT NOT NULL, arch TEXT NOT NULL, FOREIGN KEY(item_id) REFERENCES item(id), CONSTRAINT rpm_unique_nevra UNIQUE (name, epoch, version, release, arch) )3 G!indexsqlite_autoindex_trans_with_1trans_with  !!utabletrans_withtrans_with CREATE TABLE trans_with ( id INTEGER PRIMARY KEY AUTOINCREMENT, trans_id INTEGER REFERENCES trans(id), item_id INTEGER REFERENCES item(id), CONSTRAINT trans_with_unique_trans_item UNIQUE (trans_id, item_id) )   p_H0/postgresql17-libs%pgadmin4-web+pgadmin4-server-pgadmin4-desktop pgadmin4 ?python39-setuptools-wheel 3python39-setuptools 1python39-pip-wheel %python39-pip /python39-mod_wsgi'python39-libs python39-python3-mod_wsgi%pgadmin4-web+pgadmin4-server-pgadmin4-desktop  pgadmin4                  version1.2   version