[GF-Users] GF10 is now released!
Peter
peter at pajamian.dhs.org
Thu Aug 21 04:58:31 MST 2025
Thanks I'll fix all of that as soon as I can.
My tooling keeps the spec file separate and I just update the content
and rebuild, so having to rename it every time there's a version change
is unnecessary work, also spec files don't generally have version
numbers in the filename.
You can unpack the source rpm file to get the spec file and other
sources easily and then use either rpmbuild or mock to create a new one
once you're finished. The command: `rpm2cpio filename.rpm | cpio -id`
will unpack any rpm file including .src.rpm files into the current
directory (I suggest creating an empty directory for this).
Peter
On 21/08/25 02:53, Michael Webb wrote:
> Thanks Peter
>
> Am in the process of migrating to EL10 and have noticed some other minor issues. Know you have been really busy so please address when convenient.
>
> tlsrpt-reporter
> ---------------------
> when installing tlsrpt-reporter package output from the install:
> /usr/lib/sysusers.d/tlsrpt.conf:1: Unknown modifier 'u!'.
> /usr/lib/tmpfiles.d/tlsrpt.conf:1: Failed to resolve user 'tlsrpt': No such process
>
> 1. the "u!" needs to be replaced with "u" in /usr/lib/sysusers.d/tlsrpt.conf
> 2. tlsrpt group seems to be there already so only need to add "useradd -g tlsrpt tlsrpt" as part of the spec sequence>
>
> Postfix-tlspol
> ------------------
> Git Package was recently updated from 1.8.12 to 1.8.13. Can either use my tar.gz from https://www.integrilog.com/adhj5jkuuk2sfsf0/postfix-tlspol or use wget
> wget https://github.com/Zuplu/postfix-tlspol/archive/refs/tags/v1.8.13.tar.gz -O /root/rpmbuild/SOURCES/postfix-tlspol-1.8.13.tar.gz
> I made an attempt to update your latest spec file (version, release and changelog only) and successfully built for EL10. I noticed in changelogs that you removed version from the spec filename but the previous links you provided for the spec examples hide the real filename so could not see how you do that.
>
> Thanks
> Mike
>
>
>
> -----Original Message-----
> From: users-bounces at lists.ghettoforge.net <users-bounces at lists.ghettoforge.net> On Behalf Of Peter
> Sent: Wednesday, August 20, 2025 1:07 AM
> To: users at lists.ghettoforge.net
> Subject: Re: [GF-Users] GF10 is now released!
>
> I noticed the same issue with dovecot, fixing that as well.
>
>
> Peter
>
>
> On 20/08/25 19:00, Peter wrote:
>> Fixed after adding provides for user(postfix) and group(postdrop).
>>
>> Note: also bumped postfix to 3.10.4 in the process.
>>
>>
>> Peter
>>
>>
>> On 19/08/25 20:26, Peter wrote:
>>> After some investigation it looks like postfix3 depends on
>>> user(postfix) which is provided by postfix. I think the best way to
>>> fix it will be to add a provide for user(postfix) to postfix3 so it
>>> won't need to pull in postfix for it.
>>>
>>>
>>> Peter
>>>
>>>
>>> On 19/08/25 13:28, Peter wrote:
>>>> That's strange because I don't think the package even has any weak deps.
>>>> I'll look into it.
>>>>
>>>>
>>>> Peter
>>>>
>>>>
>>>> On 18/08/25 20:05, Michael Webb wrote:
>>>>> Awesome thank you!
>>>>>
>>>>> FYI. Had to install postfix3 with
>>>>> "--setopt=install_weak_deps=false" on Rocky 10 to get shell to
>>>>> ignore the native Rocky postfix package
>>>>>
>>>>> dnf --nogpg install
>>>>> https://mirror.ghettoforge.net/distributions/gf/gf-release-latest.g
>>>>> f.el10.noarch.rpm dnf shell --enablerepo=gf-plus --enablerepo=gf
>>>>> --setopt=install_weak_deps=false
>>>>>> install postfix3 postfix3-pcre postfix-tlspol tlsrpt-reporter #and
>>>>>> anything else you need run quit
>>>>>
>>>>> Mike
>>>>>
>>>>>
>>>>>
>>>>> -----Original Message-----
>>>>> From: users-bounces at lists.ghettoforge.net
>>>>> <users-bounces at lists.ghettoforge.net> On Behalf Of Peter Ajamian
>>>>> Sent: Sunday, August 17, 2025 11:25 PM
>>>>> To: announce at lists.ghettoforge.net; GhettoForge Users mailing list
>>>>> <users at lists.ghettoforge.net>
>>>>> Subject: [GF-Users] GF10 is now released!
>>>>>
>>>>> GhettoForge has now released repos for EL10:
>>>>>
>>>>> http://www.ghettoforge.net/index.php/Usage
>>>>> https://mirror.ghettoforge.net/distributions/gf/el/10/
>>>>>
>>>>>
>>>>> Peter Ajamian
>>>>>
>>>>> _______________________________________________
>>>>> users mailing list
>>>>> users at lists.ghettoforge.net
>>>>> http://lists.ghettoforge.net/mailman/listinfo/users
>>>>> _______________________________________________
>>>>> users mailing list
>>>>> users at lists.ghettoforge.net
>>>>> http://lists.ghettoforge.net/mailman/listinfo/users
>>>>
>>>> _______________________________________________
>>>> users mailing list
>>>> users at lists.ghettoforge.net
>>>> http://lists.ghettoforge.net/mailman/listinfo/users
>>>
>>> _______________________________________________
>>> users mailing list
>>> users at lists.ghettoforge.net
>>> http://lists.ghettoforge.net/mailman/listinfo/users
>>
>> _______________________________________________
>> users mailing list
>> users at lists.ghettoforge.net
>> http://lists.ghettoforge.net/mailman/listinfo/users
>
> _______________________________________________
> users mailing list
> users at lists.ghettoforge.net
> http://lists.ghettoforge.net/mailman/listinfo/users
> _______________________________________________
> users mailing list
> users at lists.ghettoforge.net
> http://lists.ghettoforge.net/mailman/listinfo/users
More information about the users
mailing list