Hello community,

here is the log from the commit of package snapper for openSUSE:Factory checked 
in at 2013-05-13 15:34:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/snapper (Old)
 and      /work/SRC/openSUSE:Factory/.snapper.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "snapper"

Changes:
--------
--- /work/SRC/openSUSE:Factory/snapper/snapper.changes  2013-04-24 
12:23:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.snapper.new/snapper.changes     2013-05-13 
15:34:02.000000000 +0200
@@ -1,0 +2,6 @@
+Thu May 02 15:11:17 CEST 2013 - [email protected]
+
+- added PAM module from mge
+- version 0.1.4
+
+-------------------------------------------------------------------
@@ -5 +11 @@
-- 0.1.3
+- version 0.1.3
@@ -42 +48 @@
-- 0.1.2
+- version 0.1.2
@@ -64 +70 @@
-- 0.1.1
+- version 0.1.1
@@ -82 +88 @@
-- 0.1.0
+- version 0.1.0
@@ -88 +94 @@
-- 0.0.14
+- version 0.0.14
@@ -100 +106 @@
-- 0.0.13
+- version 0.0.13
@@ -106 +112 @@
-- 0.0.12
+- version 0.0.12
@@ -112 +118 @@
-- 0.0.11
+- version 0.0.11
@@ -123 +129 @@
-- 0.0.10
+- version 0.0.10
@@ -129 +135 @@
-- 0.0.9
+- version 0.0.9
@@ -145 +151 @@
-- 0.0.8
+- version 0.0.8
@@ -266 +271,0 @@
-

Old:
----
  snapper-0.1.3.tar.bz2

New:
----
  snapper-0.1.4.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ snapper.spec ++++++
--- /var/tmp/diff_new_pack.CqqxQt/_old  2013-05-13 15:34:04.000000000 +0200
+++ /var/tmp/diff_new_pack.CqqxQt/_new  2013-05-13 15:34:04.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           snapper
-Version:        0.1.3
+Version:        0.1.4
 Release:        0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Source:         snapper-%{version}.tar.bz2
@@ -36,6 +36,7 @@
 %if (0%{?suse_version} && 0%{?suse_version} >= 1210)
 BuildRequires:  libzypp(plugin:commit)
 %endif
+BuildRequires:  pam-devel
 Requires:       diffutils
 Requires:       libsnapper2 = %version
 %if 0%{?suse_version}
@@ -67,16 +68,19 @@
 automake --add-missing --copy
 autoconf
 
-./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir} 
--docdir=%{prefix}/share/doc/packages/snapper --disable-ext4 
--disable-silent-rules
+./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir}         
\
+       --docdir=%{prefix}/share/doc/packages/snapper                           
\
+       --disable-silent-rules --disable-ext4 --enable-xattrs
 make %{?jobs:-j%jobs}
 
 %install
 make install DESTDIR="$RPM_BUILD_ROOT"
+rm $RPM_BUILD_ROOT/%{_lib}/security/pam_snapper.la
 
 %if 0%{?suse_version}
-install -D data/sysconfig.snapper 
$RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.snapper
+install -D -m 644 data/sysconfig.snapper 
$RPM_BUILD_ROOT/var/adm/fillup-templates/sysconfig.snapper
 %else
-install -D data/sysconfig.snapper $RPM_BUILD_ROOT/etc/sysconfig/snapper
+install -D -m 644 data/sysconfig.snapper $RPM_BUILD_ROOT/etc/sysconfig/snapper
 %endif
 
 %{find_lang} snapper
@@ -88,7 +92,7 @@
 %defattr(-,root,root)
 %{prefix}/bin/snapper
 %{prefix}/sbin/snapperd
-%doc %{_mandir}/*/*
+%doc %{_mandir}/*/snapper*.*
 %config(noreplace) %{_sysconfdir}/logrotate.d/snapper
 /etc/cron.hourly/suse.de-snapper
 /etc/cron.daily/suse.de-snapper
@@ -162,7 +166,7 @@
 
 %package -n snapper-zypp-plugin
 Requires:       dbus-1-python
-Requires:       snapper
+Requires:       snapper = %version
 Requires:       zypp-plugin-python
 Requires:       libzypp(plugin:commit)
 Summary:        A zypp commit plugin for calling snapper
@@ -185,4 +189,24 @@
 %endif
 /usr/lib/zypp/plugins/commit/snapper.py*
 
+%package -n pam_snapper
+Requires:       pam
+Requires:       snapper = %version
+Summary:        PAM module for calling snapper
+Group:          System/Packages
+
+%description -n pam_snapper
+A PAM module for calling snapper during user login and logout.
+
+Authors:
+--------
+    Matthias G. Eckermann <[email protected]>
+
+%files -n pam_snapper
+%defattr(-,root,root)
+/%{_lib}/security/pam_snapper.so
+%dir /usr/lib/pam_snapper
+/usr/lib/pam_snapper/*.sh
+%doc %{_mandir}/*/pam_snapper*.*
+
 %changelog

++++++ snapper-0.1.3.tar.bz2 -> snapper-0.1.4.tar.bz2 ++++++
++++ 3922 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to