SHA256
1
0
forked from pool/snapper

Accepting request 239104 from YaST:Head

- updated to latest repository

OBS-URL: https://build.opensuse.org/request/show/239104
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/snapper?expand=0&rev=63
This commit is contained in:
Stephan Kulow 2014-07-02 13:04:27 +00:00 committed by Git OBS Bridge
parent c5412ea1c8
commit 9189e371f2
3 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:6c78fc57ac018f7536a03971927f2b17f1f048f87e26689609028f51500c9c6a oid sha256:a99544c8fe21943f846c4c01cba88310ab1bdbb45f16c8bb6483077d721fa8ac
size 451916 size 453043

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Jun 30 15:43:56 CEST 2014 - aschnell@suse.de
- make rollback command print verbose messages
-------------------------------------------------------------------
Mon Jun 30 14:44:25 CEST 2014 - aschnell@suse.de
- allow to add snapshots to qgroup (prototype for fate#312751)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Jun 23 09:19:03 CEST 2014 - aschnell@suse.de Mon Jun 23 09:19:03 CEST 2014 - aschnell@suse.de

View File

@ -82,7 +82,7 @@ autoconf
./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir} \ ./configure --libdir=%{_libdir} --prefix=%{prefix} --mandir=%{_mandir} \
--docdir=%{prefix}/share/doc/packages/snapper \ --docdir=%{prefix}/share/doc/packages/snapper \
%if 0%{?suse_version} <= 1310 %if 0%{?suse_version} <= 1310
--disable-rollback \ --disable-rollback --disable-btrfs-quota \
%endif %endif
--disable-silent-rules --disable-ext4 --disable-silent-rules --disable-ext4
make %{?jobs:-j%jobs} make %{?jobs:-j%jobs}