Update to openwsman-2.6.1, Review PAM rules
This commit is contained in:
parent
184cbebc2e
commit
945a87a996
1
.gitignore
vendored
1
.gitignore
vendored
@ -14,3 +14,4 @@ openwsman-2.2.3.tar.bz2
|
|||||||
/openwsman-2.4.14.tar.gz
|
/openwsman-2.4.14.tar.gz
|
||||||
/openwsman-2.4.15.tar.gz
|
/openwsman-2.4.15.tar.gz
|
||||||
/openwsman-2.6.0.tar.gz
|
/openwsman-2.6.0.tar.gz
|
||||||
|
/openwsman-2.6.1.tar.gz
|
||||||
|
@ -1,15 +1,16 @@
|
|||||||
diff -up openwsman-2.4.0/etc/pam/openwsman.pamsetup openwsman-2.4.0/etc/pam/openwsman
|
diff -up openwsman-2.6.1/etc/pam/openwsman.pamsetup openwsman-2.6.1/etc/pam/openwsman
|
||||||
--- openwsman-2.4.0/etc/pam/openwsman.pamsetup 2013-09-27 17:14:39.147565052 +0200
|
--- openwsman-2.6.1/etc/pam/openwsman.pamsetup 2015-08-27 15:46:46.000000000 +0200
|
||||||
+++ openwsman-2.4.0/etc/pam/openwsman 2013-09-27 17:15:12.744578165 +0200
|
+++ openwsman-2.6.1/etc/pam/openwsman 2015-08-31 16:08:28.166913889 +0200
|
||||||
@@ -1,7 +1,7 @@
|
@@ -1,7 +1,7 @@
|
||||||
#%PAM-1.0
|
#%PAM-1.0
|
||||||
-auth required pam_unix2.so nullok
|
-auth required pam_unix2.so nullok
|
||||||
+auth required pam_unix.so nullok
|
+auth required pam_unix.so nullok
|
||||||
auth required pam_nologin.so
|
auth required pam_nologin.so
|
||||||
-account required pam_unix2.so
|
-account required pam_unix2.so
|
||||||
+account required pam_unix.so
|
-password required pam_pwcheck.so nullok
|
||||||
password required pam_pwcheck.so nullok
|
|
||||||
-password required pam_unix2.so nullok use_first_pass use_authtok
|
-password required pam_unix2.so nullok use_first_pass use_authtok
|
||||||
-session required pam_unix2.so none
|
-session required pam_unix2.so none
|
||||||
+password required pam_unix.so nullok use_first_pass use_authtok
|
+account required pam_unix.so
|
||||||
+session required pam_unix.so none
|
+password required pam_pwquality.so
|
||||||
|
+password required pam_unix.so nullok use_first_pass use_authtok
|
||||||
|
+session required pam_unix.so
|
||||||
|
@ -6,7 +6,7 @@ diff -up openwsman-2.4.12/bindings/ruby/extconf.rb.orig openwsman-2.4.12/binding
|
|||||||
|
|
||||||
major, minor, path = RUBY_VERSION.split(".")
|
major, minor, path = RUBY_VERSION.split(".")
|
||||||
-raise "SWIG failed to run" unless system("#{swig} -ruby -autorename -DRUBY_VERSION=#{major}#{minor} -I. -I/usr/include/openwsman -o openwsman_wrap.c openwsman.i")
|
-raise "SWIG failed to run" unless system("#{swig} -ruby -autorename -DRUBY_VERSION=#{major}#{minor} -I. -I/usr/include/openwsman -o openwsman_wrap.c openwsman.i")
|
||||||
+raise "SWIG failed to run" unless system("#{swig} -ruby -autorename -DRUBY_VERSION=#{major}#{minor} -I. -I/usr/include/openwsman -I/builddir/build/BUILD/openwsman-2.6.0/include/ -o openwsman_wrap.c openwsman.i")
|
+raise "SWIG failed to run" unless system("#{swig} -ruby -autorename -DRUBY_VERSION=#{major}#{minor} -I. -I/usr/include/openwsman -I/builddir/build/BUILD/openwsman-2.6.1/include/ -o openwsman_wrap.c openwsman.i")
|
||||||
|
|
||||||
$CPPFLAGS = "-I/usr/include/openwsman -I.."
|
$CPPFLAGS = "-I/usr/include/openwsman -I.."
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ BuildRequires: python python-devel perl
|
|||||||
BuildRequires: perl-devel pkgconfig openssl-devel
|
BuildRequires: perl-devel pkgconfig openssl-devel
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: systemd-units
|
BuildRequires: systemd-units
|
||||||
Version: 2.6.0
|
Version: 2.6.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Url: http://www.openwsman.org/
|
Url: http://www.openwsman.org/
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -319,6 +319,11 @@ rm -f /var/log/wsmand.log
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 31 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.6.1-1
|
||||||
|
- Update to openwsman-2.6.1
|
||||||
|
- Review PAM rules
|
||||||
|
(pam_pwcheck is replaced by pam_pwquality, pam_unix has no 'none' option)
|
||||||
|
|
||||||
* Tue Jun 16 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.6.0-1
|
* Tue Jun 16 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 2.6.0-1
|
||||||
- Update to openwsman-2.6.0
|
- Update to openwsman-2.6.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user