de0c86a
%if 0%{?fedora}
6eecaff
%global with_python3 1
6eecaff
%endif
6eecaff
e82df9e
%if 0%{?fedora} || 0%{?rhel} >= 7
e82df9e
%global with_systemd 1
e82df9e
%endif
e82df9e
abe6bbd
%if 0%{?fedora} || 0%{?rhel} >= 7
183bd2b
%ifarch %{ix86} x86_64 %{arm} aarch64
e82df9e
%global with_seccomp 1
e82df9e
%endif
abe6bbd
%endif
e82df9e
731a8f8
%if 0%{?fedora} >= 22
731a8f8
%global luaver 5.3
731a8f8
%else
731a8f8
%if 0%{?fedora} >= 20
6eecaff
%global luaver 5.2
6eecaff
%else
6eecaff
%global luaver 5.1
6eecaff
%endif
731a8f8
%endif
6eecaff
%global lualibdir %{_libdir}/lua/%{luaver}
6eecaff
%global luapkgdir %{_datadir}/lua/%{luaver}
6eecaff
0473dc0
# for pre-releases
731a8f8
#global prerel
731a8f8
%global commit 62ed104940747d135ffd71f513e51bf3d912d1d9
0473dc0
%global shortcommit %(c=%{commit}; echo ${c:0:7})
0473dc0
3e09dcf
Name:           lxc
8fb61d8
Version:        1.1.4
8fb61d8
Release:        %{?prerel:0.}1%{?prerel:.%{prerel}}%{?dist}
3e09dcf
Summary:        Linux Resource Containers
3e09dcf
Group:          Applications/System
6eecaff
License:        LGPLv2+ and GPLv2
de0c86a
URL:            http://linuxcontainers.org
0473dc0
%if 0%{?prerel:1}
0473dc0
Source0:        https://github.com/lxc/lxc/archive/%{commit}/%{name}-%{commit}.tar.gz
0473dc0
%else
de0c86a
Source0:        http://linuxcontainers.org/downloads/%{name}-%{version}.tar.gz
0473dc0
%endif
731a8f8
Patch0:         lxc-1.1.0-fix-init.patch
3e09dcf
BuildRequires:  docbook-utils
d0303c0
BuildRequires:  docbook2X
d0303c0
BuildRequires:  doxygen
3e09dcf
BuildRequires:  kernel-headers
e82df9e
BuildRequires:  libselinux-devel
e82df9e
%if 0%{?with_seccomp}
e82df9e
BuildRequires:  libseccomp-devel
e82df9e
%endif # with_seccomp
3e09dcf
BuildRequires:  libcap-devel
3e09dcf
BuildRequires:  libtool
de0c86a
BuildRequires:  lua-devel
6eecaff
%if 0%{?with_python3}
6eecaff
BuildRequires:  python3-devel >= 3.2
e82df9e
%endif # with_python3
e82df9e
%if 0%{?with_systemd}
de0c86a
BuildRequires:  systemd
e82df9e
%endif # with_systemd
38800e7
#if 0%{?prerel:1}
8fb61d8
#BuildRequires:  autoconf automake
38800e7
#endif
6eecaff
6eecaff
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
3e09dcf
3e09dcf
%description
3e09dcf
Linux Resource Containers provide process and resource isolation without the
3e09dcf
overhead of full virtualization.
3e09dcf
c3b47db
3e09dcf
%package        libs
3e09dcf
Summary:        Runtime library files for %{name}
3e09dcf
Group:          System Environment/Libraries
4f5288e
# rsync is called in bdev.c, e.g. by lxc-clone
4f5288e
Requires:       rsync
e82df9e
%if 0%{?with_systemd}
de0c86a
Requires(post): systemd
de0c86a
Requires(preun): systemd
de0c86a
Requires(postun): systemd
e82df9e
%else
e82df9e
Requires(post): chkconfig
e82df9e
Requires(preun): initscripts, chkconfig
e82df9e
Requires(postun): initscripts
e82df9e
%endif # with_systemd
e82df9e
3e09dcf
3e09dcf
%description    libs
3e09dcf
Linux Resource Containers provide process and resource isolation without the
3e09dcf
overhead of full virtualization.
3e09dcf
3e09dcf
The %{name}-libs package contains libraries for running %{name} applications.
3e09dcf
c3b47db
6eecaff
%if 0%{?with_python3}
6eecaff
%package        -n python3-%{name}
6eecaff
Summary:        Python binding for %{name}
6eecaff
Group:          System Environment/Libraries
6eecaff
6eecaff
%description    -n python3-%{name}
6eecaff
Linux Resource Containers provide process and resource isolation without the
6eecaff
overhead of full virtualization.
6eecaff
6eecaff
The python3-%{name} package contains the Python3 binding for %{name}.
6eecaff
6eecaff
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}_lxc\\..*\\.so
6eecaff
6eecaff
6eecaff
%package        extra
6eecaff
Summary:        Extra tools for %{name}
6eecaff
Group:          Applications/System
6eecaff
Requires:       python3-%{name}%{?_isa} = %{version}-%{release}
6eecaff
6eecaff
%description    extra
6eecaff
Linux Resource Containers provide process and resource isolation without the
6eecaff
overhead of full virtualization.
6eecaff
6eecaff
This package contains tools needing the Python3 bindings.
e82df9e
%endif # with_python3
6eecaff
6eecaff
6eecaff
%package        -n lua-%{name}
6eecaff
Summary:        Lua binding for %{name}
6eecaff
Group:          System Environment/Libraries
6eecaff
Requires:       lua-filesystem
6eecaff
6eecaff
%description    -n lua-%{name}
6eecaff
Linux Resource Containers provide process and resource isolation without the
6eecaff
overhead of full virtualization.
6eecaff
6eecaff
The lua-%{name} package contains the Lua binding for %{name}.
6eecaff
6eecaff
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}core\\.so\\.0
6eecaff
6eecaff
Silas Sewell c94275e
%package        templates
Silas Sewell c94275e
Summary:        Templates for %{name}
Silas Sewell c94275e
Group:          System Environment/Libraries
6eecaff
Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
e82df9e
# Note: Requirements for the template scripts (busybox, dpkg,
e82df9e
# debootstrap, rsync, openssh-server, dhclient, apt, pacman, zypper,
e82df9e
# ubuntu-cloudimg-query etc...) are not explicitly mentioned here:
e82df9e
# their presence varies wildly on supported Fedora/EPEL releases and
e82df9e
# archs, and they are in most cases needed for a single template
e82df9e
# only. Also, the templates normally fail graciously when such a tool
e82df9e
# is missing. Moving each template to its own subpackage on the other
e82df9e
# hand would be overkill.
c3b47db
Silas Sewell c94275e
Silas Sewell c94275e
%description    templates
Silas Sewell c94275e
Linux Resource Containers provide process and resource isolation without the
Silas Sewell c94275e
overhead of full virtualization.
Silas Sewell c94275e
6eecaff
The %{name}-templates package contains templates for creating containers.
Silas Sewell c94275e
c3b47db
3e09dcf
%package        devel
3e09dcf
Summary:        Development files for %{name}
3e09dcf
Group:          Development/Libraries
6eecaff
Requires:       %{name}-libs%{?_isa} = %{version}-%{release}
3e09dcf
Requires:       pkgconfig
3e09dcf
3e09dcf
%description    devel
3e09dcf
Linux Resource Containers provide process and resource isolation without the
3e09dcf
overhead of full virtualization.
3e09dcf
3e09dcf
The %{name}-devel package contains libraries and header files for
3e09dcf
developing applications that use %{name}.
3e09dcf
c3b47db
a7b770e
%package        doc
a7b770e
Summary:        Documentation for %{name}
a7b770e
Group:          Documentation
6eecaff
BuildArch:      noarch
a7b770e
a7b770e
%description    doc
2c48349
This package contains documentation for %{name}.
a7b770e
c3b47db
3e09dcf
%prep
0473dc0
%setup -q -n %{name}-%{?!prerel:%{version}}%{?prerel:%{commit}}
e82df9e
%patch0 -p1
de0c86a
c3b47db
3e09dcf
%build
0473dc0
%if 0%{?prerel:1}
0473dc0
./autogen.sh
0473dc0
%endif
6eecaff
%configure --with-distro=fedora \
6eecaff
           --enable-doc \
e82df9e
           --enable-api-docs \
e82df9e
           --disable-silent-rules \
6eecaff
           --docdir=%{_pkgdocdir} \
6eecaff
           --disable-rpath \
6eecaff
           --disable-apparmor \
e82df9e
           --disable-cgmanager \
e82df9e
           --enable-selinux \
e82df9e
%if 0%{?with_seccomp}
e82df9e
           --enable-seccomp \
e82df9e
%endif # with_seccomp
de0c86a
           --enable-lua \
6eecaff
%if 0%{?with_python3}
6eecaff
           --enable-python \
d0303c0
%else
d0303c0
           --disable-python \
e82df9e
%endif # with_python3
e82df9e
%if 0%{?with_systemd}
e82df9e
           --with-init-script=systemd \
e82df9e
%else
e82df9e
           --with-init-script=sysvinit \
e82df9e
%endif # with_systemd
6eecaff
# intentionally blank line
cdfe863
make %{?_smp_mflags}
3e09dcf
6b506e1
3e09dcf
%install
c3b47db
%{make_install}
cdfe863
make DESTDIR=%{buildroot} install
cdfe863
mkdir -p %{buildroot}%{_sharedstatedir}/%{name}
6eecaff
chmod -x %{buildroot}%{luapkgdir}/lxc.lua
6eecaff
6eecaff
mkdir -p %{buildroot}%{_pkgdocdir}
9ec775f
cp -a AUTHORS README %{!?_licensedir:COPYING} %{buildroot}%{_pkgdocdir}
e82df9e
mkdir -p %{buildroot}%{_pkgdocdir}/api
e82df9e
cp -a doc/api/html/* %{buildroot}%{_pkgdocdir}/api/
Silas Sewell c94275e
de0c86a
# cache dir
de0c86a
mkdir -p %{buildroot}%{_localstatedir}/cache/%{name}
de0c86a
3e09dcf
c3b47db
%check
c3b47db
make check
c3b47db
3e09dcf
de0c86a
%post libs
de0c86a
/sbin/ldconfig
e82df9e
%if 0%{?with_systemd}
731a8f8
%systemd_post %{name}-net.service
de0c86a
%systemd_post %{name}.service
e82df9e
%else
731a8f8
/sbin/chkconfig --add %{name}-net
e82df9e
/sbin/chkconfig --add %{name}
e82df9e
%endif # with_systemd
3e09dcf
c3b47db
de0c86a
%preun libs
e82df9e
%if 0%{?with_systemd}
731a8f8
%systemd_preun %{name}-net.service
de0c86a
%systemd_preun %{name}.service
e82df9e
%else
e82df9e
if [ $1 -eq 0 ]; then
731a8f8
        /sbin/service %{name}-net stop > /dev/null 2>&1
731a8f8
        /sbin/chkconfig --del %{name}-net
e82df9e
        /sbin/service %{name} stop > /dev/null 2>&1
e82df9e
        /sbin/chkconfig --del %{name}
e82df9e
fi
e82df9e
%endif # with_systemd
de0c86a
de0c86a
de0c86a
%postun libs
de0c86a
/sbin/ldconfig
e82df9e
%if 0%{?with_systemd}
731a8f8
%systemd_postun %{name}-net.service
de0c86a
%systemd_postun %{name}.service
e82df9e
%else
e82df9e
if [ $1 -ge 1 ]; then
731a8f8
        /sbin/service %{name}-net condrestart > /dev/null 2>&1 || :
e82df9e
        /sbin/service %{name} condrestart > /dev/null 2>&1 || :
e82df9e
fi
e82df9e
%endif # with_systemd
3e09dcf
c3b47db
3e09dcf
%files
3e09dcf
%{_bindir}/%{name}-*
6eecaff
%{_mandir}/man1/%{name}*
de0c86a
%{_mandir}/*/man1/%{name}*
e82df9e
# in lxc-libs:
e82df9e
%exclude %{_bindir}/%{name}-autostart
e82df9e
%exclude %{_mandir}/man1/%{name}-autostart*
e82df9e
%exclude %{_mandir}/*/man1/%{name}-autostart*
e82df9e
%exclude %{_mandir}/man1/%{name}-user-nic*
e82df9e
%exclude %{_mandir}/*/man1/%{name}-user-nic*
e82df9e
%{_datadir}/%{name}/%{name}.functions
6eecaff
%if 0%{?with_python3}
6eecaff
%exclude %{_bindir}/%{name}-ls
6eecaff
%exclude %{_bindir}/%{name}-start-ephemeral
6eecaff
%exclude %{_mandir}/man1/%{name}-ls*
6eecaff
%exclude %{_mandir}/man1/%{name}-start-ephemeral*
e82df9e
%exclude %{_mandir}/*/man1/%{name}-ls*
e82df9e
%exclude %{_mandir}/*/man1/%{name}-start-ephemeral*
6eecaff
%endif
de0c86a
%dir %{_sysconfdir}/bash_completion.d/
de0c86a
%{_sysconfdir}/bash_completion.d/%{name}
3e09dcf
c3b47db
3e09dcf
%files libs
6eecaff
%dir %{_datadir}/%{name}
6eecaff
%dir %{_datadir}/%{name}/templates
de0c86a
%dir %{_datadir}/%{name}/config
6eecaff
%{_datadir}/%{name}/hooks
e82df9e
%{_datadir}/%{name}/%{name}-patch.py*
731a8f8
%{_datadir}/%{name}/selinux
a7b770e
%{_libdir}/liblxc.so.*
6eecaff
%{_libdir}/%{name}
6eecaff
%{_libexecdir}/%{name}
de0c86a
# fixme: should be in libexecdir?
de0c86a
%{_sbindir}/init.%{name}
e82df9e
%{_bindir}/%{name}-autostart
6eecaff
%{_sharedstatedir}/%{name}
6eecaff
%dir %{_sysconfdir}/%{name}
6eecaff
%config(noreplace) %{_sysconfdir}/%{name}/default.conf
731a8f8
%config(noreplace) %{_sysconfdir}/sysconfig/%{name}
e82df9e
%{_mandir}/man1/%{name}-autostart*
e82df9e
%{_mandir}/*/man1/%{name}-autostart*
e82df9e
%{_mandir}/man1/%{name}-user-nic*
e82df9e
%{_mandir}/*/man1/%{name}-user-nic*
6eecaff
%{_mandir}/man5/%{name}*
6eecaff
%{_mandir}/man7/%{name}*
de0c86a
%{_mandir}/*/man5/%{name}*
de0c86a
%{_mandir}/*/man7/%{name}*
6eecaff
%dir %{_pkgdocdir}
6eecaff
%{_pkgdocdir}/AUTHORS
6eecaff
%{_pkgdocdir}/README
9ec775f
%if 0%{?_licensedir:1}
4f5288e
%license COPYING
9ec775f
%else
9ec775f
%{_pkgdocdir}/COPYING
9ec775f
%endif
e82df9e
%if 0%{?with_systemd}
de0c86a
%{_unitdir}/%{name}.service
731a8f8
%{_unitdir}/%{name}-net.service
e82df9e
%else
e82df9e
%{_sysconfdir}/rc.d/init.d/%{name}
731a8f8
%{_sysconfdir}/rc.d/init.d/%{name}-net
e82df9e
%endif # with_systemd
de0c86a
%dir %{_localstatedir}/cache/%{name}
6eecaff
6eecaff
6eecaff
%if 0%{?with_python3}
6eecaff
%files -n python3-%{name}
6eecaff
%{python3_sitearch}/*
6eecaff
6eecaff
6eecaff
%files extra
6eecaff
%{_bindir}/%{name}-ls
6eecaff
%{_bindir}/%{name}-start-ephemeral
6eecaff
%{_mandir}/man1/%{name}-ls*
6eecaff
%{_mandir}/man1/%{name}-start-ephemeral*
e82df9e
%{_mandir}/*/man1/%{name}-ls*
e82df9e
%{_mandir}/*/man1/%{name}-start-ephemeral*
e82df9e
%endif # with_python3
6eecaff
6eecaff
6eecaff
%files -n lua-%{name}
6eecaff
%{lualibdir}/%{name}
6eecaff
%{luapkgdir}/%{name}.lua
c3b47db
Silas Sewell c94275e
Silas Sewell c94275e
%files templates
de0c86a
%{_datadir}/%{name}/templates/lxc-*
de0c86a
%{_datadir}/%{name}/config/*
c3b47db
3e09dcf
3e09dcf
%files devel
c3b47db
%{_libdir}/pkgconfig/%{name}.pc
c3b47db
%{_includedir}/lxc
3e09dcf
%{_libdir}/liblxc.so
3e09dcf
c3b47db
a7b770e
%files doc
6eecaff
%dir %{_pkgdocdir}
6eecaff
# README, AUTHORS and COPYING intentionally duplicated because -doc
6eecaff
# can be installed on its own.
6eecaff
%{_pkgdocdir}/*
9ec775f
%if 0%{?_licensedir:1}
4f5288e
%license COPYING
9ec775f
%endif
a7b770e
c3b47db
3e09dcf
%changelog
8fb61d8
* Sat Oct 17 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.1.4-1
8fb61d8
- Update to 1.1.4.
8fb61d8
38800e7
* Thu Oct  1 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.1.3-2
38800e7
- Add security fix, see rhbz#1267844.
38800e7
4283bef
* Sat Aug 15 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.1.3-1
4283bef
- Update to 1.1.3.
4283bef
- Remove patches applied upstream.
4283bef
cf3c9cc
* Sun Aug  2 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.1.2-2
cf3c9cc
- Add security fixes, see rhbz#1245939 and rhbz#1245941.
cf3c9cc
2c3c129
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.2-1.1
2c3c129
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
2c3c129
94ee2a0
* Mon Apr 20 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.1.2-1
94ee2a0
- Update to 1.1.2.
015266f
- Add patch to fix building of the lua bindings.
94ee2a0
9ec775f
* Tue Mar 17 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.1.1-2
9ec775f
- Use %%license only where possible.
9ec775f
4f5288e
* Tue Mar 17 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.1.1-1
4f5288e
- Update to 1.1.1.
4f5288e
- Add dependency on rsync (rhbz#1177981).
4f5288e
- Tag COPYING with %%licence.
4f5288e
183bd2b
* Mon Feb 16 2015 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.0-3
183bd2b
- aarch64 now has seccomp support
183bd2b
39ccc3c
* Tue Feb 10 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.1.0-2
39ccc3c
- lxc-top no longer relies on the lua bindings.
48b9d0c
- lxc-device no longer relies on the python3 bindings.
d0303c0
- Spec file cleanups.
39ccc3c
731a8f8
* Sun Feb  8 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.1.0-1
731a8f8
- Update to 1.1.0.
731a8f8
ffce302
* Sat Aug 30 2014 Thomas Moschny <thomas.moschny@gmx.de> - 1.1.0-0.3.alpha1
ffce302
- Add missing dependency on lua-alt-getopt (rhbz#1131707).
ffce302
fe0bcd1
* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-0.2.alpha1.1
fe0bcd1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
fe0bcd1
abe6bbd
* Mon Aug 11 2014 Jakub ńĆajka <jcajka@redhat.com> - 1.1.0-0.2.alpha1
abe6bbd
- Fixed build dependencies on s390(x) and ppc(64(le))
abe6bbd
0473dc0
* Sun Aug 10 2014 Thomas Moschny <thomas.moschny@gmx.de> - 1.1.0-0.1.alpha1
0473dc0
- Update to 1.1.0.alpha1.
0473dc0
e82df9e
* Fri Aug  8 2014 Thomas Moschny <thomas.moschny@gmx.de> - 1.0.5-2
e82df9e
- Include sysvinit resp. systemd support for autostart of containers.
e82df9e
- Do not list explicit requirements for templates.
e82df9e
- Add missing dependency on lxc-lua for lxc-top.
e82df9e
- Include apidocs.
e82df9e
b414f89
* Fri Aug  8 2014 Peter Robinson <pbrobinson@fedoraproject.org> 1.0.5-1
b414f89
- Update to 1.0.5
b414f89
ebe757a
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.3-2
ebe757a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
ebe757a
de0c86a
* Wed Jun  4 2014 Thomas Moschny <thomas.moschny@gmx.de> - 1.0.3-1
de0c86a
- Update to 1.0.3.
de0c86a
- Remove obsolete patches.
de0c86a
- Add systemd support.
de0c86a
- Lua bindings are not optional (needed e.g. for lxc-top).
de0c86a
8b406eb
* Wed May 28 2014 Kalev Lember <kalevlember@gmail.com> - 0.9.0-4
8b406eb
- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
8b406eb
Marek Goldmann d8fa1e3
* Thu Jan 30 2014 Marek Goldmann <mgoldman@redhat.com> - 0.9.0-3
Marek Goldmann d8fa1e3
- There is still no Python 3 available in EPEL 7
Marek Goldmann d8fa1e3
3864361
* Wed Sep  4 2013 Thomas Moschny <thomas.moschny@gmx.de> - 0.9.0-2
3864361
- Small fix to the included Fedora template.
3864361
6eecaff
* Sun Sep  1 2013 Thomas Moschny <thomas.moschny@gmx.de> - 0.9.0-1
6eecaff
- Update to 0.9.0.
6eecaff
- Make the -libs subpackage installable on its own:
6eecaff
  - Move files needed by the libraries to the subpackage.
6eecaff
  - Let packages depend on -libs.
6eecaff
- Add rsync as dependency to the templates package.
6eecaff
- Add (optional) subpackages for Python3 and Lua bindings.
6eecaff
- Add upstream patches for the Fedora template.
6eecaff
- Define and use the _pkgdocdir macro, also fixing rhbz#1001235.
6eecaff
- Update License tag.
6eecaff
98d2d40
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.8.0-3
98d2d40
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
98d2d40
c1ca5e5
* Sat Mar  2 2013 Thomas Moschny <thomas.moschny@gmx.de> - 0.8.0-2
c1ca5e5
- Add upstream patch fixing the release url in the Fedora template.
c1ca5e5
c3b47db
* Fri Feb 15 2013 Thomas Moschny <thomas.moschny@gmx.de> - 0.8.0-1
c3b47db
- Update to 0.8.0.
c3b47db
- Modernize spec file.
c3b47db
- Include more templates.
c3b47db
38c5590
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.5-3
38c5590
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
38c5590
f5157c7
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.5-2
f5157c7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
f5157c7
cdfe863
* Mon Mar 26 2012 Thomas Moschny <thomas.moschny@gmx.de> - 0.7.5-1
cdfe863
- Update to upstream 0.7.5
cdfe863
- No need to run autogen.sh
cdfe863
- Fix: kernel header asm/unistd.h was not found
cdfe863
- Specfile cleanups
cdfe863
b6b0609
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.4.2-2
b6b0609
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
b6b0609
4f5631a
* Wed Jul 06 2011 Adam Miller <maxamillion@fedoraproject.org> - 0.7.4.2-1
4f5631a
- Update to upstream 0.7.4.2
4f5631a
Silas Sewell c94275e
* Fri Mar 25 2011 Silas Sewell <silas@sewell.ch> - 0.7.4.1-1
Silas Sewell c94275e
- Update to 0.7.4.1
Silas Sewell c94275e
a50e569
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.2-2
a50e569
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a50e569
6b506e1
* Mon Jul 26 2010 Silas Sewell <silas@sewell.ch> - 0.7.2-1
6b506e1
- Update to 0.7.2
6b506e1
- Remove templates
6b506e1
6b506e1
* Tue Jul 06 2010 Silas Sewell <silas@sewell.ch> - 0.7.1-1
6b506e1
- Update to 0.7.1
6b506e1
2c48349
* Wed Feb 17 2010 Silas Sewell <silas@sewell.ch> - 0.6.5-1
2c48349
- Update to latest release
2c48349
- Add /var/lib/lxc directory
2c48349
- Patch for sys/stat.h
2c48349
a7b770e
* Fri Nov 27 2009 Silas Sewell <silas@sewell.ch> - 0.6.4-1
a7b770e
- Update to latest release
a7b770e
- Add documentation sub-package
a7b770e
3e09dcf
* Mon Jul 27 2009 Silas Sewell <silas@sewell.ch> - 0.6.3-2
a7b770e
- Apply patch for rawhide kernel
3e09dcf
3e09dcf
* Sat Jul 25 2009 Silas Sewell <silas@sewell.ch> - 0.6.3-1
a7b770e
- Initial package