On 06/10/13 05:10 PM, Reindl Harald wrote:
rpm -qa | grep cronie


[root@localhost frank]# rpm -qa | grep cronie
cronie-1.4.10-6.fc19.i686
cronie-anacron-1.4.10-7.fc19.i686
cronie-1.4.10-7.fc19.i686
[root@localhost frank]#


Package cleanup didn't work.


[root@localhost frank]# package-cleanup --dupes
Loaded plugins: langpacks, refresh-packagekit
cronie-1.4.10-6.fc19.i686
cronie-1.4.10-7.fc19.i686
[root@localhost frank]# package-cleanup --cleandupes
Loaded plugins: langpacks, refresh-packagekit
--> Running transaction check
---> Package cronie.i686 0:1.4.10-6.fc19 will be erased
--> Finished Dependency Resolution

Dependencies Resolved

====================================================================================================
 Package            Arch             Version                     Repository                    Size
====================================================================================================
Removing:
 cronie             i686             1.4.10-6.fc19               @updates-testing             200 k

Transaction Summary
====================================================================================================
Remove  1 Package

Installed size: 200 k
Is this ok [y/N]: y
Downloading packages:
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
/var/tmp/rpm-tmp.lSgJmm: line 2: fg: no job control
error: %preun(cronie-1.4.10-6.fc19.i686) scriptlet failed, exit status 1
Error in PREUN scriptlet in rpm package cronie-1.4.10-6.fc19.i686
  Verifying  : cronie-1.4.10-6.fc19.i686                                                        1/1

Failed:
  cronie.i686 0:1.4.10-6.fc19            

Tried to remove cronie-anacron because it's keeping cronie installed but that
didn't work.                                                         

[root@localhost frank]# yum erase  cronie-anacron-1.4.10-7.fc19.i686
Loaded plugins: langpacks, refresh-packagekit
Resolving Dependencies
--> Running transaction check
---> Package cronie-anacron.i686 0:1.4.10-7.fc19 will be erased
--> Processing Dependency: dailyjobs for package: cronie-1.4.10-7.fc19.i686
--> Processing Dependency: dailyjobs for package: cronie-1.4.10-6.fc19.i686
--> Running transaction check
---> Package cronie.i686 0:1.4.10-6.fc19 will be erased
---> Package cronie.i686 0:1.4.10-7.fc19 will be erased
--> Processing Dependency: /etc/cron.d for package: crontabs-1.11-5.20121102git.fc19.noarch
--> Processing Dependency: /usr/bin/crontab for package: redhat-lsb-core-4.1-14.fc19.i686
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package crontabs.noarch 0:1.11-5.20121102git.fc19 will be erased
--> Processing Dependency: crontabs for package: mlocate-0.26-3.fc19.i686
---> Package redhat-lsb-core.i686 0:4.1-14.fc19 will be erased
--> Processing Dependency: redhat-lsb-core(x86-32) = 4.1 for package: redhat-lsb-cxx-4.1-14.fc19.i686
--> Processing Dependency: redhat-lsb-core(x86-32) = 4.1 for package: redhat-lsb-languages-4.1-14.fc19.i686
--> Processing Dependency: redhat-lsb-core(x86-32) = 4.1 for package: redhat-lsb-printing-4.1-14.fc19.i686
--> Processing Dependency: redhat-lsb-core(x86-32) = 4.1 for package: redhat-lsb-desktop-4.1-14.fc19.i686
--> Processing Dependency: redhat-lsb-core(x86-32) = 4.1 for package: redhat-lsb-4.1-14.fc19.i686
--> Running transaction check
---> Package mlocate.i686 0:0.26-3.fc19 will be erased
---> Package redhat-lsb.i686 0:4.1-14.fc19 will be erased
--> Processing Dependency: lsb >= 4.0 for package: google-chrome-unstable-31.0.1650.8-1.i386
---> Package redhat-lsb-cxx.i686 0:4.1-14.fc19 will be erased
---> Package redhat-lsb-desktop.i686 0:4.1-14.fc19 will be erased
---> Package redhat-lsb-languages.i686 0:4.1-14.fc19 will be erased
---> Package redhat-lsb-printing.i686 0:4.1-14.fc19 will be erased
--> Running transaction check
---> Package google-chrome-unstable.i386 0:31.0.1650.8-1 will be erased
--> Processing Dependency: /usr/bin/locate for package: catfish-0.4.0.2-3.fc19.noarch
--> Restarting Dependency Resolution with new changes.
--> Running transaction check
---> Package catfish.noarch 0:0.4.0.2-3.fc19 will be erased
--> Finished Dependency Resolution

Dependencies Resolved

====================================================================================================
 Package                     Arch        Version                        Repository             Size
====================================================================================================
Removing:
 cronie-anacron              i686        1.4.10-7.fc19                  @updates-testing       40 k
Removing for dependencies:
 catfish                     noarch      0.4.0.2-3.fc19                 @updates              293 k
 cronie                      i686        1.4.10-6.fc19                  @updates-testing      200 k
 cronie                      i686        1.4.10-7.fc19                  @updates              200 k
 crontabs                    noarch      1.11-5.20121102git.fc19        installed             3.6 k
 google-chrome-unstable      i386        31.0.1650.8-1                  @google-chrome        151 M
 mlocate                     i686        0.26-3.fc19                    installed             373 k
 redhat-lsb                  i686        4.1-14.fc19                    installed             0.0 
 redhat-lsb-core             i686        4.1-14.fc19                    installed              44 k
 redhat-lsb-cxx              i686        4.1-14.fc19                    installed             0.0 
 redhat-lsb-desktop          i686        4.1-14.fc19                    installed             0.0 
 redhat-lsb-languages        i686        4.1-14.fc19                    installed             814 
 redhat-lsb-printing         i686        4.1-14.fc19                    installed             0.0 

Transaction Summary
====================================================================================================
Remove  1 Package (+12 Dependent packages)

Installed size: 152 M
Is this ok [y/N]: n

What's next ???


Thanks