Compare commits
No commits in common. "rawhide" and "f40" have entirely different histories.
2 changed files with 10 additions and 46 deletions
4
sources
4
sources
|
|
@ -1,2 +1,2 @@
|
|||
SHA512 (znc-1.10.1.tar.gz) = f125eef5a9f8bfcd278951971638fe8a937261001bfd8f6438fc51fda666b97c00780c5c6f1a921b3db79cb7656bc9675eb3881b18b22b7738e0976ebcca7cb3
|
||||
SHA512 (znc-1.10.1.tar.gz.sig) = a85b65dacce72d51cda4260ff881496c82b77dabf273fda1c3f536360950755700b352a6d22bac01c808abae13c4b686a2e5f36b0351e0b77ec032057caee311
|
||||
SHA512 (znc-1.9.1.tar.gz) = 939eafbb2f20569d1b15b66e38b7da7a5210f2023e6fc98018566bd757d62d8ef2682d4b4e3b326a933a99cd7d9d65596ff0e2c43a2315c70e27c64f02d526a6
|
||||
SHA512 (znc-1.9.1.tar.gz.sig) = f9c0134ed8248828871d5ff8d0fc72a7b94426871ad75957aa675274a9da1a8957fae09603cee03729b33d42e14fcbf5f1952867fa38fef4e2860d62944af488
|
||||
|
|
|
|||
52
znc.spec
52
znc.spec
|
|
@ -12,8 +12,8 @@
|
|||
%endif # 0%{?fedora} || 0%{?rhel} >= 7
|
||||
|
||||
Name: znc
|
||||
Version: 1.10.1
|
||||
Release: 1%{?dist}
|
||||
Version: 1.9.1
|
||||
Release: 4%{?dist}
|
||||
Summary: An advanced IRC bouncer
|
||||
|
||||
# Automatically converted from old format: ASL 2.0 - review is highly recommended.
|
||||
|
|
@ -52,6 +52,7 @@ BuildRequires: perl(ExtUtils::Embed)
|
|||
Obsoletes: znc-extra <= %{version}-%{release}
|
||||
%endif # 0%{?rhel} && 0%{?rhel} <= 9
|
||||
|
||||
Requires(pre): shadow-utils
|
||||
BuildRequires: systemd
|
||||
%{?systemd_requires}
|
||||
|
||||
|
|
@ -128,11 +129,6 @@ rm -rf "$gpghome" $key.gpg # Cleanup tmp gpg home dir and dearmored key
|
|||
# The manual page references /usr/local/; fix that
|
||||
sed -ie 's!/usr/local/!/usr/!' man/znc.1
|
||||
|
||||
# Create a sysusers.d config file
|
||||
cat >znc.sysusers.conf <<EOF
|
||||
u znc - 'Account for ZNC to run as' /var/lib/znc -
|
||||
EOF
|
||||
|
||||
%build
|
||||
%if 0%{?rhel} == 7
|
||||
sed -e 's/"openssl"/"openssl11"/g' -i configure
|
||||
|
|
@ -143,10 +139,6 @@ sed -e 's/"openssl"/"openssl11"/g' -i configure
|
|||
%global _smp_build_ncpus 1
|
||||
%endif
|
||||
|
||||
%ifarch x86_64
|
||||
%global _smp_build_ncpus 1
|
||||
%endif
|
||||
|
||||
%cmake \
|
||||
%if 0%{?with_modperl}
|
||||
-DWANT_PERL=1 \
|
||||
|
|
@ -167,9 +159,12 @@ sed -e 's/"openssl"/"openssl11"/g' -i configure
|
|||
install -d "%{buildroot}%{_sharedstatedir}/znc"
|
||||
%py_byte_compile %{__python3} %{buildroot}%{_libdir}/znc/
|
||||
|
||||
install -m0644 -D znc.sysusers.conf %{buildroot}%{_sysusersdir}/znc.conf
|
||||
|
||||
|
||||
%pre
|
||||
getent group znc >/dev/null || groupadd -r znc
|
||||
getent passwd znc >/dev/null || \
|
||||
useradd -r -g znc -d /var/lib/znc -s /sbin/nologin \
|
||||
-c "Account for ZNC to run as" znc
|
||||
|
||||
|
||||
%post
|
||||
|
|
@ -206,7 +201,6 @@ install -m0644 -D znc.sysusers.conf %{buildroot}%{_sysusersdir}/znc.conf
|
|||
%exclude %{_datadir}/znc/modtcl/
|
||||
%{_unitdir}/znc.service
|
||||
%attr(-,znc,znc) %{_sharedstatedir}/znc/
|
||||
%{_sysusersdir}/znc.conf
|
||||
|
||||
%files devel
|
||||
%{_bindir}/znc-buildmod
|
||||
|
|
@ -235,36 +229,6 @@ install -m0644 -D znc.sysusers.conf %{buildroot}%{_sysusersdir}/znc.conf
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Oct 13 2025 Ben Maconi <turboben@fedoraproject.org> - 1.10.1-1
|
||||
- Updated to 1.10.1
|
||||
|
||||
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 1.9.1-13
|
||||
- Rebuilt for Python 3.14.0rc3 bytecode
|
||||
|
||||
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 1.9.1-12
|
||||
- Rebuilt for Python 3.14.0rc2 bytecode
|
||||
|
||||
* Wed Aug 06 2025 František Zatloukal <fzatlouk@redhat.com> - 1.9.1-11
|
||||
- Rebuilt for icu 77.1
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Mon Jul 07 2025 Jitka Plesnikova <jplesnik@redhat.com> - 1.9.1-9
|
||||
- Perl 5.42 rebuild
|
||||
|
||||
* Mon Jun 02 2025 Python Maint <python-maint@redhat.com> - 1.9.1-8
|
||||
- Rebuilt for Python 3.14
|
||||
|
||||
* Tue Feb 11 2025 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.9.1-7
|
||||
- Add sysusers.d config file to allow rpm to create users/groups automatically
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Sun Dec 08 2024 Pete Walter <pwalter@fedoraproject.org> - 1.9.1-5
|
||||
- Rebuild for ICU 76
|
||||
|
||||
* Sun Aug 25 2024 Neil Hanlon <neil@shrug.pw> - 1.9.1-4
|
||||
- switch to pure cmake (1.9.0 turned configure into a wrapper which dropped options)
|
||||
- resolve ftbfs, fti, new version (#226393 #2301380 #2292226)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue