Changeset 123
- Timestamp:
- 12/10/07 12:50:16
(1 year ago)
- Author:
- jjarrett
- Message:
Updated Makefile and Spec to support working within CDSFramework.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r100 |
r123 |
|
| 17 | 17 | |
|---|
| 18 | 18 | clearpart --linux |
|---|
| 19 | | part /boot --size=100 |
|---|
| | 19 | part /boot --size=128 |
|---|
| 20 | 20 | part swap --recommended |
|---|
| 21 | 21 | part pv.01 --size=1 --grow |
|---|
| … | … | |
| 23 | 23 | # Using Logical Volume Management lets the user resize partitions later. |
|---|
| 24 | 24 | # STIG requires separate /var and /home. |
|---|
| 25 | | logvol /var --vgname=clipvg --size=1000 --name=var |
|---|
| 26 | | logvol /home --vgname=clipvg --size=1000 --name=home |
|---|
| | 25 | logvol /var --vgname=clipvg --size=1024 --name=var |
|---|
| | 26 | logvol /home --vgname=clipvg --size=1024 --name=home |
|---|
| 27 | 27 | logvol / --vgname=clipvg --size=1 --grow --name=root |
|---|
| 28 | 28 | |
|---|
| r103 |
r123 |
|
| 27 | 27 | # version (think about this... why are you doing this?) |
|---|
| 28 | 28 | RELEASE ?= 5 |
|---|
| | 29 | |
|---|
| | 30 | # The name of the Vendor |
|---|
| | 31 | VENDOR ?= Tresys Technology, LLC |
|---|
| | 32 | |
|---|
| | 33 | # The name of the Packager |
|---|
| | 34 | PACKAGER ?= Tresys Technology, LLC |
|---|
| 29 | 35 | |
|---|
| 30 | 36 | # change this to "y" to build a src rpm |
|---|
| … | … | |
| 108 | 114 | --define 'output_version $(OUTPUT_VER)' \ |
|---|
| 109 | 115 | --define 'mode $(MODE)' --define 'polname $(POLNAME)' \ |
|---|
| | 116 | --define 'vendor $(VENDOR)' --define 'packager $(PACKAGER)' \ |
|---|
| 110 | 117 | -b$(BIN_OR_ALL) SPECS/$(notdir $(POLICY_SPEC)) |
|---|
| 111 | 118 | mv $(RPM_BUILDROOT)/RPMS/noarch/selinux-policy-$(POLNAME)-$(VERSION)-$(RELEASE).noarch.rpm $(OUTPUT_DIR) |
|---|
| r13 |
r123 |
|
| 7 | 7 | Release: %{release} |
|---|
| 8 | 8 | License: GPL |
|---|
| 9 | | Vendor: Tresys Technology, LLC |
|---|
| 10 | | Packager: Tresys Technology, LLC |
|---|
| | 9 | Vendor: %{vendor} |
|---|
| | 10 | Packager: %{packager} |
|---|
| 11 | 11 | Source: selinux-policy-%{polname}-%{version}.tar.gz |
|---|
| 12 | 12 | Group: System Environment/Base |
|---|
Download in other formats:
* Generating other formats may take time.