diff --git a/mariadb-connector-c.spec b/mariadb-connector-c.spec index db8dfa5..dca33dc 100644 --- a/mariadb-connector-c.spec +++ b/mariadb-connector-c.spec @@ -16,7 +16,7 @@ Name: mariadb-connector-c Version: 3.0.2 -Release: 14%{?dist} +Release: 15%{?dist} Summary: The MariaDB Native Client library (C driver) Group: Applications/Databases License: LGPLv2+ @@ -47,7 +47,7 @@ Contains everything needed to build against libmariadb.so >=3 client library. %install # https://fedoraproject.org/wiki/Packaging:Directory_Replacement -%pretrans -p devel +%pretrans -p path = "%{_libdir}/mariadb" st = posix.stat(path) if st and st.type == "link" then @@ -64,6 +64,9 @@ end %files devel %changelog +* Wed Nov 08 2017 Michal Schorm - 3.0.2-15 +- Move the scriptlet to the correct package + * Tue Oct 31 2017 Michal Schorm - 3.0.2-14 - Update scriplet dealing with symlinks as Guidelines suggests Related: #1501933