diff --git a/yast2-pam-2.20.1.tar.bz2 b/yast2-pam-2.20.1.tar.bz2 deleted file mode 100644 index c7f0da2..0000000 --- a/yast2-pam-2.20.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:525b0d0063e587c6b5d8ad66fc89bd9f736fb2f97b76ae0199feff37303e392a -size 88844 diff --git a/yast2-pam-2.21.0.tar.bz2 b/yast2-pam-2.21.0.tar.bz2 new file mode 100644 index 0000000..2b199a4 --- /dev/null +++ b/yast2-pam-2.21.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd0087bdbdfa2fb21d78d32b8ed59b86df2a597aef38dd9d8cc7c47593be5bb9 +size 92187 diff --git a/yast2-pam.changes b/yast2-pam.changes index aa8ba2d..8e9e6a1 100644 --- a/yast2-pam.changes +++ b/yast2-pam.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Oct 17 09:59:01 CEST 2011 - jsuchome@suse.cz + +- autologin: remove checking for display manager, now most of them + support autologin +- 2.21.0 + ------------------------------------------------------------------- Tue Feb 1 10:20:08 CET 2011 - jsuchome@suse.cz diff --git a/yast2-pam.spec b/yast2-pam.spec index a05775d..4bc7159 100644 --- a/yast2-pam.spec +++ b/yast2-pam.spec @@ -19,16 +19,14 @@ Name: yast2-pam -Version: 2.20.1 -Release: 1 +Version: 2.21.0 +Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: yast2-pam-2.20.1.tar.bz2 - -Prefix: /usr +Source0: yast2-pam-%{version}.tar.bz2 Group: System/YaST -License: GPLv2+ +License: GPL-2.0+ BuildRequires: doxygen perl-XML-Writer yast2 yast2-core-devel yast2-devtools yast2-testsuite Requires: yast2 @@ -47,26 +45,26 @@ Summary: YaST2 - PAM Agent This agent is used by YaST2 to modify the PAM configuration files %prep -%setup -n yast2-pam-2.20.1 +%setup -n yast2-pam-%{version} %build -%{prefix}/bin/y2tool y2autoconf -%{prefix}/bin/y2tool y2automake +%{_prefix}/bin/y2tool y2autoconf +%{_prefix}/bin/y2tool y2automake autoreconf --force --install export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG" export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG" %{?suse_update_config:%{suse_update_config -f}} -./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir} +./configure --libdir=%{_libdir} --prefix=%{_prefix} --mandir=%{_mandir} # V=1: verbose build in case we used AM_SILENT_RULES(yes) # so that RPM_OPT_FLAGS check works make %{?jobs:-j%jobs} V=1 %install make install DESTDIR="$RPM_BUILD_ROOT" -[ -e "%{prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT" -for f in `find $RPM_BUILD_ROOT/%{prefix}/share/applications/YaST2/ -name "*.desktop"` ; do +[ -e "%{_prefix}/share/YaST2/data/devtools/NO_MAKE_CHECK" ] || Y2DIR="$RPM_BUILD_ROOT/usr/share/YaST2" make check DESTDIR="$RPM_BUILD_ROOT" +for f in `find $RPM_BUILD_ROOT/%{_prefix}/share/applications/YaST2/ -name "*.desktop"` ; do d=${f##*/} %suse_update_desktop_file -d ycc_${d%.desktop} ${d%.desktop} done @@ -79,5 +77,6 @@ rm -rf "$RPM_BUILD_ROOT" /usr/share/YaST2/modules/* /usr/share/YaST2/scrconf/*.scr /usr/lib/YaST2/servers_non_y2/ag_passwd -%doc %{prefix}/share/doc/packages/yast2-pam +%doc %{_prefix}/share/doc/packages/yast2-pam + %changelog