commit libfsntfs for openSUSE:Factory

2020-05-01 Thread root
Hello community,

here is the log from the commit of package libfsntfs for openSUSE:Factory 
checked in at 2020-05-01 11:11:47

Comparing /work/SRC/openSUSE:Factory/libfsntfs (Old)
 and  /work/SRC/openSUSE:Factory/.libfsntfs.new.2738 (New)


Package is "libfsntfs"

Fri May  1 11:11:47 2020 rev:8 rq:799058 version:0~20200223

Changes:

--- /work/SRC/openSUSE:Factory/libfsntfs/libfsntfs.changes  2020-04-07 
10:31:17.926496810 +0200
+++ /work/SRC/openSUSE:Factory/.libfsntfs.new.2738/libfsntfs.changes
2020-05-01 11:12:17.083708027 +0200
@@ -1,0 +2,5 @@
+Thu Apr 30 01:36:04 UTC 2020 - Greg Freemyer 
+
+- remove python2 submodule 
+
+---



Other differences:
--
++ libfsntfs.spec ++
--- /var/tmp/diff_new_pack.MJzQRw/_old  2020-05-01 11:12:17.679709324 +0200
+++ /var/tmp/diff_new_pack.MJzQRw/_new  2020-05-01 11:12:17.683709333 +0200
@@ -87,18 +87,6 @@
 This subpackage contains libraries and header files for developing
 applications that want to make use of %{name}.
 
-%package -n python2-%{name}
-Summary:Python 2 bindings for libfsntfs
-License:LGPL-3.0-or-later
-Group:  Development/Languages/Python
-Requires:   %{lname} = %{version}
-Requires:   python2
-BuildRequires:  pkgconfig(python2)
-Obsoletes:  python-%{name}
-
-%description -n python2-%{name}
-Python 2 binding for libfsntfs, which can access the NTFS filesystem.
-
 %package -n python3-%{name}
 Summary:Python 3 bindings for libfsntfs
 License:LGPL-3.0-or-later
@@ -114,7 +102,7 @@
 %setup -q -n libfsntfs-%{timestamp}
 
 %build
-%configure --disable-static --enable-wide-character-type --enable-python2 
--enable-python3
+%configure --disable-static --enable-wide-character-type --enable-python3
 make %{?_smp_mflags}
 
 %install
@@ -143,12 +131,6 @@
 %{_libdir}/pkgconfig/libfsntfs.pc
 %{_mandir}/man3/libfsntfs.3*
 
-%files -n python2-%{name}
-%defattr(-,root,root)
-%doc AUTHORS README
-%license COPYING 
-%{python_sitearch}/pyfsntfs.so
-
 %files -n python3-%{name}
 %defattr(-,root,root)
 %doc AUTHORS 




commit libfsntfs for openSUSE:Factory

2020-04-07 Thread root
Hello community,

here is the log from the commit of package libfsntfs for openSUSE:Factory 
checked in at 2020-04-07 10:29:41

Comparing /work/SRC/openSUSE:Factory/libfsntfs (Old)
 and  /work/SRC/openSUSE:Factory/.libfsntfs.new.3248 (New)


Package is "libfsntfs"

Tue Apr  7 10:29:41 2020 rev:7 rq:791588 version:0~20200223

Changes:

--- /work/SRC/openSUSE:Factory/libfsntfs/libfsntfs.changes  2019-06-12 
13:08:50.361119519 +0200
+++ /work/SRC/openSUSE:Factory/.libfsntfs.new.3248/libfsntfs.changes
2020-04-07 10:31:17.926496810 +0200
@@ -1,0 +2,13 @@
+Sun Apr  5 20:40:53 UTC 2020 - Greg Freemyer 
+
+- update to v0~20200223
+   * the codebase has seen significant rework and improvements
+   * improved format support
+   * improved documentation
+   * improved python binding
+   * worked on mount tool
+   * worked on WofCompressedData format
+   * worked on casesensitive support
+   * added namespace API function
+
+---

Old:

  libfsntfs-experimental-20190104.tar.gz

New:

  libfsntfs-experimental-20200223.tar.gz



Other differences:
--
++ libfsntfs.spec ++
--- /var/tmp/diff_new_pack.2NR7Vb/_old  2020-04-07 10:31:18.698497815 +0200
+++ /var/tmp/diff_new_pack.2NR7Vb/_new  2020-04-07 10:31:18.702497821 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libfsntfs
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,14 @@
 
 
 %define lname  libfsntfs1
-%define timestamp  20190104
+%define timestamp  20200223
 Name:   libfsntfs
 Version:0~%{timestamp}
 Release:0
 Summary:Library and tools to access the NTFS filesystem
 License:LGPL-3.0-or-later AND GFDL-1.3-or-later
 Group:  Productivity/File utilities
-Url:https://github.com/libyal/libfsntfs/wiki
+URL:https://github.com/libyal/libfsntfs/wiki
 Source: 
https://github.com/libyal/libfsntfs/releases/download/%{timestamp}/%{name}-experimental-%{timestamp}.tar.gz
 BuildRequires:  pkg-config
 BuildRequires:  python-devel

++ libfsntfs-experimental-20190104.tar.gz -> 
libfsntfs-experimental-20200223.tar.gz ++
 198452 lines of diff (skipped)




commit libfsntfs for openSUSE:Factory

2019-06-12 Thread root
Hello community,

here is the log from the commit of package libfsntfs for openSUSE:Factory 
checked in at 2019-06-12 13:08:47

Comparing /work/SRC/openSUSE:Factory/libfsntfs (Old)
 and  /work/SRC/openSUSE:Factory/.libfsntfs.new.4811 (New)


Package is "libfsntfs"

Wed Jun 12 13:08:47 2019 rev:6 rq:695363 version:0~20190104

Changes:

--- /work/SRC/openSUSE:Factory/libfsntfs/libfsntfs.changes  2017-11-03 
16:23:17.427616792 +0100
+++ /work/SRC/openSUSE:Factory/.libfsntfs.new.4811/libfsntfs.changes
2019-06-12 13:08:50.361119519 +0200
@@ -1,0 +2,6 @@
+Mon Apr 15 20:24:11 UTC 2019 - Greg Freemyer 
+
+- update to v0~20190104
+   * improvments to handle corrupt file systems
+
+---

Old:

  libfsntfs-experimental-20160418.tar.gz

New:

  libfsntfs-experimental-20190104.tar.gz



Other differences:
--
++ libfsntfs.spec ++
--- /var/tmp/diff_new_pack.R1jsSx/_old  2019-06-12 13:08:51.153119187 +0200
+++ /var/tmp/diff_new_pack.R1jsSx/_new  2019-06-12 13:08:51.157119184 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libfsntfs
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,17 +12,17 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define lname  libfsntfs1
-%define timestamp  20160418
+%define timestamp  20190104
 Name:   libfsntfs
 Version:0~%{timestamp}
 Release:0
 Summary:Library and tools to access the NTFS filesystem
-License:LGPL-3.0+ and GFDL-1.3+
+License:LGPL-3.0-or-later AND GFDL-1.3-or-later
 Group:  Productivity/File utilities
 Url:https://github.com/libyal/libfsntfs/wiki
 Source: 
https://github.com/libyal/libfsntfs/releases/download/%{timestamp}/%{name}-experimental-%{timestamp}.tar.gz
@@ -57,7 +57,7 @@
 
 %package -n %{lname}
 Summary:Library to access the New Technology File System (NTFS)
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  System/Libraries
 
 %description -n %{lname}
@@ -67,7 +67,7 @@
 
 %package tools
 Summary:Tools to access the New Technology File System (NTFS)
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  Productivity/File utilities
 
 %description tools
@@ -77,7 +77,7 @@
 
 %package devel
 Summary:Development files for libfsntfs
-License:LGPL-3.0+ and GFDL-1.3+
+License:LGPL-3.0-or-later AND GFDL-1.3-or-later
 Group:  Development/Libraries/C and C++
 Requires:   %{lname} = %{version}
 
@@ -89,7 +89,7 @@
 
 %package -n python2-%{name}
 Summary:Python 2 bindings for libfsntfs
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  Development/Languages/Python
 Requires:   %{lname} = %{version}
 Requires:   python2
@@ -101,7 +101,7 @@
 
 %package -n python3-%{name}
 Summary:Python 3 bindings for libfsntfs
-License:LGPL-3.0+
+License:LGPL-3.0-or-later
 Group:  Development/Languages/Python
 Requires:   %{lname} = %{version}
 Requires:   python3
@@ -145,12 +145,14 @@
 
 %files -n python2-%{name}
 %defattr(-,root,root)
-%doc AUTHORS COPYING README
+%doc AUTHORS README
+%license COPYING 
 %{python_sitearch}/pyfsntfs.so
 
 %files -n python3-%{name}
 %defattr(-,root,root)
-%doc AUTHORS COPYING
+%doc AUTHORS 
+%license COPYING 
 %{python3_sitearch}/pyfsntfs.so
 
 %changelog

++ libfsntfs-experimental-20160418.tar.gz -> 
libfsntfs-experimental-20190104.tar.gz ++
 211155 lines of diff (skipped)




commit libfsntfs for openSUSE:Factory

2017-11-03 Thread root
Hello community,

here is the log from the commit of package libfsntfs for openSUSE:Factory 
checked in at 2017-11-03 16:23:15

Comparing /work/SRC/openSUSE:Factory/libfsntfs (Old)
 and  /work/SRC/openSUSE:Factory/.libfsntfs.new (New)


Package is "libfsntfs"

Fri Nov  3 16:23:15 2017 rev:5 rq:535310 version:0~20160418

Changes:

--- /work/SRC/openSUSE:Factory/libfsntfs/libfsntfs.changes  2017-03-02 
19:27:48.400545204 +0100
+++ /work/SRC/openSUSE:Factory/.libfsntfs.new/libfsntfs.changes 2017-11-03 
16:23:17.427616792 +0100
@@ -1,0 +2,6 @@
+Wed Oct  4 22:51:47 UTC 2017 - greg.freem...@gmail.com
+
+- rename python-libfsntfs to python2-libfsntfs as expected by singlespec
+- remove Provides pyfsntfs as it is not versioned
+
+---



Other differences:
--
++ libfsntfs.spec ++
--- /var/tmp/diff_new_pack.xGeJkp/_old  2017-11-03 16:23:18.091592626 +0100
+++ /var/tmp/diff_new_pack.xGeJkp/_new  2017-11-03 16:23:18.095592480 +0100
@@ -87,16 +87,16 @@
 This subpackage contains libraries and header files for developing
 applications that want to make use of %{name}.
 
-%package -n python-%{name}
+%package -n python2-%{name}
 Summary:Python 2 bindings for libfsntfs
 License:LGPL-3.0+
 Group:  Development/Languages/Python
 Requires:   %{lname} = %{version}
-Requires:   python
+Requires:   python2
 BuildRequires:  pkgconfig(python2)
-Provides:   pyfsntfs = %{version}
+Obsoletes: python-%{name}
 
-%description -n python-%{name}
+%description -n python2-%{name}
 Python 2 binding for libfsntfs, which can access the NTFS filesystem.
 
 %package -n python3-%{name}
@@ -106,7 +106,6 @@
 Requires:   %{lname} = %{version}
 Requires:   python3
 BuildRequires:  pkgconfig(python3)
-Provides:   pyfsntfs = %{version}
 
 %description -n python3-%{name}
 Python 3 binding for libfsntfs, which can access the NTFS filesystem.
@@ -144,7 +143,7 @@
 %{_libdir}/pkgconfig/libfsntfs.pc
 %{_mandir}/man3/libfsntfs.3*
 
-%files -n python-%{name}
+%files -n python2-%{name}
 %defattr(-,root,root)
 %doc AUTHORS COPYING README
 %{python_sitearch}/pyfsntfs.so




commit libfsntfs for openSUSE:Factory

2017-03-02 Thread root
Hello community,

here is the log from the commit of package libfsntfs for openSUSE:Factory 
checked in at 2017-03-02 19:27:47

Comparing /work/SRC/openSUSE:Factory/libfsntfs (Old)
 and  /work/SRC/openSUSE:Factory/.libfsntfs.new (New)


Package is "libfsntfs"

Thu Mar  2 19:27:47 2017 rev:4 rq:459352 version:0~20160418

Changes:

--- /work/SRC/openSUSE:Factory/libfsntfs/libfsntfs.changes  2016-02-17 
12:14:13.0 +0100
+++ /work/SRC/openSUSE:Factory/.libfsntfs.new/libfsntfs.changes 2017-03-02 
19:27:48.400545204 +0100
@@ -1,0 +2,18 @@
+Thu Feb 16 22:30:06 UTC 2017 - greg.freem...@gmail.com
+
+- use internal version of libfdata and libfcache.  
+* New releases broke libfsntfs compiles.
+- change RPM Group for python binding to development/languages/python
+
+---
+Thu Jul 28 22:25:59 UTC 2016 - greg.freem...@gmail.com
+
+- update to v0~20160418
+   * Worked on security descriptor support
+   * worked on Python bindings
+   * worked on Python 3 support
+   * 2016 update
+- use libcstring, libfdata from factory again
+- add python3 binding subpackage
+
+---

Old:

  libfsntfs-experimental-20151130.tar.gz

New:

  libfsntfs-experimental-20160418.tar.gz



Other differences:
--
++ libfsntfs.spec ++
--- /var/tmp/diff_new_pack.IJfo7Y/_old  2017-03-02 19:27:48.984462610 +0100
+++ /var/tmp/diff_new_pack.IJfo7Y/_new  2017-03-02 19:27:48.988462045 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libfsntfs
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 %define lname  libfsntfs1
-%define timestamp  20151130
+%define timestamp  20160418
 Name:   libfsntfs
 Version:0~%{timestamp}
 Release:0
@@ -35,18 +35,17 @@
 BuildRequires:  pkgconfig(libcnotify) >= 20130609
 BuildRequires:  pkgconfig(libcpath) >= 20130609
 BuildRequires:  pkgconfig(libcsplit) >= 20130609
+BuildRequires:  pkgconfig(libcstring) >= 20150101
 BuildRequires:  pkgconfig(libcsystem) >= 20120425
 BuildRequires:  pkgconfig(libcthreads)
-BuildRequires:  pkgconfig(libfcache)
 BuildRequires:  pkgconfig(libfdatetime) >= 20130317
 BuildRequires:  pkgconfig(libfguid) >= 20130904
 BuildRequires:  pkgconfig(libfwnt)
 BuildRequires:  pkgconfig(libuna) >= 20120425
-#as of Feb 2, 2016, the various released versions of the below all cause 
compile errors.
-# libcerror and libcstring are examples of very fundamental parts of libyal, 
but the latest released version causes build errors here (12/2/2015).
-#BuildRequires:  pkgconfig(libcerror) > 20150407
-#BuildRequires:  pkgconfig(libcstring) > 20150101
+#as of Feb 28, 2017, recent releases of the below all cause compile errors.
 #BuildRequires:  pkgconfig(libfdata)
+#BuildRequires:  pkgconfig(libfcache)
+#BuildRequires:  pkgconfig(libcerror) > 20170101
 #not yet in OBS
 #BuildRequires:  pkgconfig(libfusn)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -57,7 +56,7 @@
 Note that this project currently only focuses on the analysis of the format.
 
 %package -n %{lname}
-Summary:Library to access the New Technology File System (NTFS).
+Summary:Library to access the New Technology File System (NTFS)
 License:LGPL-3.0+
 Group:  System/Libraries
 
@@ -67,7 +66,7 @@
 Note that this project currently only focuses on the analysis of the format.
 
 %package tools
-Summary:Tools to access the New Technology File System (NTFS).
+Summary:Tools to access the New Technology File System (NTFS)
 License:LGPL-3.0+
 Group:  Productivity/File utilities
 
@@ -89,21 +88,34 @@
 applications that want to make use of %{name}.
 
 %package -n python-%{name}
-Summary:Python bindings for libfsntfs
+Summary:Python 2 bindings for libfsntfs
 License:LGPL-3.0+
-Group:  Development/Libraries/Python
+Group:  Development/Languages/Python
 Requires:   %{lname} = %{version}
 Requires:   python
+BuildRequires:  pkgconfig(python2)
 Provides:   pyfsntfs = %{version}
 
 %description -n python-%{name}
-Python binding for libfsntfs, which can access the NTFS filesystem.
+Python 2 binding for libfsntfs, which can access the NTFS filesystem.
+
+%package -n python3-%{name}
+Summary:Python 3 bindings for libfsntfs
+License:LGPL-3.0+
+Group:  Development/Languages/Python
+Requires:   %{lname} = %{version}
+Requires:   python3

commit libfsntfs for openSUSE:Factory

2016-02-17 Thread h_root
Hello community,

here is the log from the commit of package libfsntfs for openSUSE:Factory 
checked in at 2016-02-17 10:24:29

Comparing /work/SRC/openSUSE:Factory/libfsntfs (Old)
 and  /work/SRC/openSUSE:Factory/.libfsntfs.new (New)


Package is "libfsntfs"

Changes:

--- /work/SRC/openSUSE:Factory/libfsntfs/libfsntfs.changes  2016-01-28 
17:24:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.libfsntfs.new/libfsntfs.changes 2016-02-17 
12:14:13.0 +0100
@@ -1,0 +2,6 @@
+Wed Feb  3 20:16:14 UTC 2016 - greg.freem...@gmail.com
+
+- use internal libfdata.  Builds began failing with the recent update of 
numerous libyal packages 
+- run through spec-cleaner
+
+---



Other differences:
--
++ libfsntfs.spec ++
--- /var/tmp/diff_new_pack.JmBYCk/_old  2016-02-17 12:14:14.0 +0100
+++ /var/tmp/diff_new_pack.JmBYCk/_new  2016-02-17 12:14:14.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libfsntfs
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,37 +16,37 @@
 #
 
 
-Name:   libfsntfs
 %define lname  libfsntfs1
 %define timestamp  20151130
-Version:0~%timestamp
+Name:   libfsntfs
+Version:0~%{timestamp}
 Release:0
 Summary:Library and tools to access the NTFS filesystem
 License:LGPL-3.0+ and GFDL-1.3+
 Group:  Productivity/File utilities
 Url:https://github.com/libyal/libfsntfs/wiki
-Source: 
https://github.com/libyal/libfsntfs/releases/download/%timestamp/%name-experimental-%timestamp.tar.gz
+Source: 
https://github.com/libyal/libfsntfs/releases/download/%{timestamp}/%{name}-experimental-%{timestamp}.tar.gz
 BuildRequires:  pkg-config
 BuildRequires:  python-devel
-BuildRequires:  pkgconfig(libclocale) >= 20130609
-BuildRequires:  pkgconfig(libuna) >= 20120425
-BuildRequires:  pkgconfig(libfguid) >= 20130904
 BuildRequires:  pkgconfig(libbfio) >= 20130721
 BuildRequires:  pkgconfig(libcdata) >= 20130904
 BuildRequires:  pkgconfig(libcfile) >= 20130609
+BuildRequires:  pkgconfig(libclocale) >= 20130609
 BuildRequires:  pkgconfig(libcnotify) >= 20130609
 BuildRequires:  pkgconfig(libcpath) >= 20130609
 BuildRequires:  pkgconfig(libcsplit) >= 20130609
 BuildRequires:  pkgconfig(libcsystem) >= 20120425
-BuildRequires:  pkgconfig(libfdatetime) >= 20130317
 BuildRequires:  pkgconfig(libcthreads) 
 BuildRequires:  pkgconfig(libfcache) 
-BuildRequires:  pkgconfig(libfdata) 
+BuildRequires:  pkgconfig(libfdatetime) >= 20130317
+BuildRequires:  pkgconfig(libfguid) >= 20130904
 BuildRequires:  pkgconfig(libfwnt) 
-#as of Dec 2, 2015, the various released versions of the below all cause 
compile errors.  
+BuildRequires:  pkgconfig(libuna) >= 20120425
+#as of Feb 2, 2016, the various released versions of the below all cause 
compile errors.
 # libcerror and libcstring are examples of very fundamental parts of libyal, 
but the latest released version causes build errors here (12/2/2015).
-#BuildRequires:  pkgconfig(libcerror) > 20151201
-#BuildRequires:  pkgconfig(libcstring) > 20151201
+#BuildRequires:  pkgconfig(libcerror) > 20150407
+#BuildRequires:  pkgconfig(libcstring) > 20150101
+#BuildRequires:  pkgconfig(libfdata)
 #not yet in OBS
 #BuildRequires:  pkgconfig(libfusn) 
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -56,12 +56,12 @@
 
 Note that this project currently only focuses on the analysis of the format.
 
-%package -n %lname
+%package -n %{lname}
 Summary:Library to access the New Technology File System (NTFS).
 License:LGPL-3.0+
 Group:  System/Libraries
 
-%description -n %lname
+%description -n %{lname}
 libfsntfs is a library to access the New Technology File System (NTFS).
 
 Note that this project currently only focuses on the analysis of the format.
@@ -80,60 +80,61 @@
 Summary:Development files for libfsntfs
 License:LGPL-3.0+ and GFDL-1.3+
 Group:  Development/Libraries/C and C++
-Requires:   %lname = %version
+Requires:   %{lname} = %{version}
 
 %description devel
-%name is a library to access the New Technology File System (NTFS).
+%{name} is a library to access the New Technology File System (NTFS).
 
 This subpackage contains libraries and header files for developing
-applications that want to make use of %name.
+applications that want to make use of %{name}.
 
-%package -n python-%name
+%package -n python-%{name}
 Summary:Python bindings for libfsntfs
 

commit libfsntfs for openSUSE:Factory

2016-01-29 Thread h_root
Hello community,

here is the log from the commit of package libfsntfs for openSUSE:Factory 
checked in at 2016-01-28 17:23:26

Comparing /work/SRC/openSUSE:Factory/libfsntfs (Old)
 and  /work/SRC/openSUSE:Factory/.libfsntfs.new (New)


Package is "libfsntfs"

Changes:

--- /work/SRC/openSUSE:Factory/libfsntfs/libfsntfs.changes  2015-12-09 
22:22:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.libfsntfs.new/libfsntfs.changes 2016-01-28 
17:24:22.0 +0100
@@ -1,0 +2,5 @@
+Tue Jan 26 03:09:55 UTC 2016 - greg.freem...@gmail.com
+
+- correct "Provides: pyfsntfs" line, erroneously said pylnk previously
+
+---



Other differences:
--
++ libfsntfs.spec ++
--- /var/tmp/diff_new_pack.GWTd9s/_old  2016-01-28 17:24:23.0 +0100
+++ /var/tmp/diff_new_pack.GWTd9s/_new  2016-01-28 17:24:23.0 +0100
@@ -94,7 +94,7 @@
 Group:  Development/Libraries/Python
 Requires:   %lname = %version
 Requires:   python
-Provides:   pylnk = %version
+Provides:   pyfsntfs = %version
 
 %description -n python-%name
 Python binding for libfsntfs, which can access the NTFS filesystem.