Hello community, here is the log from the commit of package bitlbee for openSUSE:Factory checked in at 2017-06-26 15:56:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bitlbee (Old) and /work/SRC/openSUSE:Factory/.bitlbee.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bitlbee" Mon Jun 26 15:56:46 2017 rev:9 rq:506199 version:3.5.1 Changes: -------- --- /work/SRC/openSUSE:Factory/bitlbee/bitlbee.changes 2017-03-08 01:16:21.894383835 +0100 +++ /work/SRC/openSUSE:Factory/.bitlbee.new/bitlbee.changes 2017-06-26 15:56:47.621330266 +0200 @@ -1,0 +2,9 @@ +Wed Jun 14 12:05:51 UTC 2017 - [email protected] + +- Drop the xinetd service from the package + * We are switching to socket services, on this service it does + not make much sense to actually enable it like that thus + simply drom the xinetd binding +- Remove always true version check + +------------------------------------------------------------------- Old: ---- bitlbee.xinetd-suse.in ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bitlbee.spec ++++++ --- /var/tmp/diff_new_pack.LmXNlt/_old 2017-06-26 15:56:48.137257502 +0200 +++ /var/tmp/diff_new_pack.LmXNlt/_new 2017-06-26 15:56:48.137257502 +0200 @@ -1,7 +1,7 @@ # # spec file for package bitlbee # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2012 Pascal Bleser <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -26,7 +26,6 @@ Group: Productivity/Networking/IRC Url: http://www.bitlbee.org/ Source: http://get.bitlbee.org/src/bitlbee-%{version}.tar.gz -Source1: %{name}.xinetd-suse.in Source2: %{name}.service-suse.in BuildRequires: fdupes BuildRequires: glibc-devel @@ -34,6 +33,7 @@ BuildRequires: libgcrypt-devel BuildRequires: lzo-devel BuildRequires: pkgconfig +BuildRequires: util-linux-systemd BuildRequires: w3m BuildRequires: xmlto BuildRequires: pkgconfig(glib-2.0) @@ -42,12 +42,7 @@ BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(zlib) Requires: logrotate -Requires: xinetd Requires(pre): shadow -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?suse_version} > 1310 -BuildRequires: util-linux-systemd -%endif %description We are both console lovers. But it is annoying to have a few tty's open with @@ -162,10 +157,6 @@ make DESTDIR=%{buildroot} install install-etc make DESTDIR=%{buildroot} install-dev -install -d "%{buildroot}%{_sysconfdir}/xinetd.d" -sed -e "s+@@BITLBEE@@+%{_sbindir}/bitlbee+g" \ - < "%{SOURCE1}" > "%{buildroot}%{_sysconfdir}/xinetd.d/bitlbee" - %fdupes -s install -D -p -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.service @@ -203,7 +194,6 @@ %files -f %{name}.lang %defattr(-,root,root) %doc %dir %{_docdir}/%{name} -%config(noreplace) %{_sysconfdir}/xinetd.d/bitlbee %attr(0750,root,bitlbee) %dir %{_sysconfdir}/bitlbee %{_unitdir}/%{name}.service %{_sbindir}/rc%{name}
