This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[main] | |
plugins=ifcfg-rh | |
# | |
# "Serverify" NetworkManager behavior, ensuring it only does what we tell it via nmcli | |
# | |
# See man NetworkManager.conf for more details on settings below | |
# | |
# | |
# Do not create any connections automatically |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# | |
# | |
# Automated nmcli/NetworkManager config script for 7 NIC server | |
# 1 NIC for dedicated management is ignored by this script | |
# 6 NICs configured in 3 active backup teams | |
# Ethtool link watchers only | |
# | |
# Set this to the NetworkManager connection name of the management |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ pacman -S $(pacman -Q | awk '{print $1}') | |
warning: bash-4.3.024-1 is up to date -- reinstalling | |
warning: bash-completion-2.1-3 is up to date -- reinstalling | |
warning: bsdcpio-3.1.2-3 is up to date -- reinstalling | |
warning: bsdtar-3.1.2-3 is up to date -- reinstalling | |
warning: bzip2-1.0.6-1 is up to date -- reinstalling | |
warning: ca-certificates-20140325-1 is up to date -- reinstalling | |
warning: catgets-1.1-1 is up to date -- reinstalling | |
warning: coreutils-8.23-2 is up to date -- reinstalling | |
warning: crypt-1.1-2 is up to date -- reinstalling |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from | |
distutils.sysconfig import get_python_lib; print get_python_lib()")} | |
%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} | |
Summary: Cryptography library for Python | |
Name: python-crypto | |
Version: 2.0.1 | |
Release: 22sha256%{?dist} | |
License: Public Domain | |
Group: Development/Libraries |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- pycrypto-2.0.1/src/SHA256.c 2014-01-26 12:25:55.761067689 -0500 | |
+++ pycrypto-2.1.0/src/SHA256.c 2014-01-26 12:26:04.182356899 -0500 | |
@@ -8,8 +8,29 @@ | |
* | |
* Revised Code: Complies to SHA-256 standard now. | |
* | |
- * Tom St Denis -- http://tomstdenis.home.dhs.org | |
- * */ | |
+ * Originally written by Tom St Denis -- http://tomstdenis.home.dhs.org | |
+ * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- python-crypto.spec.orig 2010-09-22 13:26:49.000000000 -0400 | |
+++ python-crypto.spec 2014-01-26 14:28:19.526136385 -0500 | |
@@ -5,7 +5,7 @@ | |
Summary: Cryptography library for Python | |
Name: python-crypto | |
Version: 2.0.1 | |
-Release: 22%{?dist} | |
+Release: 22sha256%{?dist} | |
License: Public Domain | |
Group: Development/Libraries |