610a5c6
%if 0%{?fedora}
610a5c6
%global with_seccomp 1
7ed695d
%global with_static_init 1
610a5c6
%endif
610a5c6
610a5c6
%if 0%{?rhel} >= 7
183bd2b
%ifarch %{ix86} x86_64 %{arm} aarch64
e82df9e
%global with_seccomp 1
e82df9e
%endif
abe6bbd
%endif
e82df9e
3e09dcf
Name:           lxc
875e623
Version:        3.0.3
b874569
Release:        4%{?dist}
3e09dcf
Summary:        Linux Resource Containers
6eecaff
License:        LGPLv2+ and GPLv2
5380bc1
URL:            http://linuxcontainers.org/lxc
de0c86a
Source0:        http://linuxcontainers.org/downloads/%{name}-%{version}.tar.gz
aef41dd
Patch0:         lxc-2.0.7-fix-init.patch
1fc44c5
Patch1:         lxc-2.0.6-fix-lxc-net.patch
7ed695d
# upstream commit 113a0557
7ed695d
Patch2:         lxc-3.0.3-fix-runc.patch
d0303c0
BuildRequires:  docbook2X
d0303c0
BuildRequires:  doxygen
3e09dcf
BuildRequires:  kernel-headers
e82df9e
BuildRequires:  libselinux-devel
e82df9e
%if 0%{?with_seccomp}
b85c8a4
BuildRequires:  pkgconfig(libseccomp)
e82df9e
%endif # with_seccomp
3e09dcf
BuildRequires:  libcap-devel
3e09dcf
BuildRequires:  libtool
de0c86a
BuildRequires:  systemd
3bf81ab
BuildRequires:  pkgconfig(bash-completion)
7ed695d
%if 0%{?with_static_init}
7ed695d
BuildRequires:  libcap-static
7ed695d
BuildRequires:  glibc-static
7ed695d
%endif # with_static_init
7ed695d
# we are patching configure.ac
7ed695d
BuildRequires:  autoconf automake libtool
d12c6a9
# lxc-extra subpackage not needed anymore, lxc-ls has been rewriten in
d12c6a9
# C and does not depend on the Python3 binding anymore
d12c6a9
Provides:       lxc-extra = %{version}-%{release}
d12c6a9
Obsoletes:      lxc-extra < 1.1.5-3
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
5380bc1
%package           libs
5380bc1
Summary:           Runtime library files for %{name}
4f5288e
# rsync is called in bdev.c, e.g. by lxc-clone
5380bc1
Requires:          rsync
5380bc1
Requires(post):    systemd
5380bc1
Requires(preun):   systemd
5380bc1
Requires(postun):  systemd
5380bc1
Requires(post):    /sbin/ldconfig
5380bc1
Requires(postun):  /sbin/ldconfig
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
Silas Sewell c94275e
%package        templates
Silas Sewell c94275e
Summary:        Templates for %{name}
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}
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}
6eecaff
BuildArch:      noarch
a7b770e
a7b770e
%description    doc
2c48349
This package contains documentation for %{name}.
a7b770e
c3b47db
3e09dcf
%prep
7ed695d
%autosetup -p1 -n %{name}-%{version}
de0c86a
c3b47db
3e09dcf
%build
7ed695d
autoreconf -vif
6eecaff
%configure --with-distro=fedora \
6eecaff
           --enable-doc \
e82df9e
           --enable-api-docs \
e82df9e
           --disable-silent-rules \
6eecaff
           --docdir=%{_pkgdocdir} \
6eecaff
           --disable-rpath \
b51a449
           --disable-static \
6eecaff
           --disable-apparmor \
e82df9e
           --enable-selinux \
e82df9e
%if 0%{?with_seccomp}
e82df9e
           --enable-seccomp \
e82df9e
%endif # with_seccomp
e82df9e
           --with-init-script=systemd \
b807064
           --disable-werror \
6eecaff
# intentionally blank line
3bf81ab
b85c8a4
%{make_build}
3e09dcf
6b506e1
3e09dcf
%install
c3b47db
%{make_install}
cdfe863
mkdir -p %{buildroot}%{_sharedstatedir}/%{name}
6eecaff
5380bc1
# docs
e82df9e
mkdir -p %{buildroot}%{_pkgdocdir}/api
5380bc1
cp -a AUTHORS README %{buildroot}%{_pkgdocdir}
e82df9e
cp -a doc/api/html/* %{buildroot}%{_pkgdocdir}/api/
Silas Sewell c94275e
de0c86a
# cache dir
de0c86a
mkdir -p %{buildroot}%{_localstatedir}/cache/%{name}
de0c86a
3bf81ab
# remove libtool .la file
3bf81ab
rm -rf %{buildroot}%{_libdir}/liblxc.la
d12c6a9
3e09dcf
c3b47db
%check
c3b47db
make check
c3b47db
3e09dcf
de0c86a
%post libs
b51a449
%{?ldconfig}
731a8f8
%systemd_post %{name}-net.service
de0c86a
%systemd_post %{name}.service
d12c6a9
%systemd_post %{name}@.service
3e09dcf
c3b47db
de0c86a
%preun libs
731a8f8
%systemd_preun %{name}-net.service
de0c86a
%systemd_preun %{name}.service
d12c6a9
%systemd_preun %{name}@.service
de0c86a
de0c86a
de0c86a
%postun libs
b51a449
%{?ldconfig}
731a8f8
%systemd_postun %{name}-net.service
de0c86a
%systemd_postun %{name}.service
d12c6a9
%systemd_postun %{name}@.service
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
d12c6a9
%dir %{_datadir}/bash-completion
d12c6a9
%dir %{_datadir}/bash-completion/completions
d12c6a9
%{_datadir}/bash-completion/completions/%{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}
7ed695d
%if 0%{?with_static_init}
7ed695d
%{_sbindir}/init.%{name}.static
7ed695d
%endif # with_static_init
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
4f5288e
%license COPYING
de0c86a
%{_unitdir}/%{name}.service
d12c6a9
%{_unitdir}/%{name}@.service
731a8f8
%{_unitdir}/%{name}-net.service
de0c86a
%dir %{_localstatedir}/cache/%{name}
6eecaff
6eecaff
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}/*
4f5288e
%license COPYING
a7b770e
c3b47db
3e09dcf
%changelog
b874569
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.3-4
b874569
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
b874569
7ed695d
* Sun Apr 28 2019 Thomas Moschny <thomas.moschny@gmx.de> - 3.0.3-3
7ed695d
- Add patch for CVE-2019-5736.
7ed695d
- Build and include init.lxc.static where possible (rhbz#1654366).
7ed695d
6b59988
* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.3-2
6b59988
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
6b59988
875e623
* Fri Nov 23 2018 Thomas Moschny <thomas.moschny@gmx.de> - 3.0.3-1
875e623
- Update to 3.0.3.
875e623
b51a449
* Fri Aug 17 2018 Thomas Moschny <thomas.moschny@gmx.de> - 3.0.2-1
b51a449
- Update to 3.0.2.
b51a449
669a512
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-2
669a512
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
669a512
08fec46
* Sat Jun 30 2018 Thomas Moschny <thomas.moschny@gmx.de> - 3.0.1-1
08fec46
- Update to 3.0.1.
08fec46
5380bc1
* Fri Apr  6 2018 Thomas Moschny <thomas.moschny@gmx.de> - 3.0.0-1
5380bc1
- Update to 3.0.0.
5380bc1
- Language bindings are separate projects now.
5380bc1
- Update spec file and remove obsolete constructs.
5380bc1
a450656
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.9-1.1
a450656
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
a450656
3a3ea95
* Fri Oct 20 2017 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.9-1
3a3ea95
- Update to 2.0.9.
3a3ea95
f471cfc
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.8-2.2
f471cfc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
f471cfc
5d2936a
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.8-2.1
5d2936a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
5d2936a
ec14f38
* Sat Jun 10 2017 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.8-2
ec14f38
- Fix for EL6 build failure.
08e37c0
- Fix bash completion on epel6 (rhbz#1408173).
ec14f38
7a57abc
* Tue Jun  6 2017 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.8-1
7a57abc
- Update to 2.0.8.
7a57abc
4f7014c
* Thu Mar  9 2017 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.7-2
4f7014c
- Add fix for CVE-2017-5985.
4f7014c
Igor Gnatenko edf51eb
* Wed Feb 15 2017 Igor Gnatenko <ignatenko@redhat.com> - 2.0.7-1.2
Igor Gnatenko edf51eb
- Rebuild for brp-python-bytecompile
Igor Gnatenko edf51eb
fe5b3bf
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.7-1.1
fe5b3bf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
fe5b3bf
aef41dd
* Sun Jan 29 2017 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.7-1
aef41dd
- Update to 2.0.7.
aef41dd
d56f5c9
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 2.0.6-2.1
d56f5c9
- Rebuild for Python 3.6
d56f5c9
1fc44c5
* Sun Dec  4 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.6-2
1fc44c5
- Enable python3 on epel7 builds.
1fc44c5
- Fix dependency on network-online.target for lxc-net.service.
1fc44c5
3bf81ab
* Sat Dec  3 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.6-1
3bf81ab
- Update to 2.0.6.
3bf81ab
b807064
* Wed Oct  5 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.5-1
b807064
- Update to 2.0.5.
b807064
6e7e770
* Tue Aug 16 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.4-1
6e7e770
- Update to 2.0.4.
6e7e770
- Remove conditional for eol'ed Fedora releases.
6e7e770
71e0367
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.0.3-1.1
71e0367
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
71e0367
b85c8a4
* Wed Jun 29 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.3-1
b85c8a4
- Update to 2.0.3.
b85c8a4
- Merge spec file cleanups by Thierry Vignaud (tvignaud@redhat.com).
b85c8a4
8c91a3e
* Fri Jun  3 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.1-1
8c91a3e
- Update to 2.0.1.
8c91a3e
- Remove patch no longer needed.
8c91a3e
d12c6a9
* Wed Apr 20 2016 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.0-1
d12c6a9
- Update to 2.0.0.
d12c6a9
- Obsolete the -extra subpackage.
d12c6a9
- Move the completion file to %%{_datadir}.
d12c6a9
610a5c6
* Tue Mar  1 2016 Peter Robinson <pbrobinson@fedoraproject.org> 1.1.5-2
610a5c6
- Power64 and s390(x) now have libseccomp support
610a5c6
10c2ab1
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.5-1.1
10c2ab1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
10c2ab1
e172004
* Sun Nov 15 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.1.5-1
e172004
- Update to 1.1.5.
e172004
- Update patch.
e172004
b85bce5
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.4-2.1
b85bce5
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
b85bce5
d508972
* Wed Oct 21 2015 Thomas Moschny <thomas.moschny@gmx.de> - 1.1.4-2
d508972
- Add patch to fix bootorder (rhbz#1263612).
d508972
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