On Sun, 2018-11-04 at 18:24 -0800, Samuel Sieb wrote: > On 11/4/18 7:18 AM, stan wrote: > > On Sun, 04 Nov 2018 14:29:08 +0000 > > ja <ja@xxxxxxxxxx> wrote: > > > warning: %post(tex-fonts-hebrew-0.1-28.fc29.noarch) scriptlet failed, > > > exit status 255 Error in POSTIN scriptlet in rpm package > > > tex-fonts-hebrew Installed: tex-fonts-hebrew-0.1-28.fc29.noarch > > > > This is strange, since it is the same package as f28, just rebuilt in > > the f29 environment. You could try installing the f28 package from here > > https://koji.fedoraproject.org/koji/buildinfo?buildID=1042001 > > to see if it has the same issue. > > It's a known issue. Fixes should be in testing now. > https://bugzilla.redhat.com/show_bug.cgi?id=1555931 > _______________________________________________ Thanks for the reference I still cannot get a local repo working No new downloads appear in /global/local_repos/29 AFAIK the files below are "the same" as for F28 - which worked perfectly I have tried putting an rpm (nedit) into my local repo and running createrepo by hand dnf install nedit does indeed pick up the rpm from my repo [root@paxos:/var/cache/dnf]$ dnf repoquery --repoid=local-29-update Last metadata expiration check: 0:07:06 ago on Mon 05 Nov 2018 10:48:50 GMT. nedit-0:5.7-5.fc29.x86_64 So it is the putting of the rpms into the repo that is the problem. Can anyone spot a mistake in my config files? //------------------------------ cat /etc/dnf/dnf.conf [main] gpgcheck=1 installonly_limit=3 clean_requirements_on_remove=True keepcache=1 metadata_expire=1000 deltarpm=False //------------------------------ cat /etc/dnf/plugins/local.conf [main] enabled = true repodir = /global/local_repos/29 [createrepo] enabled = true //------------------------------ cat /etc/yum.repos.d/local-29-update.repo [local-29-update] name=Local ja Fedora $releasever $basearch Updates cost=1 baseurl=file:///global/local_repos/$releasever/ enabled=1 gpgcheck=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch metadata_expire=120 //------------------------------ _______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx