ius-coredev team mailing list archive
-
ius-coredev team
-
Mailing list archive
-
Message #04359
[Bug 1352544] Re: yum-plugin-replace doesn't warn of non-privileged user permissions
Hello Andy,
Thanks for testing. I am not running into the same issue with the el7
test repos:
# cat /etc/centos-release
CentOS Linux release 7.0.1406 (Core)
# yum search php55u --enablerepo=ius-testing
Loaded plugins: fastestmirror, langpacks, replace
Loading mirror speeds from cached hostfile
* base: repos.dfw.quadranet.com
* epel: mirror.compevo.com
* extras: repos.dfw.quadranet.com
* ius: mirror.sothatswhy.org.uk
* ius-testing: mirror.sothatswhy.org.uk
* updates: repos.dfw.quadranet.com
========================================================= N/S matched: php55u ==========================================================
php55u-debuginfo.x86_64 : Debug information for package php55u
php55u-pecl-apcu-debuginfo.x86_64 : Debug information for package php55u-pecl-apcu
php55u-pecl-geoip-debuginfo.x86_64 : Debug information for package php55u-pecl-geoip
php55u-pecl-imagick-debuginfo.x86_64 : Debug information for package php55u-pecl-imagick
php55u-pecl-jsonc-debuginfo.x86_64 : Debug information for package php55u-pecl-jsonc
php55u-pecl-lzf-debuginfo.x86_64 : Debug information for package php55u-pecl-lzf
php55u-pecl-mongo-debuginfo.x86_64 : Debug information for package php55u-pecl-mongo
php55u-pecl-xdebug-debuginfo.x86_64 : Debug information for package php55u-pecl-xdebug
php55u.x86_64 : PHP scripting language for creating dynamic web sites
php55u-bcmath.x86_64 : A module for PHP applications for using the bcmath library
php55u-cli.x86_64 : Command-line interface for PHP
php55u-common.x86_64 : Common files for PHP
php55u-dba.x86_64 : A database abstraction layer module for PHP applications
php55u-devel.x86_64 : Files needed for building PHP extensions
php55u-embedded.x86_64 : PHP library for embedding in applications
php55u-enchant.x86_64 : Human Language and Character Encoding Support
php55u-fpm.x86_64 : PHP FastCGI Process Manager
php55u-gd.x86_64 : A module for PHP applications for using the gd graphics library
php55u-gmp.x86_64 : A module for PHP applications for using the GNU MP library
php55u-imap.x86_64 : A module for PHP applications that use IMAP
php55u-interbase.x86_64 : A module for PHP applications that use Interbase/Firebird databases
php55u-intl.x86_64 : Internationalization extension for PHP applications
php55u-ldap.x86_64 : A module for PHP applications that use LDAP
php55u-litespeed.x86_64 : API for the Litespeed web server
php55u-mbstring.x86_64 : A module for PHP applications which need multi-byte string handling
php55u-mcrypt.x86_64 : Standard PHP module provides mcrypt library support
php55u-mssql.x86_64 : MSSQL database module for PHP
php55u-mysqlnd.x86_64 : A module for PHP applications that use MySQL databases
php55u-odbc.x86_64 : A module for PHP applications that use ODBC databases
php55u-opcache.x86_64 : The Zend OPcache
php55u-pdo.x86_64 : A database access abstraction module for PHP applications
php55u-pear.noarch : PHP Extension and Application Repository framework
php55u-pecl-apcu.x86_64 : APC User Cache
php55u-pecl-apcu-devel.x86_64 : APCu developer files (header)
php55u-pecl-geoip.x86_64 : Extension to map IP addresses to geographic places
php55u-pecl-imagick.x86_64 : Provides a wrapper to the ImageMagick library
php55u-pecl-jsonc.x86_64 : Support for JSON serialization
php55u-pecl-jsonc-devel.x86_64 : JSON developer files (header)
php55u-pecl-lzf.x86_64 : Extension to handle LZF de/compression
php55u-pecl-mongo.x86_64 : PHP MongoDB database driver
php55u-pecl-xdebug.x86_64 : PECL package for debugging PHP scripts
php55u-pgsql.x86_64 : A PostgreSQL database module for PHP
php55u-process.x86_64 : Modules for PHP script using system process interfaces
php55u-pspell.x86_64 : A module for PHP applications for using pspell interfaces
php55u-recode.x86_64 : A module for PHP applications for using the recode library
php55u-snmp.x86_64 : A module for PHP applications that query SNMP-managed devices
php55u-soap.x86_64 : A module for PHP applications that use the SOAP protocol
php55u-tidy.x86_64 : Standard PHP module provides tidy library support
php55u-xml.x86_64 : A module for PHP applications which use XML
php55u-xmlrpc.x86_64 : A module for PHP applications which use the XML-RPC protocol
Name and summary matches only, use "search all" for everything.
Which mirror are you hitting?
-Ben
--
You received this bug notification because you are a member of IUS Core
Development, which is subscribed to IUS Community Project.
https://bugs.launchpad.net/bugs/1352544
Title:
yum-plugin-replace doesn't warn of non-privileged user permissions
Status in IUS Community Project:
New
Bug description:
As mentioned on my PR solving the issue, when yum replace is run as a
non-privileged user, it doesn't complain, and attempts to do the
install/remove.
Sometimes this doesn't even result in an error and leaves the user
confused as to why their package is still the old one.
My PR for the fix is at:
https://github.com/iuscommunity/yum-plugin-replace/pull/6
To manage notifications about this bug go to:
https://bugs.launchpad.net/ius/+bug/1352544/+subscriptions
References