Pavel Šimerda 90bed29
%global _hardened_build 1
Pavel Šimerda 90bed29
4117584
Name: connman
ae68d48
Version: 1.34
ae68d48
Release: 1%{?dist}
4117584
Summary: An alternative daemon for managing internet connections on Linux
4117584
License: GPLv2
4117584
URL: http://connman.net/
ae68d48
4117584
Source0: http://www.kernel.org/pub/linux/network/%{name}/%{name}-%{version}.tar.xz
b3d6d24
Patch0: connman-1.33-crypto.patch
4117584
4117584
BuildRequires: systemd-units
4117584
BuildRequires: glib2-devel >= 2.28
4117584
BuildRequires: dbus-devel >= 1.4
4117584
BuildRequires: iptables-devel
4117584
BuildRequires: gnutls-devel
f38a5b3
BuildRequires: readline-devel
7095aa6
# connman searches for wpa_supplicant during build
7095aa6
BuildRequires: wpa_supplicant >= 1.0
4117584
Requires: wpa_supplicant >= 1.0
4117584
Requires(post): systemd-units
4117584
Requires(preun): systemd-units
4117584
Requires(postun): systemd-units
4117584
4117584
%description
4117584
The ConnMan project provides a daemon for managing internet connections within
4117584
embedded devices running the Linux operating system. The Connection Manager is
4117584
designed to be slim and to use as few resources as possible, so it can be
4117584
easily integrated.
4117584
4117584
%package devel
4117584
Summary: Libraries and headers for connman
4117584
Requires: %{name}%{?_isa} = %{version}-%{release}
4117584
4117584
%description devel
4117584
This package contains development files for connman.
4117584
4117584
%prep
4117584
%setup -q
b3d6d24
%patch0 -p1
4117584
4117584
%build
4117584
%configure
4117584
make %{?_smp_mflags}
4117584
4117584
%install
4117584
make install DESTDIR=%{buildroot}
4117584
4117584
%post
4117584
%systemd_post connman.service
4117584
4117584
%preun
4117584
%systemd_preun connman.service
4117584
4117584
%postun
4117584
%systemd_postun_with_restart connman.service 
4117584
4117584
%files
ae68d48
%license COPYING
ae68d48
%doc README
4117584
%config(noreplace) /etc/dbus-1/system.d/connman.conf
Pavel Šimerda 5c2836c
%{_bindir}/connmanctl
Pavel Šimerda 5a0f799
%{_mandir}/man1/connmanctl.1.gz
Pavel Šimerda 5c2836c
%{_mandir}/man5/connman-service.config.5.gz
Pavel Šimerda 5c2836c
%{_mandir}/man5/connman-vpn-provider.config.5.gz
Pavel Šimerda 5c2836c
%{_mandir}/man5/connman-vpn.conf.5.gz
Pavel Šimerda fb38b91
%{_mandir}/man5/connman.conf.5.gz
Pavel Šimerda 5c2836c
%{_mandir}/man8/connman-vpn.8.gz
Pavel Šimerda fb38b91
%{_mandir}/man8/connman.8.gz
Pavel Šimerda 5c2836c
%{_sbindir}/connmand
Pavel Šimerda 5c2836c
%{_sbindir}/connmand-wait-online
Pavel Šimerda 5c2836c
%{_tmpfilesdir}/connman_resolvconf.conf
Pavel Šimerda 5c2836c
%{_unitdir}/connman-wait-online.service
Pavel Šimerda 5c2836c
%{_unitdir}/connman.service
4117584
4117584
%files devel
09a02cc
%{_includedir}/connman/
4117584
%{_libdir}/pkgconfig/connman.pc
4117584
4117584
%changelog
ae68d48
* Fri May 26 2017 Peter Robinson <pbrobinson@fedoraproject.org> 1.34-1
ae68d48
- New version 1.34
ae68d48
9d8644c
* Sun Feb 05 2017 Kalev Lember <klember@redhat.com> - 1.33-4
9d8644c
- Rebuilt for libxtables soname bump
9d8644c
Igor Gnatenko 526399d
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 1.33-3
Igor Gnatenko 526399d
- Rebuild for readline 7.x
Igor Gnatenko 526399d
b3d6d24
* Wed Aug 10 2016 Pavel Šimerda <psimerda@redhat.com> - 1.33-2
b3d6d24
- Resolves: #1179280 – use system-wide crypto-policies
b3d6d24
f8a0b35
* Mon Aug 08 2016 Pavel Šimerda <psimerda@redhat.com> - 1.33-1
f8a0b35
- New version 1.33
f8a0b35
Pavel Šimerda 353fe74
* Mon May 09 2016 Pavel Šimerda <psimerda@redhat.com> - 1.32-1
Pavel Šimerda 353fe74
- New version 1.32
Pavel Šimerda 353fe74
ff74862
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.31-2
ff74862
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
ff74862
Pavel Šimerda 5c2836c
* Mon Jan 04 2016 Pavel Šimerda <psimerda@redhat.com> - 1.31-1
Pavel Šimerda 5c2836c
- new version 1.31
Pavel Šimerda 5c2836c
Pavel Šimerda 07234b9
* Wed Sep 02 2015 Pavel Šimerda <psimerda@redhat.com> - 1.30-1
Pavel Šimerda 07234b9
- new version 1.30
Pavel Šimerda 07234b9
cd2c975
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.29-2
cd2c975
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
cd2c975
Pavel Šimerda a57adfe
* Tue Jun 09 2015 Pavel Šimerda <psimerda@redhat.com> - 1.29-1
Pavel Šimerda a57adfe
- new version 1.29
Pavel Šimerda a57adfe
Pavel Šimerda aa5c9c9
* Fri Mar 13 2015 Pavel Šimerda <psimerda@redhat.com> - 1.28-1
Pavel Šimerda aa5c9c9
- new version 1.28
Pavel Šimerda aa5c9c9
Pavel Šimerda 0f20d82
* Mon Sep 08 2014 Pavel Šimerda <psimerda@redhat.com> - 1.25-1
Pavel Šimerda 0f20d82
- new version 1.25
Pavel Šimerda 0f20d82
f3bcae4
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.24-2
f3bcae4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
f3bcae4
Pavel Šimerda b29dd35
* Thu Jun 12 2014 Pavel Šimerda <psimerda@redhat.com> - 1.24-1
Pavel Šimerda b29dd35
- new version 1.24
Pavel Šimerda b29dd35
aed878c
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.23-2
aed878c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
aed878c
Pavel Šimerda 0a790d7
* Mon Apr 07 2014 Pavel Šimerda <psimerda@redhat.com> - 1.23-1
Pavel Šimerda 0a790d7
- new version 1.23
Pavel Šimerda 0a790d7
Pavel Šimerda 69d8eba
* Mon Mar 17 2014 Pavel Šimerda <psimerda@redhat.com> - 1.21-1
Pavel Šimerda 69d8eba
- new package version 1.21
Pavel Šimerda 69d8eba
Pavel Šimerda ff2f032
* Mon Feb 17 2014 Pavel Šimerda <psimerda@redhat.com> - 1.13-4
Pavel Šimerda ff2f032
- rebuilt
Pavel Šimerda ff2f032
Pavel Šimerda 90bed29
* Mon Feb 17 2014 Pavel Šimerda <psimerda@redhat.com> - 1.13-3
Pavel Šimerda 90bed29
- #955321 - hardened build
Pavel Šimerda 90bed29
918db76
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.13-2
918db76
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
918db76
09a02cc
* Tue Apr 23 2013 Tom Callaway <spot@fedoraproject.org> - 1.13-1
09a02cc
- update to 1.13
09a02cc
f38a5b3
* Sun Mar 31 2013 Pavel Šimerda <psimerda@redhat.com> - 1.12-2
f38a5b3
- added readline-devel to requires
f38a5b3
c39dfc4
* Sun Mar 24 2013 Peter Robinson <pbrobinson@fedoraproject.org> 1.12-1
c39dfc4
- update to 1.12
c39dfc4
32e60a5
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6-2
32e60a5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
32e60a5
b44a7be
* Sun Aug 26 2012 Pavel Šimerda <psimerda@redhat.com> - 1.6-1
b44a7be
- update to 1.6
b44a7be
7095aa6
* Sun Aug 26 2012 Pavel Šimerda <psimerda@redhat.com> - 1.5-4
7095aa6
- add wpa_supplicant build dependency
7095aa6
4117584
* Sat Aug 18 2012 Pavel Šimerda <psimerda@redhat.com> - 1.5-3
4117584
- include COPYING
4117584
- make -devel depend on main package
4117584
4117584
* Sat Aug 18 2012 Pavel Šimerda <psimerda@redhat.com> - 1.5-2
4117584
- fix scriptlets
4117584
- own /usr/include/connman
4117584
4117584
* Thu Aug 16 2012 Pavel Šimerda <psimerda@redhat.com> - 1.5-1
4117584
- initial build