Blob Blame History Raw
From d26fad1074c012a5f47f4fe6b812c558ca2d1ceb Mon Sep 17 00:00:00 2001
From: Miroslav Rezanina <mrezanin@redhat.com>
Date: Thu, 6 Oct 2016 12:25:35 +0200
Subject: Add inital redhat build support

Rebase notes (2.2.26):
- Do not use INSTALED_FILES for %files

Rebase notes (2.2.10):
- switched to sha256
- added .gitpublish profile

Merged patches (2.3.0.2):
- cbf8baa1 Remove FIPS setting from the default config
(cherry picked from commit 19d4f82cd5345fdc52b357afcf3b5aa4bc4ce4d9)
(cherry picked from commit 1676db295321adbd571f04773782eed5b0817d64)
---
 .gitignore                         |   3 +
 config/waagent.conf                |   3 -
 redhat/.gitignore                  |   1 +
 redhat/Makefile                    |  72 +++++++
 redhat/Makefile.common             |  37 ++++
 redhat/WALinuxAgent.spec.template  | 231 ++++++++++++++++++++
 redhat/rpmbuild/BUILD/.gitignore   |   2 +
 redhat/rpmbuild/RPMS/.gitignore    |   2 +
 redhat/rpmbuild/SOURCES/.gitignore |   2 +
 redhat/rpmbuild/SPECS/.gitignore   |   2 +
 redhat/rpmbuild/SRPMS/.gitignore   |   2 +
 redhat/scripts/frh.py              |  27 +++
 redhat/scripts/git-backport-diff   | 327 +++++++++++++++++++++++++++++
 redhat/scripts/git-compile-check   | 215 +++++++++++++++++++
 redhat/scripts/process-patches.sh  |  79 +++++++
 redhat/scripts/tarball_checksum.sh |   3 +
 16 files changed, 1005 insertions(+), 3 deletions(-)
 create mode 100644 redhat/.gitignore
 create mode 100644 redhat/Makefile
 create mode 100644 redhat/Makefile.common
 create mode 100644 redhat/WALinuxAgent.spec.template
 create mode 100644 redhat/rpmbuild/BUILD/.gitignore
 create mode 100644 redhat/rpmbuild/RPMS/.gitignore
 create mode 100644 redhat/rpmbuild/SOURCES/.gitignore
 create mode 100644 redhat/rpmbuild/SPECS/.gitignore
 create mode 100644 redhat/rpmbuild/SRPMS/.gitignore
 create mode 100755 redhat/scripts/frh.py
 create mode 100755 redhat/scripts/git-backport-diff
 create mode 100755 redhat/scripts/git-compile-check
 create mode 100755 redhat/scripts/process-patches.sh
 create mode 100755 redhat/scripts/tarball_checksum.sh

diff --git a/config/waagent.conf b/config/waagent.conf
index 87e201e9..0575359f 100644
--- a/config/waagent.conf
+++ b/config/waagent.conf
@@ -78,9 +78,6 @@ Logs.Collect=n
 # How frequently to collect logs, default is each hour
 Logs.CollectPeriod=3600
 
-# Is FIPS enabled
-OS.EnableFIPS=n
-
 # Root device timeout in seconds.
 OS.RootDeviceScsiTimeout=300