- Fix the rpm call (mgracik@redhat.com)
- Use selinux python module to get enforcing mode (mgracik@redhat.com)
This commit is contained in:
parent
34ce5a5728
commit
829626c53f
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@
|
||||
/lorax-18.2.tar.bz2
|
||||
/lorax-18.3.tar.bz2
|
||||
/lorax-18.4.tar.gz
|
||||
/lorax-18.6.tar.gz
|
||||
|
47
lorax.spec
47
lorax.spec
@ -1,7 +1,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 18.4
|
||||
Version: 18.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
@ -11,25 +11,26 @@ URL: http://git.fedorahosted.org/git/?p=lorax.git
|
||||
Source0: https://fedorahosted.org/releases/l/o/%{name}/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: python2-devel
|
||||
Requires: python-mako
|
||||
Requires: gawk
|
||||
Requires: glibc-common
|
||||
Requires: cpio
|
||||
Requires: module-init-tools
|
||||
Requires: device-mapper
|
||||
Requires: findutils
|
||||
|
||||
Requires: GConf2
|
||||
Requires: isomd5sum
|
||||
Requires: glibc
|
||||
Requires: util-linux
|
||||
Requires: cpio
|
||||
Requires: device-mapper
|
||||
Requires: dosfstools
|
||||
Requires: hfsplus-tools
|
||||
Requires: genisoimage
|
||||
Requires: parted
|
||||
Requires: gzip
|
||||
Requires: xz
|
||||
Requires: squashfs-tools >= 4.2
|
||||
Requires: e2fsprogs
|
||||
Requires: findutils
|
||||
Requires: gawk
|
||||
Requires: genisoimage
|
||||
Requires: glibc
|
||||
Requires: glibc-common
|
||||
Requires: gzip
|
||||
Requires: isomd5sum
|
||||
Requires: libselinux-python
|
||||
Requires: module-init-tools
|
||||
Requires: parted
|
||||
Requires: python-mako
|
||||
Requires: squashfs-tools >= 4.2
|
||||
Requires: util-linux
|
||||
Requires: xz
|
||||
Requires: yum
|
||||
|
||||
%ifarch %{ix86} x86_64
|
||||
@ -79,6 +80,18 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Jun 01 2012 Martin Gracik <mgracik@redhat.com> 18.6-1
|
||||
- Fix the rpm call (mgracik@redhat.com)
|
||||
- Use selinux python module to get enforcing mode (mgracik@redhat.com)
|
||||
|
||||
* Thu May 31 2012 Martin Gracik <mgracik@redhat.com> 18.5-1
|
||||
- Don't remove sha256sum from the install image (mgracik@redhat.com)
|
||||
- Check if selinux is not in Enforcing mode (#824835) (mgracik@redhat.com)
|
||||
- Install rpcbind (#824835) (mgracik@redhat.com)
|
||||
- Remove hfsplus-tools dependency (#818913) (mgracik@redhat.com)
|
||||
- Copy mapping and magic to BOOTDIR on ppc (#815550) (mgracik@redhat.com)
|
||||
- Automatic commit of package [lorax] release [18.4-1]. (mgracik@redhat.com)
|
||||
|
||||
* Fri May 25 2012 Martin Gracik <mgracik@redhat.com> 18.4-1
|
||||
- Initialized to use tito.
|
||||
- Use gz not bz2 for source
|
||||
|
Loading…
Reference in New Issue
Block a user