Description of problem: First run of "rpmconf -a" resulted into: >rpmconf -a /usr/sbin/rpmconf: řádek 101: [: příliš mnoho argumentů /usr/sbin/rpmconf: řádek 104: [: příliš mnoho argumentů /usr/sbin/rpmconf: řádek 101: [: příliš mnoho argumentů /usr/sbin/rpmconf: řádek 104: [: příliš mnoho argumentů /usr/sbin/rpmconf: řádek 101: [: příliš mnoho argumentů /usr/sbin/rpmconf: řádek 104: [: příliš mnoho argumentů Configuration file /etc/php.ini is available in new version. Do you want to: [1] Keep your original file 2 Install maintainer version of this file 3 View differencies Your choice: A bit debugging revealed two problems: 1) You have to quote $CONFFILE as it can contain spaces: if [ -f "$CONFFILE.rpmnew" ]; then handle_rpmnew $CONFFILE $CONFFILE.rpmnew fi if [ -f "$CONFFILE.rpmsave" ]; then handle_rpmsave $CONFFILE $CONFFILE.rpmsave fi 2) Your script doesn't take localisation into account. You grep for "(contains no files)", but I have "(neobsahuje žádné soubory)" which passes through (and contains spaces, here we go back to problem 1) You have to unset LANG before you call rpm, then you'll get unlocalised messages: unset LANG rpm -qc $PACKAGE |grep -v '(contains no files)' | \ ... Version-Release number of selected component (if applicable): rpmconf-0.1.6-1.fc11.noarch
Please fix also following typos: s/maintainer recommend/maintainer recommends/ s/Return back your/Return back to your/ Otherwise thanks for writing this up, it saves a lot of time indeed. Would you mind requesting the F-10 branch too?
Fixed in commits: f067c4c1e5cfcc0389a025abaa60f3500c4d12ed e5012b0036e633b2dd1844f5f76fa9d3dd1d80f6 6df387ba1d744fc9060f8e702acc417a81225d32 I plan to make some modification soon. Will then release new version. Keeping modified till then. I do not plan requesting the F-10 branch too.
Would you mind me maintaining the F-10 branch?
Sorry for the long delay. The fix is in new version, which I just build for rawhide. I would be pleased if you will co-maintain this package. Even if only for old branches. Please make such request in FAS and I will confirm it. I you will have any question about co-maintaining do not hesitate to send me email directly.
rpmconf-0.1.8-1.el4 has been submitted as an update for Fedora EPEL 4. http://admin.fedoraproject.org/updates/rpmconf-0.1.8-1.el4
rpmconf-0.1.8-1.el5 has been submitted as an update for Fedora EPEL 5. http://admin.fedoraproject.org/updates/rpmconf-0.1.8-1.el5
rpmconf-0.1.8-1.fc10 has been submitted as an update for Fedora 10. http://admin.fedoraproject.org/updates/rpmconf-0.1.8-1.fc10
rpmconf-0.1.8-1.fc11 has been submitted as an update for Fedora 11. http://admin.fedoraproject.org/updates/rpmconf-0.1.8-1.fc11
rpmconf-0.1.8-1.fc10 has been pushed to the Fedora 10 stable repository. If problems still persist, please make note of it in this bug report.
rpmconf-0.1.8-1.fc11 has been pushed to the Fedora 11 stable repository. If problems still persist, please make note of it in this bug report.
rpmconf-0.1.8-1.el5 has been pushed to the Fedora EPEL 5 stable repository. If problems still persist, please make note of it in this bug report.
rpmconf-0.1.8-1.el4 has been pushed to the Fedora EPEL 4 stable repository. If problems still persist, please make note of it in this bug report.