Bug 865498 - Should drop Requires(post): chkconfig eventually
Summary: Should drop Requires(post): chkconfig eventually
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: openssh
Version: 18
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Petr Lautrbach
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-10-11 15:16 UTC by Adam Jackson
Modified: 2012-12-20 16:01 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-12-20 16:01:44 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Adam Jackson 2012-10-11 15:16:31 UTC
F18's openssh-server has %triggerun scripts to handle migration from older versions of openssh-server.  So old, in fact, that they're older than what shipped in F16:

% koji -q latest-pkg f16 openssh
openssh-5.8p2-16.fc16.1                   f16                   jfch2222

Versus:

===
%triggerun -n openssh-server -- openssh-server < 5.8p2-12
/usr/bin/systemd-sysv-convert --save sshd >/dev/null 2>&1 || :
/bin/systemctl enable sshd.service >/dev/null 2>&1
/sbin/chkconfig --del sshd >/dev/null 2>&1 || :
/bin/systemctl try-restart sshd.service >/dev/null 2>&1 || :

%triggerpostun -n openssh-server-sysvinit -- openssh-server < 5.8p2-12
/sbin/chkconfig --add sshd >/dev/null 2>&1 || :
===

Upgrades that skip a release aren't supported, so this is probably safe to drop even in F18, but certainly should be dropped in F19.

Comment 1 Petr Lautrbach 2012-10-12 11:02:38 UTC
will be dropped in next F18 and rawhide openssh release. Thanks.

Comment 2 Fedora Update System 2012-10-29 10:48:01 UTC
openssh-6.1p1-2.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/openssh-6.1p1-2.fc18

Comment 3 Fedora Update System 2012-10-29 18:13:23 UTC
Package openssh-6.1p1-2.fc18:
* should fix your issue,
* was pushed to the Fedora 18 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing openssh-6.1p1-2.fc18'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2012-17159/openssh-6.1p1-2.fc18
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2012-12-20 16:01:46 UTC
openssh-6.1p1-2.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.