Bug 865498

Summary: Should drop Requires(post): chkconfig eventually
Product: [Fedora] Fedora Reporter: Adam Jackson <ajax>
Component: opensshAssignee: Petr Lautrbach <plautrba>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: mattias.ellert, mgrepl, plautrba, tmraz
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-12-20 16:01:44 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.