diff --git a/snapper-0.0.7.tar.bz2 b/snapper-0.0.7.tar.bz2 index b03fc26..9c0fb10 100644 --- a/snapper-0.0.7.tar.bz2 +++ b/snapper-0.0.7.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:86a754791ee1d15fb932005c975fee5c2447761a35f83c93261e2c17cd57adc9 -size 316329 +oid sha256:641af0d66ab388452af1f5b821ead52d28c9d8b007229741d18deb13a3618996 +size 317403 diff --git a/snapper.changes b/snapper.changes index 52f14e8..42a406a 100644 --- a/snapper.changes +++ b/snapper.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 15 16:44:26 CEST 2011 - aschnell@suse.de + +- added userdata to snapshots + ------------------------------------------------------------------- Fri Sep 02 10:27:46 CEST 2011 - aschnell@suse.de diff --git a/snapper.spec b/snapper.spec index 1bdc954..4be774a 100644 --- a/snapper.spec +++ b/snapper.spec @@ -20,7 +20,7 @@ Name: snapper Version: 0.0.7 -Release: 7 +Release: 0 License: GPL Group: System/Packages BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -74,7 +74,6 @@ rm -rf "$RPM_BUILD_ROOT" /etc/cron.daily/suse.de-snapper %package -n libsnapper1 - Summary: Library for filesystem snapshot management Group: System/Libraries Requires: diffutils util-linux @@ -113,7 +112,6 @@ Authors: /sbin/ldconfig %package -n libsnapper-devel - Requires: libsnapper1 = %version Requires: gcc-c++ libstdc++-devel boost-devel blocxx-devel libxml2-devel Summary: Header files and documentation for libsnapper @@ -134,7 +132,6 @@ Authors: %{prefix}/include/snapper %package -n snapper-zypp-plugin - Requires: snapper libzypp(plugin:commit) zypp-plugin-python Summary: A zypp commit plugin for calling snapper Group: System/Packages @@ -150,4 +147,5 @@ Authors: %files -n snapper-zypp-plugin %defattr(-,root,root) /usr/lib/zypp/plugins/commit/snapper.py + %changelog