Name: netcf Version: 0.2.3 Release: 8%{?dist}%{?extra_release} Summary: Cross-platform network configuration library Group: System Environment/Libraries License: LGPLv2+ URL: https://fedorahosted.org/netcf/ Source0: https://fedorahosted.org/released/%{name}/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # Patches Patch1: netcf-wait-for-IFF_UP-and-IFF_RUNNING-after-calling-ifup.patch Patch2: netcf-remove-extraneous-quotes-from-BONDING_OPTS.patch Patch3: netcf-eliminate-use-of-uninitialized-data-when-getting-mac.patch Patch4: netcf-support-systemd-based-netcf-transaction.patch Patch5: netcf-fix-autogen-build-error.patch Patch6: netcf-transform-STP-value-from-yes-no-to-on-off-in-redhat-.patch Patch7: netcf-Require-bridge-utils-for-netcf-libs-in-the-specfile.patch # Default to skipping autoreconf. Distros can change just this one # line (or provide a command-line override) if they backport any # patches that touch configure.ac or Makefile.am. # THIS HAS BEEN ENABLED FOR RHEL7.0 because Patch4 modifies configure.ac # and src/Makefile.am. %{!?enable_autotools:%define enable_autotools 1} # Fedora 20 / RHEL-7 are where netcf first uses systemd. Although earlier # Fedora has systemd, netcf still used sysvinit there. %if 0%{?fedora} >= 20 || 0%{?rhel} >= 7 %define with_systemd 1 %else %define with_systemd 0 %endif %if %{with_systemd} BuildRequires: systemd-units Requires(post): systemd-units Requires(post): systemd-sysv Requires(preun): systemd-units Requires(postun): systemd-units %endif %if 0%{?enable_autotools} BuildRequires: autoconf BuildRequires: automake BuildRequires: gettext-devel BuildRequires: libtool BuildRequires: /usr/bin/pod2man %endif BuildRequires: readline-devel augeas-devel >= 0.5.2 BuildRequires: libxml2-devel libxslt-devel # force the --with-libnl1 option on F17/RHEL6 and earlier %if (0%{?fedora} && 0%{?fedora} < 18) || (0%{?rhel} && 0%{?rhel} < 7) %define with_libnl1 1 %else %define with_libnl1 0 %endif # require libnl3 on F18/RHEL7 and later %if 0%{?fedora} >= 18 || 0%{?rhel} >= 7 BuildRequires: libnl3-devel %else BuildRequires: libnl-devel %endif Requires: %{name}-libs = %{version}-%{release} Provides: bundled(gnulib) %description Netcf is a library used to modify the network configuration of a system. Network configurations are expressed in a platform-independent XML format, which netcf translates into changes to the system's 'native' network configuration files. %package devel Summary: Development files for %{name} Group: Development/Libraries Requires: %{name}-libs = %{version}-%{release} Requires: pkgconfig %description devel The %{name}-devel package contains libraries and header files for developing applications that use %{name}. %package libs Summary: Libraries for %{name} Group: System Environment/Libraries # bridge-utils is needed because /sbin/ifup calls brctl # if you create a bridge device Requires: bridge-utils %description libs The libraries for %{name}. %prep %setup -q %patch1 -p1 %patch2 -p1 %patch3 -p1 %patch4 -p1 %patch5 -p1 %patch6 -p1 %patch7 -p1 %build %if %{with_libnl1} %define _with_libnl1 --with-libnl1 %endif %if %{with_systemd} %define sysinit --with-sysinit=systemd %else %define sysinit --with-sysinit=initscripts %endif %if 0%{?enable_autotools} autoreconf -if %endif %configure --disable-static \ %{?_with_libnl1} \ %{sysinit} make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT SYSTEMD_UNIT_DIR=%{_unitdir} \ INSTALL="%{__install} -p" find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %clean rm -rf $RPM_BUILD_ROOT %preun libs %if %{with_systemd} %systemd_preun netcf-transaction.service %else if [ $1 = 0 ]; then /sbin/chkconfig --del netcf-transaction fi %endif %post libs /sbin/ldconfig %if %{with_systemd} %systemd_post netcf-transaction.service /bin/systemctl --no-reload enable netcf-transaction.service >/dev/null 2>&1 || : %else /sbin/chkconfig --add netcf-transaction %endif %postun libs /sbin/ldconfig %if %{with_systemd} %systemd_postun netcf-transaction.service %endif %files %defattr(-,root,root,-) %{_bindir}/ncftool %{_mandir}/man1/ncftool.1* %files libs %defattr(-,root,root,-) %{_datadir}/netcf %{_libdir}/*.so.* %if %{with_systemd} %{_unitdir}/netcf-transaction.service %else %{_sysconfdir}/rc.d/init.d/netcf-transaction %endif %attr(0755, root, root) %{_libexecdir}/netcf-transaction.sh %doc AUTHORS COPYING NEWS %files devel %defattr(-,root,root,-) %doc %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/netcf.pc %changelog * Tue Feb 11 2014 Laine Stump - 0.2.3-8 - resolves rhbz 1060076 - Transform STP value from yes/no to on/off - resolves rhbz 1060317 - Require bridge-utils for netcf-libs in the specfile * Fri Jan 24 2014 Daniel Mach - 0.2.3-7 - Mass rebuild 2014-01-24 * Wed Jan 22 2014 Laine Stump - 0.2.3-6 - resolves rhbz#961184 - wait for IFF_UP and IFF_RUNNING after calling ifup - resolves rhbz#1020204 - remove extraneous quotes from BONDING_OPTS - resolves rhbz#1044681 - eliminate use of uninitialized data when getting mac - resolves rhbz#1046594 - support systemd based netcf transaction * Fri Dec 27 2013 Daniel Mach - 0.2.3-5 - Mass rebuild 2013-12-27 * Thu Feb 14 2013 Fedora Release Engineering - 0.2.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Sun Jan 20 2013 Richard W.M. Jones - 0.2.3-3 - Rebuild for libnl soname breakage (RHBZ#901569). * Fri Jan 18 2013 Daniel P. Berrange - 0.2.3-2 - Rebuild for libnl3 soname change * Fri Dec 21 2012 Laine Stump - 0.2.3-1 - Rebase to netcf-0.2.3 - eliminate calls to nl_cache_mngt_provide(), to avoid non-threadsafe code in libnl (and because it isn't needed anyway) (This non-threadsafe code could lead to a segfault) - portability fixes for FreeBSD - fix bug when a config file has two config parameters with identical names - add HACKING document - always bail immediately if get_augeas fails (doing otherwise could lead to a segfault) * Sat Aug 25 2012 Laine Stump - 0.2.2-1 - Rebase to netcf-0.2.2 - specfile: require libnl3-devel for rpm builds on Fedora 18+ and RHEL7+. Likewise, force libnl1 for F17- and RHEL6.x-, even if libnl3-devel is installed. * Fri Aug 10 2012 Laine Stump - 0.2.1-1 - Rebase to netcf-0.2.1 - update gnulib to fix broken build on systems with nwer glibc (which no longer provides gets()). - add ncftool manpage - interfaces are only "active" if both UP and RUNNING. - add "bundled(gnulib)" to specfile to indicate that we use a local copy of gnulib sources (used by Fedora/RHEL when determining the scope of security bugs). - Fix ipcalc_netmask, which was trimming off the last digit in character representations of full-length netmasks (all 4 octets having 3 chars each) - other minor bugfixes * Fri Jul 20 2012 Fedora Release Engineering - 0.1.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild * Fri Jan 13 2012 Fedora Release Engineering - 0.1.9-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Tue Jul 26 2011 Laine Stump - 0.1.9-1 - Rebase to netcf-0.1.9 - always add element to bridge, even if there is no physdev present - don't log error if interface isn't found in kernel during status report - allow building with C++ - update gnulib * Tue Jun 21 2011 Laine Stump - 0.1.8-1 - Rebase to netcf-0.1.8 - new transactional change APIs: ncf_change_(begin|commit|rollback) - add stdout/stderr to error text when an external program fails - make error reporting of failed execs more exact/correct - Remove unnecessary "Requires" of libxml2 and augeas from pkgconfig file to pulling in extra packages when building an application that uses netcf. * Tue Feb 08 2011 Fedora Release Engineering - 0.1.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Mon Sep 27 2010 Laine Stump - 0.1.7-1 - New version * Tue Apr 20 2010 Laine Stump - 0.1.6-1 - New version - Remove patch n0001-src-dutil.c-add-missing-includes-for-stat.patch, included upstream * Mon Feb 15 2010 David Lutterkort - 0.1.5-2 - patch1: add missing includes for stat in dutil.c * Mon Nov 30 2009 David Lutterkort - 0.1.5-1 - New version * Thu Nov 5 2009 David Lutterkort - 0.1.4-1 - New version * Tue Oct 27 2009 David Lutterkort - 0.1.3-1 - New version * Fri Sep 25 2009 David Lutterkort - 0.1.2-1 - New Version * Wed Sep 16 2009 David Lutterkort - 0.1.1-1 - Remove patch netcf-0.1.0-fix-initialization-of-libxslt.patch, included upstream * Tue Sep 15 2009 Mark McLoughlin - 0.1.0-3 - Fix libvirtd segfault caused by libxslt init issue (#523382) * Sat Jul 25 2009 Fedora Release Engineering - 0.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Mon Jul 13 2009 David Lutterkort - 0.1.0-1 - BR on augeas-0.5.2 - Drop explicit requires for augeas-libs * Wed Apr 15 2009 David Lutterkort - 0.0.2-1 - Updates acording to Fedora review * Fri Feb 27 2009 David Lutterkort - 0.0.1-1 - Initial specfile