Bug 1482840

Summary: NetworkManager-sstp dependency issues
Product: [Fedora] Fedora Reporter: Ali Akcaagac <aliakc>
Component: NetworkManager-sstpAssignee: Marcin Zajaczkowski <mszpak>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: rawhideCC: lkundrak, mszpak
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2017-08-20 08:38:08 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 Ali Akcaagac 2017-08-18 08:14:57 UTC
dnf complains dependency issue for the following packages:

NetworkManager-sstp		sstp-client
NetworkManager-sstp-gnome

Please fix if possible.

*rawhide*

Comment 1 Marcin Zajaczkowski 2017-08-19 10:58:59 UTC
I rebuilt it against the current ppp (in master and f27 branches):
https://koji.fedoraproject.org/koji/buildinfo?buildID=951412

Btw, is there an easy way to check it without waiting for the next "Broken dependencies" report (or switching local installation to rawhide)?

Comment 2 Ali Akcaagac 2017-08-19 11:46:03 UTC
(In reply to Marcin Zajaczkowski from comment #1)
> Btw, is there an easy way to check it without waiting for the next "Broken
> dependencies" report (or switching local installation to rawhide)?

Run this once a while whithout switching installation to rawhide or breaking current installation:

sudo dnf group install "Xfce Desktop" --releasever=rawhide --disablerepo=* --enablerepo=*rawhide* --installroot=/tmp/rawhide --assumeno

What it does is this:

sudo dnf group install "Xfce Desktop" should be clear! It tries installing said group and resolves dependencies for said releasever!

--releasever=rawhide switches dnf to grab the rawhide packages
--disablerepo=* disable all other repositories you may have.. also copr
--enablerepo=*fedora* excplicitly enables *rawhide* (pay attention to the asterix)
--installroot=/tmp/rawhide will download all metapackages, packagelists, cache and so on in /tmp/rawhide (to prevent polluting your cache in /var). You can delete that directoy again once the dnf process is finished... or simply wait for reboot to have it nuked.
--assumeno ... tells dnf to not download anything... just resolve, check, inform and exit.

Comment 3 Marcin Zajaczkowski 2017-08-19 12:40:32 UTC
Thanks for detailed explanation Ali!

The problem is still reported on my machine, but the old sstp-client version is used. I will wait a while to make it available in the rawhide repo.

Btw, how long can it take to make a package from Koji available in the rawhide repo?

Comment 4 Marcin Zajaczkowski 2017-08-19 12:43:20 UTC
Btw2, in the same time I've got an email:
> NetworkManager-sstp's builds are back to normal in Fedora rawhide
> 	https://apps.fedoraproject.org/koschei/package/NetworkManager-sstp?collection=f27

Comment 5 Marcin Zajaczkowski 2017-08-20 08:38:08 UTC
Seems to be indeed fixed (tested with trying with the aforementioned dnf command). Closing.