Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmulder committed Feb 14, 2019
1 parent df9ec89 commit 94f1a96
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions package/ads.changes
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
-------------------------------------------------------------------
Thu Feb 14 15:43:30 UTC 2019 - [email protected]

- Update to 1.5:
+ Update to python3.
+ ads differs between architectures; (bsc#1109536)

-------------------------------------------------------------------
Tue Mar 6 22:50:01 UTC 2018 - [email protected]

- Update to v1.4, still depends on python2 due to unmet dependencies,
but the source is now compatible with python3

-------------------------------------------------------------------
Thu Nov 9 14:28:18 UTC 2017 - [email protected]

- Update to v1.3 and some spec file fixes

-------------------------------------------------------------------
Mon Oct 30 17:55:44 UTC 2017 - [email protected]

- Add a changelog

6 changes: 3 additions & 3 deletions ads.spec → package/ads.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@


Name: ads
Version: 1.4
Version: 1.5
Release: 0
Summary: Swiss army knife for samba
License: GPL-3.0
Group: Productivity/Networking/Samba
Url: http://www.github.com/dmulder/ads
Source: https://github.com/dmulder/adstool/archive/v%{version}.tar.gz
Source: %{name}-%{version}.tar.bz2
Requires: krb5-client
Requires: python3-dnspython
Requires: python3-ldap
Expand All @@ -45,7 +45,7 @@ The ads command attempts to maintain compatibility with the proprietary vastool
while also adding additional features relevant to samba (such as kdc provisioning).

%prep
%setup -q -n adstool-%{version}
%setup -q

%build
autoreconf -if
Expand Down

0 comments on commit 94f1a96

Please sign in to comment.