forked from pool/bitlbee
Accepting request 1147614 from server:irc
- Add correct creation of the bitlbee user/group (needed by the latest RPM 4.19). (forwarded request 1144700 from mcepl) OBS-URL: https://build.opensuse.org/request/show/1147614 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bitlbee?expand=0&rev=16
This commit is contained in:
commit
a336ae5bcb
2
bitlbee-user.conf
Normal file
2
bitlbee-user.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
#Type Name ID GECOS Home directory Shell
|
||||||
|
u bitlbee - "user for bitlbee" /var/lib/bitlbee -
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 6 17:20:41 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||||
|
|
||||||
|
- Add correct creation of the bitlbee user/group (needed by the
|
||||||
|
latest RPM 4.19).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 28 20:30:09 UTC 2022 - Antoine Belvire <antoine.belvire@opensuse.org>
|
Tue Jun 28 20:30:09 UTC 2022 - Antoine Belvire <antoine.belvire@opensuse.org>
|
||||||
|
|
||||||
|
44
bitlbee.spec
44
bitlbee.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bitlbee
|
# spec file for package bitlbee
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2024 SUSE LLC
|
||||||
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
# Copyright (c) 2012 Pascal Bleser <pascal.bleser@opensuse.org>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -13,7 +13,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -24,18 +24,17 @@ Release: 0
|
|||||||
Summary: IRC to other Chat Networks Gateway
|
Summary: IRC to other Chat Networks Gateway
|
||||||
License: GPL-2.0-only
|
License: GPL-2.0-only
|
||||||
Group: Productivity/Networking/IRC
|
Group: Productivity/Networking/IRC
|
||||||
URL: http://www.bitlbee.org/
|
URL: https://www.bitlbee.org/
|
||||||
Source: http://get.bitlbee.org/src/bitlbee-%{version}.tar.gz
|
Source: http://get.bitlbee.org/src/bitlbee-%{version}.tar.gz
|
||||||
Source2: %{name}.service-suse.in
|
Source2: %{name}.service-suse.in
|
||||||
|
Source3: bitlbee-user.conf
|
||||||
Patch0: harden_bitlbee.service.patch
|
Patch0: harden_bitlbee.service.patch
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: gnutls-devel
|
BuildRequires: gnutls-devel
|
||||||
BuildRequires: libgcrypt-devel
|
BuildRequires: libgcrypt-devel
|
||||||
BuildRequires: lzo-devel
|
BuildRequires: lzo-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
%if 0%{?suse_version} >= 1500
|
BuildRequires: sysuser-tools
|
||||||
BuildRequires: python3-base
|
|
||||||
%endif
|
|
||||||
BuildRequires: util-linux-systemd
|
BuildRequires: util-linux-systemd
|
||||||
BuildRequires: w3m
|
BuildRequires: w3m
|
||||||
BuildRequires: xmlto
|
BuildRequires: xmlto
|
||||||
@ -46,6 +45,9 @@ BuildRequires: pkgconfig(systemd)
|
|||||||
BuildRequires: pkgconfig(zlib)
|
BuildRequires: pkgconfig(zlib)
|
||||||
Requires: logrotate
|
Requires: logrotate
|
||||||
Requires(pre): shadow
|
Requires(pre): shadow
|
||||||
|
%if 0%{?suse_version} >= 1500
|
||||||
|
BuildRequires: python3-base
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
BitlBee is a gateway between instant messaging and an IRC client.
|
BitlBee is a gateway between instant messaging and an IRC client.
|
||||||
@ -68,6 +70,13 @@ will need to run.
|
|||||||
This package contains the user guide:
|
This package contains the user guide:
|
||||||
%{_docdir}/%{name}/user-guide
|
%{_docdir}/%{name}/user-guide
|
||||||
|
|
||||||
|
%package -n system-user-bitlbee
|
||||||
|
Summary: System user and group bitlbee
|
||||||
|
%sysusers_requires
|
||||||
|
|
||||||
|
%description -n system-user-bitlbee
|
||||||
|
System user for use by the bitlbee service
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: IRC to other Chat Networks Gateway (Devel files)
|
Summary: IRC to other Chat Networks Gateway (Devel files)
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
@ -81,8 +90,7 @@ will need to run.
|
|||||||
This package contains development files for external plugins.
|
This package contains development files for external plugins.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
%patch0 -p1
|
|
||||||
|
|
||||||
# make it verbose!
|
# make it verbose!
|
||||||
find . -name Makefile -exec sed -i.orig 's|@$(CC)|$(CC)|;s|@$(LD)|$(LD)|' {} +
|
find . -name Makefile -exec sed -i.orig 's|@$(CC)|$(CC)|;s|@$(LD)|$(LD)|' {} +
|
||||||
@ -105,6 +113,7 @@ CXXFLAGS="%{optflags} -fno-strict-aliasing" \
|
|||||||
--pidfile="%{daemon_piddir}/%{name}.pid" \
|
--pidfile="%{daemon_piddir}/%{name}.pid" \
|
||||||
--config="%{_localstatedir}/lib/%{name}" \
|
--config="%{_localstatedir}/lib/%{name}" \
|
||||||
--ipcsocket="%{daemon_piddir}/%{name}.sock" \
|
--ipcsocket="%{daemon_piddir}/%{name}.sock" \
|
||||||
|
--verbose=1 \
|
||||||
--purple=1 \
|
--purple=1 \
|
||||||
--otr=1 \
|
--otr=1 \
|
||||||
--msn=1 \
|
--msn=1 \
|
||||||
@ -120,7 +129,10 @@ CXXFLAGS="%{optflags} -fno-strict-aliasing" \
|
|||||||
--plugins=1 \
|
--plugins=1 \
|
||||||
--ssl=gnutls
|
--ssl=gnutls
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
# Don't use %%make_build, it breaks everything!
|
||||||
|
make -O -j V=1
|
||||||
|
|
||||||
|
%sysusers_generate_pre %{SOURCE3} bitlbee system-user-bitlbee.conf
|
||||||
|
|
||||||
%install
|
%install
|
||||||
install -d "%{buildroot}%{_mandir}/man1"
|
install -d "%{buildroot}%{_mandir}/man1"
|
||||||
@ -150,9 +162,11 @@ popd
|
|||||||
install -d "%{buildroot}%{_docdir}/%{name}/user-guide"
|
install -d "%{buildroot}%{_docdir}/%{name}/user-guide"
|
||||||
cp -a doc/user-guide/*.{txt,html} "%{buildroot}%{_docdir}/%{name}/user-guide/"
|
cp -a doc/user-guide/*.{txt,html} "%{buildroot}%{_docdir}/%{name}/user-guide/"
|
||||||
|
|
||||||
|
install -D -m 0644 %{SOURCE3} %{buildroot}%{_sysusersdir}/system-user-bitlbee.conf
|
||||||
|
|
||||||
|
|
||||||
|
%pre -n system-user-bitlbee -f bitlbee.pre
|
||||||
%pre
|
%pre
|
||||||
getent passwd bitlbee >/dev/null || useradd -r -U -d %{_localstatedir}/lib/%{name} -s /sbin/nologin -c "user for %{name}" bitlbee
|
|
||||||
%service_add_pre %{name}.service
|
%service_add_pre %{name}.service
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@ -165,7 +179,6 @@ getent passwd bitlbee >/dev/null || useradd -r -U -d %{_localstatedir}/lib/%{nam
|
|||||||
%service_del_postun %{name}.service
|
%service_del_postun %{name}.service
|
||||||
|
|
||||||
%files -f %{name}.lang
|
%files -f %{name}.lang
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc %dir %{_docdir}/%{name}
|
%doc %dir %{_docdir}/%{name}
|
||||||
%attr(0750,root,bitlbee) %dir %{_sysconfdir}/bitlbee
|
%attr(0750,root,bitlbee) %dir %{_sysconfdir}/bitlbee
|
||||||
%{_unitdir}/%{name}.service
|
%{_unitdir}/%{name}.service
|
||||||
@ -174,18 +187,19 @@ getent passwd bitlbee >/dev/null || useradd -r -U -d %{_localstatedir}/lib/%{nam
|
|||||||
%config(noreplace) %attr(0640,root,bitlbee) %{_sysconfdir}/bitlbee/motd.txt
|
%config(noreplace) %attr(0640,root,bitlbee) %{_sysconfdir}/bitlbee/motd.txt
|
||||||
%{_sbindir}/bitlbee
|
%{_sbindir}/bitlbee
|
||||||
%{_datadir}/bitlbee
|
%{_datadir}/bitlbee
|
||||||
%{_mandir}/man5/bitlbee.conf.5%{ext_man}
|
%{_mandir}/man5/bitlbee.conf.5%{?ext_man}
|
||||||
%{_mandir}/man8/bitlbee.8%{ext_man}
|
%{_mandir}/man8/bitlbee.8%{?ext_man}
|
||||||
%attr(0750,bitlbee,bitlbee) %dir %{_localstatedir}/lib/bitlbee
|
%attr(0750,bitlbee,bitlbee) %dir %{_localstatedir}/lib/bitlbee
|
||||||
|
|
||||||
%files doc
|
%files doc
|
||||||
%defattr(-,root,root)
|
|
||||||
%doc %dir %{_docdir}/%{name}
|
%doc %dir %{_docdir}/%{name}
|
||||||
%{_docdir}/%{name}/user-guide
|
%{_docdir}/%{name}/user-guide
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
|
||||||
%{_includedir}/bitlbee/
|
%{_includedir}/bitlbee/
|
||||||
%{_libdir}/pkgconfig/bitlbee.pc
|
%{_libdir}/pkgconfig/bitlbee.pc
|
||||||
|
|
||||||
|
%files -n system-user-bitlbee
|
||||||
|
%{_sysusersdir}/system-user-bitlbee.conf
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user